Thread: [eq-commit] SF.net SVN: equalizer: [1143] trunk/src (Page 9)
Brought to you by:
eile
|
From: <ei...@us...> - 2007-06-01 12:15:00
|
Revision: 1143
http://svn.sourceforge.net/equalizer/?rev=1143&view=rev
Author: eile
Date: 2007-06-01 05:14:39 -0700 (Fri, 01 Jun 2007)
Log Message:
-----------
Fix writing of BGR and BGRA images, cleanup image compression code, update
new compression test images.
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/client/image.cpp
trunk/src/tests/image/Image_7_color.rgb
trunk/src/tests/image/Image_7_depth.rgb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-06-14 01:03:17
|
Revision: 1157
http://svn.sourceforge.net/equalizer/?rev=1157&view=rev
Author: eile
Date: 2007-06-13 18:03:16 -0700 (Wed, 13 Jun 2007)
Log Message:
-----------
Fix missing gl2 entry point in new eqPly
[x] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/channel.cpp
trunk/src/examples/eqPly/window.cpp
trunk/src/examples/eqPlyNew/channel.cpp
trunk/src/examples/eqPlyNew/window.cpp
trunk/src/lib/client/windowSystem.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-04 20:13:29
|
Revision: 1173
http://svn.sourceforge.net/equalizer/?rev=1173&view=rev
Author: eile
Date: 2007-07-04 13:13:27 -0700 (Wed, 04 Jul 2007)
Log Message:
-----------
Refactor event pump out of eqNet::CommandQueue into new
eq::CommandQueue. Register event handler for AGL windows. AGL event
dispatch seems to work now.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/client/aglEventThread.cpp
trunk/src/lib/client/client.h
trunk/src/lib/client/config.h
trunk/src/lib/client/pipe.h
trunk/src/lib/net/commandQueue.cpp
trunk/src/lib/net/commandQueue.h
Added Paths:
-----------
trunk/src/lib/client/commandQueue.cpp
trunk/src/lib/client/commandQueue.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-16 12:12:05
|
Revision: 1180
http://svn.sourceforge.net/equalizer/?rev=1180&view=rev
Author: eile
Date: 2007-07-16 05:12:01 -0700 (Mon, 16 Jul 2007)
Log Message:
-----------
Add (source) range to frames to allow sorted assembly, e.g., for volume rendering.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/client/channel.cpp
trunk/src/lib/client/eye.h
trunk/src/lib/client/frame.cpp
trunk/src/lib/client/frame.h
trunk/src/lib/client/frameData.h
trunk/src/server/compound.cpp
trunk/src/server/frame.cpp
trunk/src/server/frameData.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-19 09:44:48
|
Revision: 1183
http://equalizer.svn.sourceforge.net/equalizer/?rev=1183&view=rev
Author: eile
Date: 2007-07-19 02:44:47 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
Merge last change to trunk
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/Win32/pthreads/include/sched.h
trunk/src/lib/base/base.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-19 12:01:10
|
Revision: 1184
http://equalizer.svn.sourceforge.net/equalizer/?rev=1184&view=rev
Author: eile
Date: 2007-07-19 05:01:08 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
Fix Win32 Build
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/net/commandQueue.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-23 16:08:44
|
Revision: 1187
http://equalizer.svn.sourceforge.net/equalizer/?rev=1187&view=rev
Author: eile
Date: 2007-07-23 09:08:40 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Improve (w)glext.h inclusion and symbol definition
Delete removed vmmlib headers from VS project
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/client/windowSystem.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-24 08:01:26
|
Revision: 1189
http://equalizer.svn.sourceforge.net/equalizer/?rev=1189&view=rev
Author: eile
Date: 2007-07-24 01:01:23 -0700 (Tue, 24 Jul 2007)
Log Message:
-----------
Implement graceful way to shutdown server, implements feature request:
<http://sourceforge.net/tracker/index.php?func=detail&aid=1755449&group_id=170962&atid=856212>
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/eqPly.cpp
trunk/src/lib/client/commands.h
trunk/src/lib/client/packets.h
trunk/src/lib/client/server.cpp
trunk/src/lib/client/server.h
trunk/src/server/server.cpp
trunk/src/server/server.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-30 13:03:23
|
Revision: 1199
http://equalizer.svn.sourceforge.net/equalizer/?rev=1199&view=rev
Author: eile
Date: 2007-07-30 06:03:20 -0700 (Mon, 30 Jul 2007)
Log Message:
-----------
Rework frustum description code:
- Modernize wall and projection to use vmmlib classes
- support projection in config file
- make wall and projection parameter parsing order-independent
- Projection code does not yet work!
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/examples/configs/test.eqc
trunk/src/lib/Makefile
trunk/src/lib/client/projection.h
trunk/src/lib/client/view.cpp
trunk/src/lib/client/view.h
trunk/src/lib/client/wall.cpp
trunk/src/lib/client/wall.h
trunk/src/server/compound.cpp
trunk/src/server/loader.l
trunk/src/server/loader.y
Added Paths:
-----------
trunk/src/lib/client/projection.cpp
Property Changed:
----------------
trunk/src/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-07-30 14:02:33
|
Revision: 1201
http://equalizer.svn.sourceforge.net/equalizer/?rev=1201&view=rev
Author: eile
Date: 2007-07-30 07:02:32 -0700 (Mon, 30 Jul 2007)
Log Message:
-----------
Fix Win32 Build
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/client/projection.h
trunk/src/lib/client/wall.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-03 08:37:42
|
Revision: 1210
http://equalizer.svn.sourceforge.net/equalizer/?rev=1210&view=rev
Author: eile
Date: 2007-08-03 01:37:39 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
Organize project file by base/net/client/vmmlib subdir, delete obsolete file
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
Removed Paths:
-------------
trunk/src/lib/net/group.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-05 18:58:21
|
Revision: 1214
http://equalizer.svn.sourceforge.net/equalizer/?rev=1214&view=rev
Author: eile
Date: 2007-08-05 11:58:19 -0700 (Sun, 05 Aug 2007)
Log Message:
-----------
More Carbon event handling: mouse events implemented, added event logging.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/examples/eqPly/eqPly.cpp
trunk/src/lib/Makefile
trunk/src/lib/client/aglEventHandler.cpp
trunk/src/lib/client/aglEventHandler.h
trunk/src/lib/client/commands.h
trunk/src/lib/client/event.h
trunk/src/lib/client/glXEventThread.cpp
trunk/src/lib/client/log.h
trunk/src/lib/client/version.h
trunk/src/lib/client/wglEventHandler.cpp
trunk/src/lib/client/window.h
trunk/src/lib/client/windowEvent.cpp
trunk/src/lib/client/windowEvent.h
trunk/src/lib/client/windowSystem.h
trunk/src/lib/net/connection.h
Added Paths:
-----------
trunk/src/examples/eqPly/eqPly.app/
trunk/src/examples/eqPly/eqPly.app/Contents/
trunk/src/examples/eqPly/eqPly.app/Contents/Info.plist
trunk/src/examples/eqPly/eqPly.app/Contents/MacOS/
trunk/src/examples/eqPly/eqPly.app/Contents/MacOS/eqPly
trunk/src/lib/client/event.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-06 12:39:12
|
Revision: 1215
http://equalizer.svn.sourceforge.net/equalizer/?rev=1215&view=rev
Author: eile
Date: 2007-08-06 05:39:10 -0700 (Mon, 06 Aug 2007)
Log Message:
-----------
More Carbon event handling (resize, expose, close), fix NULL pointer
free in Command, optimize request command allocation.
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/client/aglEventHandler.cpp
trunk/src/lib/client/aglEventHandler.h
trunk/src/lib/client/channel.cpp
trunk/src/lib/net/command.cpp
trunk/src/lib/net/command.h
trunk/src/lib/net/commandCache.cpp
trunk/src/server/config.cpp
trunk/src/server/config.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-07 15:45:02
|
Revision: 1219
http://equalizer.svn.sourceforge.net/equalizer/?rev=1219&view=rev
Author: eile
Date: 2007-08-07 08:33:22 -0700 (Tue, 07 Aug 2007)
Log Message:
-----------
Win32: Connections were closed to early, causing loss of some packets during Config::exit.
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/client/client.cpp
trunk/src/server/config.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-08 11:06:18
|
Revision: 1220
http://equalizer.svn.sourceforge.net/equalizer/?rev=1220&view=rev
Author: eile
Date: 2007-08-08 04:06:15 -0700 (Wed, 08 Aug 2007)
Log Message:
-----------
Make eqNet::Object non-copyable and change eqPly's init data accordingly.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/localInitData.cpp
trunk/src/examples/eqPly/localInitData.h
trunk/src/examples/eqPlyNew/eqPly.cpp
trunk/src/examples/eqPlyNew/localInitData.cpp
trunk/src/examples/eqPlyNew/localInitData.h
trunk/src/lib/net/object.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-09 15:27:59
|
Revision: 1224
http://equalizer.svn.sourceforge.net/equalizer/?rev=1224&view=rev
Author: eile
Date: 2007-08-09 08:26:46 -0700 (Thu, 09 Aug 2007)
Log Message:
-----------
Refactor message pump out of eq::CommandQueue
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/client/commandQueue.cpp
trunk/src/lib/client/commandQueue.h
trunk/src/lib/client/wglEventHandler.cpp
Added Paths:
-----------
trunk/src/lib/base/messagePump.cpp
trunk/src/lib/base/messagePump.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-14 07:57:20
|
Revision: 1230
http://equalizer.svn.sourceforge.net/equalizer/?rev=1230&view=rev
Author: eile
Date: 2007-08-14 00:57:12 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
o AGL: Fix window pvp query, add mutex for more Carbon calls
o Fix NPR in non-threaded pipe exit
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/debug.h
trunk/src/lib/base/monitor.h
trunk/src/lib/client/aglEventHandler.cpp
trunk/src/lib/client/channel.cpp
trunk/src/lib/client/commandQueue.h
trunk/src/lib/client/config.h
trunk/src/lib/client/node.h
trunk/src/lib/client/pipe.cpp
trunk/src/lib/client/pipe.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
trunk/src/server/node.cpp
Added Paths:
-----------
trunk/src/examples/configs/stress.threads.eqc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-15 12:01:29
|
Revision: 1231
http://equalizer.svn.sourceforge.net/equalizer/?rev=1231&view=rev
Author: eile
Date: 2007-08-15 05:01:27 -0700 (Wed, 15 Aug 2007)
Log Message:
-----------
AGL: Protect (hopefully) all Carbon calls
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/client/aglEventHandler.cpp
trunk/src/lib/client/commandQueue.h
trunk/src/lib/client/global.cpp
trunk/src/lib/client/global.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/windowSystem.h
Added Paths:
-----------
trunk/src/lib/client/messagePump.cpp
trunk/src/lib/client/messagePump.h
Removed Paths:
-------------
trunk/src/lib/base/messagePump.cpp
trunk/src/lib/base/messagePump.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-16 06:52:55
|
Revision: 1233
http://equalizer.svn.sourceforge.net/equalizer/?rev=1233&view=rev
Author: eile
Date: 2007-08-15 23:52:50 -0700 (Wed, 15 Aug 2007)
Log Message:
-----------
Update to new vmmlib include structure, delete old VS2003 project files.
[x] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/examples/eqPlyNew/typedefs.h
trunk/src/examples/libmesh/vertexBufferBase.h
trunk/src/examples/libmesh/vertexData.h
trunk/src/lib/client/channel.h
trunk/src/lib/client/frame.h
trunk/src/lib/client/matrix4.h
trunk/src/lib/client/pixelViewport.h
trunk/src/lib/client/projection.h
trunk/src/lib/client/renderContext.h
trunk/src/lib/client/view.h
trunk/src/lib/client/wall.h
trunk/src/lib/eq.h
Removed Paths:
-------------
trunk/src/VS2003/
Property Changed:
----------------
trunk/src/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-16 18:07:11
|
Revision: 1236
http://equalizer.svn.sourceforge.net/equalizer/?rev=1236&view=rev
Author: eile
Date: 2007-08-16 11:07:04 -0700 (Thu, 16 Aug 2007)
Log Message:
-----------
- remove unnecessary memory allocation in eq::Image,
- move wall and projection description to server
- add loader support for aspect ratio changes
- fix AGL window resizes
[x] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer Server Library.vcproj
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/base/executionListener.h
trunk/src/lib/client/aglEventHandler.cpp
trunk/src/lib/client/global.cpp
trunk/src/lib/client/global.h
trunk/src/lib/client/image.cpp
trunk/src/lib/client/image.h
trunk/src/lib/client/window.cpp
trunk/src/server/Makefile
trunk/src/server/compound.cpp
trunk/src/server/compound.h
trunk/src/server/global.cpp
trunk/src/server/loader.l
trunk/src/server/loader.y
trunk/src/tests/image/test.cpp
Added Paths:
-----------
trunk/src/server/pixelViewportListener.h
trunk/src/server/projection.cpp
trunk/src/server/projection.h
trunk/src/server/view.cpp
trunk/src/server/view.h
trunk/src/server/wall.cpp
trunk/src/server/wall.h
Removed Paths:
-------------
trunk/src/lib/client/projection.cpp
trunk/src/lib/client/projection.h
trunk/src/lib/client/view.cpp
trunk/src/lib/client/view.h
trunk/src/lib/client/wall.cpp
trunk/src/lib/client/wall.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-19 12:23:57
|
Revision: 1241
http://equalizer.svn.sourceforge.net/equalizer/?rev=1241&view=rev
Author: eile
Date: 2007-08-19 05:23:54 -0700 (Sun, 19 Aug 2007)
Log Message:
-----------
Some incomplete Leopard porting:
- Try to get Window::configInitAGL right
- make _queryDrawableConfig fail-safe
- use SDK on Leopard
[x] May break build
[ ] Breaks existing applications
[x] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPixelBench/main.cpp
trunk/src/examples/eqPly/eqPly.cpp
trunk/src/examples/eqPlyNew/eqPly.cpp
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
trunk/src/make/Darwin.mk
trunk/src/make/system.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-22 11:55:09
|
Revision: 1253
http://equalizer.svn.sourceforge.net/equalizer/?rev=1253&view=rev
Author: eile
Date: 2007-08-22 04:55:05 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
Darwin compile fix, show supported window systems in eqPly help string.
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/localInitData.cpp
trunk/src/examples/eqPlyNew/initData.cpp
trunk/src/examples/eqPlyNew/initData.h
trunk/src/examples/eqPlyNew/localInitData.cpp
trunk/src/examples/eqPlyNew/pipe.cpp
trunk/src/examples/eqPlyNew/pipe.h
trunk/src/lib/client/window.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-27 13:50:32
|
Revision: 1266
http://equalizer.svn.sourceforge.net/equalizer/?rev=1266&view=rev
Author: eile
Date: 2007-08-27 06:46:31 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
Relocate vmmlib to externals, remove eq-specific include path from
vmmlib, adapt build system accordingly. Needs 'make clean'.
[x] May break build
[x] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/Makefile
trunk/src/VS2005/Equalizer.vcproj
trunk/src/examples/eqVol/initData.h
trunk/src/examples/eqVol/localInitData.cpp
trunk/src/examples/libmesh/vertexData.h
trunk/src/lib/Makefile
trunk/src/lib/client/channel.h
trunk/src/lib/client/frame.h
trunk/src/lib/client/matrix4.h
trunk/src/lib/client/pixelViewport.h
trunk/src/lib/client/renderContext.h
trunk/src/lib/eq.h
trunk/src/make/rules.mk
trunk/src/make/system.mk
trunk/src/server/Makefile
trunk/src/server/projection.h
trunk/src/server/view.h
trunk/src/server/wall.h
Added Paths:
-----------
trunk/src/externals/
trunk/src/externals/Makefile
Property Changed:
----------------
trunk/src/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-27 15:42:19
|
Revision: 1261
http://equalizer.svn.sourceforge.net/equalizer/?rev=1261&view=rev
Author: eile
Date: 2007-08-26 05:47:28 -0700 (Sun, 26 Aug 2007)
Log Message:
-----------
Refactor/Clean up resident node implementation by reusing existing --eq-client
and --eq-listen parameters. Documentation will follow shortly.
[ ] May break build
[x] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/eqPly.cpp
trunk/src/examples/eqPly/eqPly.h
trunk/src/examples/eqPly/localInitData.cpp
trunk/src/examples/eqPly/localInitData.h
trunk/src/examples/eqPlyNew/eqPly.cpp
trunk/src/examples/eqPlyNew/eqPly.h
trunk/src/examples/eqPlyNew/localInitData.cpp
trunk/src/examples/eqPlyNew/localInitData.h
trunk/src/examples/eqVol/eqVol.cpp
trunk/src/examples/eqVol/eqVol.h
trunk/src/examples/eqVol/localInitData.cpp
trunk/src/examples/eqVol/localInitData.h
trunk/src/lib/client/client.cpp
trunk/src/lib/client/client.h
trunk/src/lib/net/node.cpp
trunk/src/lib/net/node.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-08-28 09:56:34
|
Revision: 1270
http://equalizer.svn.sourceforge.net/equalizer/?rev=1270&view=rev
Author: eile
Date: 2007-08-28 02:55:52 -0700 (Tue, 28 Aug 2007)
Log Message:
-----------
Start integrating eqVol into build process.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqVol/pipe.h
Property Changed:
----------------
trunk/src/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|