Thread: [eq-commit] SF.net SVN: equalizer: [1223] trunk/src/lib (Page 2)
Brought to you by:
eile
From: <ei...@us...> - 2007-08-09 08:04:20
|
Revision: 1223 http://equalizer.svn.sourceforge.net/equalizer/?rev=1223&view=rev Author: eile Date: 2007-08-09 01:04:12 -0700 (Thu, 09 Aug 2007) Log Message: ----------- Description: Fix Linux build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/projection.h trunk/src/lib/client/wall.h 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-08-22 09:07:30
|
Revision: 1250 http://equalizer.svn.sourceforge.net/equalizer/?rev=1250&view=rev Author: eile Date: 2007-08-22 02:07:28 -0700 (Wed, 22 Aug 2007) Log Message: ----------- - Do not assemble (copy) big data packets - Use spin lock for connection send - Modify ScopedMutex to work with locks and spinlocks - const-correctness fixes [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/requestHandler.cpp trunk/src/lib/base/scopedMutex.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/net/connection.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connection.ipp trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/deltaSlaveCM.cpp trunk/src/lib/net/fullSlaveCM.cpp trunk/src/lib/net/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-09-03 17:35:50
|
Revision: 1274 http://equalizer.svn.sourceforge.net/equalizer/?rev=1274&view=rev Author: eile Date: 2007-08-28 07:20:32 -0700 (Tue, 28 Aug 2007) Log Message: ----------- More integration of eqVol into build process: some additions in Equalizer [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/base.h trunk/src/lib/client/frame.h trunk/src/lib/client/frameData.h trunk/src/lib/client/pixelViewport.h trunk/src/lib/client/range.h trunk/src/lib/net/connection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-09-28 12:08:17
|
Revision: 1367 http://equalizer.svn.sourceforge.net/equalizer/?rev=1367&view=rev Author: eile Date: 2007-09-28 05:08:16 -0700 (Fri, 28 Sep 2007) Log Message: ----------- Use eqBase::Buffer in object change managers [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/buffer.h trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/deltaMasterCM.h trunk/src/lib/net/fullMasterCM.cpp trunk/src/lib/net/fullMasterCM.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-09-30 16:13:42
|
Revision: 1376 http://equalizer.svn.sourceforge.net/equalizer/?rev=1376&view=rev Author: eile Date: 2007-09-30 09:13:37 -0700 (Sun, 30 Sep 2007) Log Message: ----------- Revert change #1367, which broke the windows build. Ongoing changes to the object (de)serialization will make the buffer in the CM's obsolete anyway [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/buffer.h trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/deltaMasterCM.h trunk/src/lib/net/fullMasterCM.cpp trunk/src/lib/net/fullMasterCM.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-09-30 18:31:07
|
Revision: 1377 http://equalizer.svn.sourceforge.net/equalizer/?rev=1377&view=rev Author: eile Date: 2007-09-30 11:31:03 -0700 (Sun, 30 Sep 2007) Log Message: ----------- Object CM cleanup: Move initial instance data setup from session into OM's [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/buffer.h trunk/src/lib/net/deltaMasterCM.cpp trunk/src/lib/net/deltaMasterCM.h trunk/src/lib/net/deltaSlaveCM.cpp trunk/src/lib/net/deltaSlaveCM.h trunk/src/lib/net/fullMasterCM.cpp trunk/src/lib/net/fullMasterCM.h trunk/src/lib/net/fullSlaveCM.cpp trunk/src/lib/net/fullSlaveCM.h trunk/src/lib/net/nullCM.h trunk/src/lib/net/objectCM.h trunk/src/lib/net/packets.h trunk/src/lib/net/session.cpp trunk/src/lib/net/staticMasterCM.cpp trunk/src/lib/net/staticMasterCM.h trunk/src/lib/net/staticSlaveCM.cpp trunk/src/lib/net/staticSlaveCM.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-10-17 13:02:59
|
Revision: 1422 http://equalizer.svn.sourceforge.net/equalizer/?rev=1422&view=rev Author: eile Date: 2007-10-17 06:02:58 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Provide and use Config::tryNextEvent for event handling [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/commandQueue.cpp trunk/src/lib/client/commandQueue.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/net/commandQueue.h trunk/src/lib/net/session.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-11-06 15:33:36
|
Revision: 1503 http://equalizer.svn.sourceforge.net/equalizer/?rev=1503&view=rev Author: eile Date: 2007-11-06 07:33:35 -0800 (Tue, 06 Nov 2007) Log Message: ----------- Improve GL error checking [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/debug.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/windowSystem.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-11-12 14:54:01
|
Revision: 1521 http://equalizer.svn.sourceforge.net/equalizer/?rev=1521&view=rev Author: eile Date: 2007-11-12 06:53:55 -0800 (Mon, 12 Nov 2007) Log Message: ----------- Implement memory-optimal change manager for versioned objects. [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/matrix4.h trunk/src/lib/net/object.cpp trunk/src/lib/net/object.h trunk/src/lib/net/objectCM.h trunk/src/lib/net/packets.h Added Paths: ----------- trunk/src/lib/net/unbufferedMasterCM.cpp trunk/src/lib/net/unbufferedMasterCM.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-12-11 09:30:30
|
Revision: 1591 http://equalizer.svn.sourceforge.net/equalizer/?rev=1591&view=rev Author: eile Date: 2007-12-11 01:30:27 -0800 (Tue, 11 Dec 2007) Log Message: ----------- Fix minor bug with GPU affinity [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/pipe.cpp trunk/src/lib/net/node.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-22 15:26:41
|
Revision: 1723 http://equalizer.svn.sourceforge.net/equalizer/?rev=1723&view=rev Author: eile Date: 2008-02-22 07:26:37 -0800 (Fri, 22 Feb 2008) Log Message: ----------- Fix object mapping related race condition. [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/requestHandler.h trunk/src/lib/net/session.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <max...@us...> - 2008-03-04 16:26:46
|
Revision: 1745 http://equalizer.svn.sourceforge.net/equalizer/?rev=1745&view=rev Author: max_mahinya Date: 2008-03-04 08:26:40 -0800 (Tue, 04 Mar 2008) Log Message: ----------- Temporarily use non-spin lock everywhere to avoid priority inversion hangs on Linux [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/spinLock.cpp trunk/src/lib/net/session.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-05-28 10:39:32
|
Revision: 1927 http://equalizer.svn.sourceforge.net/equalizer/?rev=1927&view=rev Author: eile Date: 2008-05-28 03:39:29 -0700 (Wed, 28 May 2008) Log Message: ----------- Stop application-local server on disconnect, some image cleanups and optimizations [ ] May break build [ ] May break existing applications [x] Bugfix [ ] New Feature [x] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/client.cpp trunk/src/lib/client/compositor.cpp trunk/src/lib/client/image.cpp trunk/src/lib/client/server.cpp trunk/src/lib/client/server.h trunk/src/lib/net/node.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 12:16:57
|
Revision: 1944 http://equalizer.svn.sourceforge.net/equalizer/?rev=1944&view=rev Author: eile Date: 2008-06-03 05:16:51 -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/perThread.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/client/compositor.cpp trunk/src/lib/client/glXEventHandler.cpp trunk/src/lib/client/init.cpp trunk/src/lib/client/wglEventHandler.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-04 13:24:35
|
Revision: 1952 http://equalizer.svn.sourceforge.net/equalizer/?rev=1952&view=rev Author: eile Date: 2008-06-04 06:24:33 -0700 (Wed, 04 Jun 2008) Log Message: ----------- Fix Win32 build [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/perThread.h trunk/src/lib/client/config.cpp trunk/src/lib/client/wglEventHandler.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-30 11:18:12
|
Revision: 1990 http://equalizer.svn.sourceforge.net/equalizer/?rev=1990&view=rev Author: eile Date: 2008-06-30 04:18:11 -0700 (Mon, 30 Jun 2008) Log Message: ----------- Experimental fix for non-threaded rendering performance/ frame sync handling, Part 1: Move config frame finish to receiver thread [x] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/client/client.cpp trunk/src/lib/client/commandQueue.cpp trunk/src/lib/client/commandQueue.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/node.cpp trunk/src/lib/net/commandQueue.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-07-02 14:48:41
|
Revision: 2005 http://equalizer.svn.sourceforge.net/equalizer/?rev=2005&view=rev Author: eile Date: 2008-07-02 07:48:36 -0700 (Wed, 02 Jul 2008) Log Message: ----------- Fix obscure exit hang on RHEL (untested) [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/sleep.h trunk/src/lib/client/X11Connection.h trunk/src/lib/net/connection.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/connectionSet.h trunk/src/lib/net/fdConnection.cpp trunk/src/lib/net/fdConnection.h trunk/src/lib/net/pairConnection.h trunk/src/lib/net/pipeConnection.h trunk/src/lib/net/socketConnection.cpp trunk/src/lib/net/socketConnection.h trunk/src/lib/net/socketConnectionPosix.cpp trunk/src/lib/net/socketConnectionWin32.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-07-04 11:39:11
|
Revision: 2019 http://equalizer.svn.sourceforge.net/equalizer/?rev=2019&view=rev Author: eile Date: 2008-07-04 04:39:09 -0700 (Fri, 04 Jul 2008) Log Message: ----------- ConnectionSet optimization part 1: replace some std::vectors with faster buffers [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/buffer.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/connectionSet.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-07-04 12:20:37
|
Revision: 2020 http://equalizer.svn.sourceforge.net/equalizer/?rev=2020&view=rev Author: eile Date: 2008-07-04 05:20:36 -0700 (Fri, 04 Jul 2008) Log Message: ----------- ConnectionSet optimization part 2: replace connection hash with faster buffer [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Modified Paths: -------------- trunk/src/lib/base/buffer.h trunk/src/lib/net/connectionSet.cpp trunk/src/lib/net/connectionSet.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |