Thread: [eq-commit] SF.net SVN: equalizer: [1840] trunk/src (Page 15)
Brought to you by:
eile
From: <ei...@us...> - 2008-04-24 14:51:27
|
Revision: 1840 http://equalizer.svn.sourceforge.net/equalizer/?rev=1840&view=rev Author: eile Date: 2008-04-24 07:51:15 -0700 (Thu, 24 Apr 2008) Log Message: ----------- Fix POSIX build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/server/Makefile trunk/src/tests/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-25 08:19:34
|
Revision: 1841 http://equalizer.svn.sourceforge.net/equalizer/?rev=1841&view=rev Author: eile Date: 2008-04-25 01:19:28 -0700 (Fri, 25 Apr 2008) Log Message: ----------- Create and process channels statistics events Rename files to match new class name [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/channelEvent.h trunk/src/lib/client/compositor.cpp trunk/src/lib/client/config.cpp trunk/src/lib/client/configEvent.h trunk/src/lib/client/event.cpp trunk/src/lib/client/event.h trunk/src/lib/client/log.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/window.h trunk/src/server/channel.cpp trunk/src/server/log.h Added Paths: ----------- trunk/src/lib/client/scopedStatistics.cpp trunk/src/lib/client/scopedStatistics.h Removed Paths: ------------- trunk/src/lib/client/statEvent.cpp trunk/src/lib/client/statEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-28 07:31:40
|
Revision: 1842 http://equalizer.svn.sourceforge.net/equalizer/?rev=1842&view=rev Author: eile Date: 2008-04-28 00:31:37 -0700 (Mon, 28 Apr 2008) Log Message: ----------- Gather global statistics events on app node. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/compositor.cpp trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/event.cpp trunk/src/lib/client/event.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/packets.h trunk/src/lib/client/scopedStatistics.cpp trunk/src/lib/client/scopedStatistics.h trunk/src/lib/client/types.h trunk/src/lib/net/types.h trunk/src/server/channel.cpp trunk/src/server/channel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-28 11:18:35
|
Revision: 1843 http://equalizer.svn.sourceforge.net/equalizer/?rev=1843&view=rev Author: eile Date: 2008-04-28 04:18:31 -0700 (Mon, 28 Apr 2008) Log Message: ----------- Simplify Makefile-based build system to directly build universal objects, remove variant building. [x] May break build [ ] Breaks existing application [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/contrib/eqOgre/Makefile trunk/src/make/Darwin.mk trunk/src/make/Equalizer.spec trunk/src/make/IRIX64.mk trunk/src/make/Linux.i686.mk trunk/src/make/Linux.x86_64.mk trunk/src/make/MINGW32_NT_5_1.mk trunk/src/make/MINGW32_NT_5_2.mk trunk/src/make/rules.mk trunk/src/make/system.mk trunk/src/server/Makefile trunk/src/tests/compositor/Makefile trunk/src/tests/connection/Makefile trunk/src/tests/dataStream/Makefile trunk/src/tests/image/Makefile trunk/src/tests/netperf/Makefile trunk/src/tests/node/Makefile trunk/src/tests/pipeperf/Makefile trunk/src/tests/session/Makefile trunk/src/tests/wall/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-28 11:52:19
|
Revision: 1845 http://equalizer.svn.sourceforge.net/equalizer/?rev=1845&view=rev Author: eile Date: 2008-04-28 04:52:16 -0700 (Mon, 28 Apr 2008) Log Message: ----------- Only rebuild internal connection set structures when the connection set changed or one connection changed state. Profiling showed that this rebuild used to take a substantial part of the execution time. [x] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/examples/configs/test.eqc trunk/src/lib/Makefile trunk/src/lib/net/connection.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/connectionSet.h trunk/src/lib/net/pipeConnectionPosix.cpp trunk/src/lib/net/pipeConnectionWin32.cpp trunk/src/lib/net/socketConnection.cpp trunk/src/lib/net/socketConnectionPosix.cpp trunk/src/lib/net/socketConnectionWin32.cpp Added Paths: ----------- trunk/src/lib/net/connectionListener.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-28 13:11:03
|
Revision: 1846 http://equalizer.svn.sourceforge.net/equalizer/?rev=1846&view=rev Author: eile Date: 2008-04-28 06:11:01 -0700 (Mon, 28 Apr 2008) Log Message: ----------- Experimental Paracomp integration. See README.paracomp for more information. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/Makefile trunk/src/examples/eqPixelBench/channel.cpp trunk/src/lib/client/compositor.cpp trunk/src/lib/client/compositor.h trunk/src/lib/client/init.cpp trunk/src/make/Darwin.mk trunk/src/make/system.mk trunk/src/tests/compositor/test.cpp Added Paths: ----------- trunk/src/README.paracomp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-30 14:01:32
|
Revision: 1852 http://equalizer.svn.sourceforge.net/equalizer/?rev=1852&view=rev Author: eile Date: 2008-04-30 07:01:19 -0700 (Wed, 30 Apr 2008) Log Message: ----------- Implement statistics overlay rendering: - Draw statistics overlay directly before swap buffers (debug build only) - Introduce per-config global clock - Gather statistics using global clock at ms precision - Add statistics: window swap, config start and finish frame, missing wait frame - Use 'nicest' statistics in debug build [x] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/commands.h trunk/src/lib/client/compositor.cpp trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/event.cpp trunk/src/lib/client/event.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/types.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/net/node.cpp trunk/src/server/config.cpp trunk/src/server/global.cpp trunk/src/server/loader.l trunk/src/server/loader.y trunk/src/server/node.h trunk/src/server/pipe.cpp trunk/src/server/window.cpp Added Paths: ----------- trunk/src/lib/client/channelStatistics.cpp trunk/src/lib/client/channelStatistics.h trunk/src/lib/client/configStatistics.cpp trunk/src/lib/client/configStatistics.h trunk/src/lib/client/windowStatistics.cpp trunk/src/lib/client/windowStatistics.h Removed Paths: ------------- trunk/src/lib/client/scopedStatistics.cpp trunk/src/lib/client/scopedStatistics.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-03 16:29:49
|
Revision: 1856 http://equalizer.svn.sourceforge.net/equalizer/?rev=1856&view=rev Author: eile Date: 2008-05-03 09:29:44 -0700 (Sat, 03 May 2008) Log Message: ----------- eqPly: implement network-based model distribution. Documentation updates to follow next week. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/eqPly Example.vcproj trunk/src/examples/eqPly/Makefile trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/config.cpp trunk/src/examples/eqPly/config.h trunk/src/examples/eqPly/eqPly.h trunk/src/examples/eqPly/initData.cpp trunk/src/examples/eqPly/initData.h trunk/src/examples/eqPly/localInitData.cpp trunk/src/examples/eqPly/localInitData.h trunk/src/examples/eqPly/node.cpp trunk/src/examples/eqPly/node.h trunk/src/examples/eqPly/pipe.cpp trunk/src/examples/eqPly/vertexBufferBase.h trunk/src/examples/eqPly/vertexBufferLeaf.h trunk/src/examples/eqPly/vertexBufferNode.h trunk/src/examples/eqPly/vertexBufferRoot.h trunk/src/examples/eqPly/window.cpp Added Paths: ----------- trunk/src/examples/eqPly/vertexBufferDist.cpp trunk/src/examples/eqPly/vertexBufferDist.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-13 11:37:12
|
Revision: 1879 http://equalizer.svn.sourceforge.net/equalizer/?rev=1879&view=rev Author: eile Date: 2008-05-13 04:37:06 -0700 (Tue, 13 May 2008) Log Message: ----------- Add CPU-based alpha compositing [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eVolve/channel.cpp trunk/src/lib/client/compositor.cpp trunk/src/lib/client/compositor.h trunk/src/lib/client/image.cpp trunk/src/lib/client/image.h trunk/src/lib/net/session.cpp trunk/src/tests/compositor/test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-14 08:58:33
|
Revision: 1884 http://equalizer.svn.sourceforge.net/equalizer/?rev=1884&view=rev Author: eile Date: 2008-05-14 01:58:29 -0700 (Wed, 14 May 2008) Log Message: ----------- Improve performance of non-threaded pipes: - Introduce priority packets which are scheduled to the front of a command queue - Frame control commands (frame start and finish replies) have priority - Implement early node finish, triggered by server when all pipes of the node are finished. - Unrelated: Simplify command queue by externalizing command release [x] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/configs/stress.threads.eqc trunk/src/lib/client/commandQueue.cpp trunk/src/lib/client/commandQueue.h trunk/src/lib/client/commands.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/node.cpp trunk/src/lib/client/node.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/window.cpp trunk/src/lib/net/base.cpp trunk/src/lib/net/commandQueue.cpp trunk/src/lib/net/commandQueue.h trunk/src/lib/net/node.cpp trunk/src/lib/net/packets.h trunk/src/server/config.cpp trunk/src/server/node.cpp trunk/src/server/node.h trunk/src/server/pipe.cpp trunk/src/server/pipe.h trunk/src/server/server.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-14 14:49:58
|
Revision: 1888 http://equalizer.svn.sourceforge.net/equalizer/?rev=1888&view=rev Author: eile Date: 2008-05-14 07:49:54 -0700 (Wed, 14 May 2008) Log Message: ----------- Fix another bug caused by latest non-threaded pipe optimization [ ] May break build [ ] Breaks existing application [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/node.cpp trunk/src/server/node.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-14 17:47:32
|
Revision: 1891 http://equalizer.svn.sourceforge.net/equalizer/?rev=1891&view=rev Author: eile Date: 2008-05-14 10:47:30 -0700 (Wed, 14 May 2008) Log Message: ----------- Fix icc and eqOgre build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/contrib/eqOgre/eoFrameEvent.h trunk/src/contrib/eqOgre/eoWindow.cpp trunk/src/make/Darwin.mk trunk/src/make/system.mk trunk/src/tests/image/test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-15 07:55:54
|
Revision: 1894 http://equalizer.svn.sourceforge.net/equalizer/?rev=1894&view=rev Author: eile Date: 2008-05-15 00:55:28 -0700 (Thu, 15 May 2008) Log Message: ----------- Create simple test case for http://sourceforge.net/tracker/index.php?func=detail&aid=1964341&group_id=170962&atid=856209 [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/thread.cpp trunk/src/tests/Makefile Added Paths: ----------- trunk/src/tests/openmp/ trunk/src/tests/openmp/Makefile trunk/src/tests/openmp/test.cpp Removed Paths: ------------- trunk/src/tests/openmp/Makefile trunk/src/tests/openmp/test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-16 08:19:53
|
Revision: 1899 http://equalizer.svn.sourceforge.net/equalizer/?rev=1899&view=rev Author: eile Date: 2008-05-16 01:19:49 -0700 (Fri, 16 May 2008) Log Message: ----------- Bump version number, update release notes, fix OpenMP test for non-omp compilers [ ] May break build [ ] May break existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/Makefile trunk/src/RELNOTES trunk/src/lib/client/version.h trunk/src/tests/openmp/test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-17 11:02:10
|
Revision: 1905 http://equalizer.svn.sourceforge.net/equalizer/?rev=1905&view=rev Author: eile Date: 2008-05-17 04:01:08 -0700 (Sat, 17 May 2008) Log Message: ----------- Fix bug in compositor test. [ ] May break build [ ] May break existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/AUTHORS trunk/src/tests/compositor/test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-20 08:17:41
|
Revision: 1913 http://equalizer.svn.sourceforge.net/equalizer/?rev=1913&view=rev Author: eile Date: 2008-05-20 01:17:39 -0700 (Tue, 20 May 2008) Log Message: ----------- Fix Win32 build with InfiniBand enabled [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.sln trunk/src/lib/base/log.cpp trunk/src/lib/base/log.h trunk/src/lib/base/monitor.h trunk/src/lib/base/nonCopyable.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-26 11:43:54
|
Revision: 1920 http://equalizer.svn.sourceforge.net/equalizer/?rev=1920&view=rev Author: eile Date: 2008-05-26 04:43:51 -0700 (Mon, 26 May 2008) Log Message: ----------- Delete obsolete files [ ] May break build [ ] May break existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/compositor.cpp trunk/src/lib/client/compositor.h trunk/src/tests/compositor/test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-26 12:11:20
|
Revision: 1921 http://equalizer.svn.sourceforge.net/equalizer/?rev=1921&view=rev Author: eile Date: 2008-05-26 05:11:18 -0700 (Mon, 26 May 2008) Log Message: ----------- Fix race condition during object unmapping, minor code cleanups [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/global.h trunk/src/lib/net/session.cpp trunk/src/server/global.cpp trunk/src/server/node.cpp trunk/src/server/pipe.cpp trunk/src/server/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-27 16:11:03
|
Revision: 1926 http://equalizer.svn.sourceforge.net/equalizer/?rev=1926&view=rev Author: eile Date: 2008-05-27 09:11:00 -0700 (Tue, 27 May 2008) Log Message: ----------- fix Config::exit race condition [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/config.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...> - 2008-06-02 07:53:59
|
Revision: 1929 http://equalizer.svn.sourceforge.net/equalizer/?rev=1929&view=rev Author: eile Date: 2008-06-02 00:53:56 -0700 (Mon, 02 Jun 2008) Log Message: ----------- Fix some memory leaks/unref'ing on exit, fix packet allocation bug [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/eqPly.cpp trunk/src/examples/eqPly/main.cpp trunk/src/lib/base/referenced.h trunk/src/lib/client/X11Connection.h trunk/src/lib/client/client.cpp trunk/src/lib/client/config.cpp trunk/src/lib/client/version.h trunk/src/lib/net/bufferConnection.cpp trunk/src/lib/net/command.cpp trunk/src/lib/net/command.h trunk/src/lib/net/commandCache.cpp trunk/src/lib/net/connection.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connectionDescription.cpp trunk/src/lib/net/connectionDescription.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/pairConnection.cpp trunk/src/lib/net/pipeConnectionPosix.cpp trunk/src/lib/net/socketConnectionPosix.cpp trunk/src/server/connectionDescription.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-02 12:17:50
|
Revision: 1931 http://equalizer.svn.sourceforge.net/equalizer/?rev=1931&view=rev Author: eile Date: 2008-06-02 05:17:48 -0700 (Mon, 02 Jun 2008) Log Message: ----------- 'push' versus 'pull' config frame completion. Should improve non-threaded rendering performance. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/commands.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/packets.h trunk/src/lib/client/window.cpp trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/node.cpp trunk/src/server/node.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-02 13:49:29
|
Revision: 1933 http://equalizer.svn.sourceforge.net/equalizer/?rev=1933&view=rev Author: eile Date: 2008-06-02 06:49:26 -0700 (Mon, 02 Jun 2008) Log Message: ----------- Fix disconnect race condition and ref counting of server and client. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/eqPly.cpp trunk/src/examples/eqPly/main.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/session.h 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...> - 2008-06-02 14:02:19
|
Revision: 1934 http://equalizer.svn.sourceforge.net/equalizer/?rev=1934&view=rev Author: eile Date: 2008-06-02 07:02:17 -0700 (Mon, 02 Jun 2008) Log Message: ----------- Disable assertions - ref counting of server and client not fixed [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/examples/eqPly/eqPly.cpp trunk/src/examples/eqPly/main.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...> - 2008-06-03 08:20:55
|
Revision: 1941 http://equalizer.svn.sourceforge.net/equalizer/?rev=1941&view=rev Author: eile Date: 2008-06-03 01:20:54 -0700 (Tue, 03 Jun 2008) Log Message: ----------- More cleanup and mem leak fixes [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/log.cpp trunk/src/lib/base/log.h trunk/src/lib/base/thread.cpp trunk/src/lib/client/glXEventHandler.cpp trunk/src/server/eqServer.cpp trunk/src/server/server.cpp trunk/src/server/server.h trunk/src/server/startLocalServer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-03 13:01:02
|
Revision: 1946 http://equalizer.svn.sourceforge.net/equalizer/?rev=1946&view=rev Author: eile Date: 2008-06-03 06:00:59 -0700 (Tue, 03 Jun 2008) Log Message: ----------- More cleanup and mem leak fixes [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/base/log.cpp trunk/src/lib/base/log.h trunk/src/lib/base/perThread.h trunk/src/lib/client/init.cpp trunk/src/lib/net/init.cpp trunk/src/lib/net/init.h Added Paths: ----------- trunk/src/lib/base/init.cpp trunk/src/lib/base/init.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |