Thread: [eq-commit] SF.net SVN: equalizer: [853] trunk/src (Page 6)
Brought to you by:
eile
From: <ei...@us...> - 2007-03-02 14:44:20
|
Revision: 853 http://svn.sourceforge.net/equalizer/?rev=853&view=rev Author: eile Date: 2007-03-02 06:44:16 -0800 (Fri, 02 Mar 2007) Log Message: ----------- [x] Bugfix [ ] New Feature [ ] Cleanup [x] Documentation [ ] Breaks existing applications Description: Build both 32 and 64 bit versions on Linux by default. Add Linux README to answer common build problems. Modified Paths: -------------- trunk/src/make/Linux.x86_64.mk Added Paths: ----------- trunk/src/README.Linux This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-05 10:41:00
|
Revision: 856 http://svn.sourceforge.net/equalizer/?rev=856&view=rev Author: eile Date: 2007-03-05 02:40:58 -0800 (Mon, 05 Mar 2007) Log Message: ----------- [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Documentation [ ] Breaks existing applications Description: Add additional thread-safety checks in client/frameData Modified Paths: -------------- trunk/src/lib/base/thread.h trunk/src/lib/client/frameData.cpp trunk/src/lib/client/frameData.h trunk/src/server/pipe.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-05 12:49:33
|
Revision: 858 http://svn.sourceforge.net/equalizer/?rev=858&view=rev Author: eile Date: 2007-03-05 04:49:32 -0800 (Mon, 05 Mar 2007) Log Message: ----------- [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Documentation [ ] Breaks existing applications Description: Win32 bugfixes: - Fix wndProc signature for 64 Bits - Implement blocking writes Modified Paths: -------------- trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/wglEventHandler.h trunk/src/lib/net/socketConnection.cpp Property Changed: ---------------- trunk/src/examples/eqPly/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-05 13:04:53
|
Revision: 859 http://svn.sourceforge.net/equalizer/?rev=859&view=rev Author: eile Date: 2007-03-05 05:04:51 -0800 (Mon, 05 Mar 2007) Log Message: ----------- [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Documentation [ ] Breaks existing applications Description: Add and link 64 bit pthread library (untested) Modified Paths: -------------- trunk/src/VS2005/Equalizer Server.vcproj trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eqPly Example.vcproj Added Paths: ----------- trunk/src/Win32/pthreads/lib64/ trunk/src/Win32/pthreads/lib64/pthreadVC2.dll trunk/src/Win32/pthreads/lib64/pthreadVC2.lib Removed Paths: ------------- trunk/src/Win32/pthreads/src/pthread.suo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-06 10:22:27
|
Revision: 863 http://svn.sourceforge.net/equalizer/?rev=863&view=rev Author: eile Date: 2007-03-06 02:22:24 -0800 (Tue, 06 Mar 2007) Log Message: ----------- [x] Bugfix [ ] New Feature [x] Cleanup [ ] Documentation [ ] Breaks existing applications Description: - Fix race condition during Node::disconnect() - Disable warnings in generated parser code Modified Paths: -------------- trunk/src/lib/base/requestHandler.h trunk/src/lib/net/commands.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/packets.h trunk/src/server/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-06 17:01:06
|
Revision: 865 http://svn.sourceforge.net/equalizer/?rev=865&view=rev Author: eile Date: 2007-03-06 09:01:03 -0800 (Tue, 06 Mar 2007) Log Message: ----------- [x] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Documentation Description: Rework event handlers. Fixes race condition on WGL by using one event handler per window. Customize event handler and event handling setup more, depending on the window system. Code not tested on Win32 yet, may not work or compile. Modified Paths: -------------- trunk/src/commitTemplate.txt trunk/src/examples/configs/2-window.DB.eqc trunk/src/lib/base/perThread.h trunk/src/lib/client/eventHandler.cpp trunk/src/lib/client/eventHandler.h trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/wglEventHandler.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-06 17:20:17
|
Revision: 866 http://svn.sourceforge.net/equalizer/?rev=866&view=rev Author: eile Date: 2007-03-06 09:20:15 -0800 (Tue, 06 Mar 2007) Log Message: ----------- [x] Bugfix [ ] New Feature [x] Cleanup [x] Optimization [ ] Documentation [ ] Breaks existing applications Description: - fix WGLEventHandler implementation (unbreak Win32 build) - fix warnings in eqPly/frameData - some cleanup in client/frameData - increase send/recv buffer size on Windows Modified Paths: -------------- trunk/src/commitTemplate.txt trunk/src/examples/eqPly/frameData.h trunk/src/lib/client/frameData.cpp trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/wglEventHandler.h trunk/src/lib/net/socketConnection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-07 16:35:17
|
Revision: 867 http://svn.sourceforge.net/equalizer/?rev=867&view=rev Author: eile Date: 2007-03-07 08:13:58 -0800 (Wed, 07 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [x] Cleanup [ ] Documentation Description: Refactor random number generator into separate eqBase class. Add RNG unit test. Automatically run all eqBase tests. Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/net/node.cpp trunk/src/make/rules.mk trunk/src/make/system.mk trunk/src/tests/base/Makefile trunk/src/tests/base/barrier.cpp trunk/src/tests/base/idPool.cpp trunk/src/tests/base/lock.cpp trunk/src/tests/base/timedLock.cpp trunk/src/tests/test.h Added Paths: ----------- trunk/src/lib/base/rng.h trunk/src/tests/base/rng.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-08 09:02:10
|
Revision: 871 http://svn.sourceforge.net/equalizer/?rev=871&view=rev Author: eile Date: 2007-03-08 01:02:07 -0800 (Thu, 08 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Race condition in client frame data image cache. Modified Paths: -------------- trunk/src/lib/client/frameData.cpp trunk/src/lib/client/frameData.h trunk/src/server/frame.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-08 16:43:43
|
Revision: 879 http://svn.sourceforge.net/equalizer/?rev=879&view=rev Author: eile Date: 2007-03-08 08:08:24 -0800 (Thu, 08 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Add wglext.h header file Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj Added Paths: ----------- trunk/src/lib/client/wglext.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-08 19:16:59
|
Revision: 881 http://svn.sourceforge.net/equalizer/?rev=881&view=rev Author: eile Date: 2007-03-08 11:16:56 -0800 (Thu, 08 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Expose fractional (wrt destination) viewport in channel task methods. Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/renderContext.h trunk/src/server/compound.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-12 08:36:47
|
Revision: 889 http://svn.sourceforge.net/equalizer/?rev=889&view=rev Author: eile Date: 2007-03-12 01:36:43 -0700 (Mon, 12 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Potential bugfix in pixelViewport, add PVP unit tests. Modified Paths: -------------- trunk/src/lib/client/pixelViewport.h trunk/src/tests/Makefile Added Paths: ----------- trunk/src/tests/client/ trunk/src/tests/client/Makefile trunk/src/tests/client/pixelViewport.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-12 09:16:47
|
Revision: 891 http://svn.sourceforge.net/equalizer/?rev=891&view=rev Author: eile Date: 2007-03-12 02:16:44 -0700 (Mon, 12 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Description: Rework Win32 pipe init to setup proper pvp. Fix window handling of negative pipe positions. Add 2-pipe.2D config. Modified Paths: -------------- trunk/src/VS2005/Equalizer Server.vcproj trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp Added Paths: ----------- trunk/src/examples/configs/2-pipe.2D.eqc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-12 10:18:16
|
Revision: 893 http://svn.sourceforge.net/equalizer/?rev=893&view=rev Author: eile Date: 2007-03-12 03:18:15 -0700 (Mon, 12 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Description: Improve logging Modified Paths: -------------- trunk/src/examples/eqPly/eqPly.h trunk/src/lib/base/log.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-12 12:56:32
|
Revision: 895 http://svn.sourceforge.net/equalizer/?rev=895&view=rev Author: eile Date: 2007-03-12 05:56:30 -0700 (Mon, 12 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: PixelViewport/Viewport-related fixes: - fix Viewport::isValid() (fixes window output) - fix PVP::operator / to handle non-0 positions (+unit test) - fix channel output (pvp vs. vp) Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/client/pixelViewport.h trunk/src/lib/client/viewport.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/tests/client/Makefile trunk/src/tests/client/pixelViewport.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-03-12 17:30:29
|
Revision: 896 http://svn.sourceforge.net/equalizer/?rev=896&view=rev Author: eile Date: 2007-03-12 10:30:21 -0700 (Mon, 12 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: PixelViewport/Viewport-related fixes: - fix Viewport::isValid() (fixes window output) - fix PVP::operator / to handle non-0 positions (+unit test) - fix channel output (pvp vs. vp) Modified Paths: -------------- trunk/src/examples/Makefile trunk/src/lib/client/config.cpp trunk/src/lib/client/configEvent.h trunk/src/lib/client/event.h trunk/src/lib/client/frameData.cpp trunk/src/lib/client/image.cpp trunk/src/lib/client/image.h trunk/src/lib/client/pixelViewport.h trunk/src/lib/eq.h trunk/src/make/Linux.x86_64.mk Added Paths: ----------- trunk/src/examples/pixelBench/ trunk/src/examples/pixelBench/Makefile trunk/src/examples/pixelBench/README trunk/src/examples/pixelBench/channel.cpp trunk/src/examples/pixelBench/channel.h trunk/src/examples/pixelBench/config.cpp trunk/src/examples/pixelBench/config.h trunk/src/examples/pixelBench/configEvent.cpp trunk/src/examples/pixelBench/configEvent.h trunk/src/examples/pixelBench/main.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-03-12 17:48:20
|
Revision: 897 http://svn.sourceforge.net/equalizer/?rev=897&view=rev Author: eile Date: 2007-03-12 10:48:19 -0700 (Mon, 12 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Unbreak Win32 build Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/client/windowSystem.h Added Paths: ----------- trunk/src/lib/client/glext.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-13 08:33:42
|
Revision: 899 http://svn.sourceforge.net/equalizer/?rev=899&view=rev Author: eile Date: 2007-03-13 01:21:52 -0700 (Tue, 13 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Fix and integrate pixelBench into Win32 build Modified Paths: -------------- trunk/src/VS2005/Equalizer.sln trunk/src/VS2005/pixelBench.vcproj trunk/src/examples/pixelBench/channel.cpp trunk/src/lib/client/configEvent.h trunk/src/lib/client/image.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-13 12:27:13
|
Revision: 904 http://svn.sourceforge.net/equalizer/?rev=904&view=rev Author: eile Date: 2007-03-13 05:27:12 -0700 (Tue, 13 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Various Win32 testing fallout: - new 2-pipe configs - Fix uninitialized variable in WGLEventHandler - Switch to GL_BGRA for color images Modified Paths: -------------- trunk/src/VS2005/Equalizer Server.vcproj trunk/src/examples/configs/2-node.DB.eqc trunk/src/examples/configs/2-pipe.2D.eqc trunk/src/lib/client/image.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/wglEventHandler.cpp Added Paths: ----------- trunk/src/examples/configs/2-pipe.DB.ds.eqc trunk/src/examples/configs/2-pipe.DB.eqc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-13 16:50:58
|
Revision: 908 http://svn.sourceforge.net/equalizer/?rev=908&view=rev Author: eile Date: 2007-03-13 09:42:57 -0700 (Tue, 13 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [x] Bugfix [ ] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Unbreak Linux/Darwin build Modified Paths: -------------- trunk/src/lib/client/pipe.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-03-15 09:26:11
|
Revision: 912 http://svn.sourceforge.net/equalizer/?rev=912&view=rev Author: eile Date: 2007-03-15 02:26:10 -0700 (Thu, 15 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Description: Reenable swap barrier in hactar.eqc Modified Paths: -------------- trunk/src/examples/configs/hactar.eqc 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-03-15 15:18:19
|
Revision: 918 http://svn.sourceforge.net/equalizer/?rev=918&view=rev Author: eile Date: 2007-03-15 08:18:17 -0700 (Thu, 15 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Add simple network throughput measuring tool Modified Paths: -------------- trunk/src/lib/net/connection.cpp trunk/src/tests/Makefile trunk/src/tests/base/thread.cpp Added Paths: ----------- trunk/src/tests/netperf/ trunk/src/tests/netperf/Makefile trunk/src/tests/netperf/netperf.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-15 15:49:10
|
Revision: 921 http://svn.sourceforge.net/equalizer/?rev=921&view=rev Author: eile Date: 2007-03-15 08:49:08 -0700 (Thu, 15 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [x] New Feature [ ] Cleanup [ ] Optimization [ ] Documentation Description: Fix and integrate netperf into VS solution Modified Paths: -------------- trunk/src/VS2005/Equalizer.sln trunk/src/VS2005/netPerf.vcproj trunk/src/lib/base/thread.h trunk/src/lib/net/node.cpp trunk/src/tests/netperf/netperf.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-16 10:13:35
|
Revision: 929 http://svn.sourceforge.net/equalizer/?rev=929&view=rev Author: eile Date: 2007-03-16 03:13:32 -0700 (Fri, 16 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [ ] Cleanup [x] Optimization [ ] Documentation Description: Some network tuning Modified Paths: -------------- trunk/src/lib/net/connection.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/socketConnection.cpp trunk/src/lib/net/socketConnection.h trunk/src/tests/netperf/netperf.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-19 09:08:57
|
Revision: 932 http://svn.sourceforge.net/equalizer/?rev=932&view=rev Author: eile Date: 2007-03-19 01:51:41 -0700 (Mon, 19 Mar 2007) Log Message: ----------- [ ] May break build [ ] Breaks existing applications [ ] Bugfix [ ] New Feature [x] Cleanup [ ] Optimization [ ] Documentation Description: Minor cleanup before 0.3-beta. Modified Paths: -------------- trunk/src/examples/eqPly/plyModel.cpp trunk/src/lib/net/socketConnection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |