Thread: [eq-commit] SF.net SVN: equalizer: [667] trunk/src (Page 4)
Brought to you by:
eile
From: <ei...@us...> - 2006-12-21 08:57:16
|
Revision: 667 http://svn.sourceforge.net/equalizer/?rev=667&view=rev Author: eile Date: 2006-12-21 00:57:13 -0800 (Thu, 21 Dec 2006) Log Message: ----------- bugfix: race condition during simultaneous node connections: rewrote node connection code Modified Paths: -------------- trunk/src/examples/configs/2-pipe.stereo.passive.eqc trunk/src/examples/configs/test.eqc trunk/src/lib/base/base.h trunk/src/lib/base/clock.h trunk/src/lib/base/requestHandler.cpp trunk/src/lib/base/requestHandler.h trunk/src/lib/base/timedLock.cpp trunk/src/lib/client/client.cpp 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/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...> - 2006-12-28 13:33:10
|
Revision: 671 http://svn.sourceforge.net/equalizer/?rev=671&view=rev Author: eile Date: 2006-12-28 05:33:09 -0800 (Thu, 28 Dec 2006) Log Message: ----------- bugfix: correct frustum bottom, top order Modified Paths: -------------- trunk/src/lib/client/channel.cpp 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-01-05 13:40:53
|
Revision: 716 http://svn.sourceforge.net/equalizer/?rev=716&view=rev Author: eile Date: 2007-01-05 05:40:50 -0800 (Fri, 05 Jan 2007) Log Message: ----------- cleanup window-system specific storage Modified Paths: -------------- trunk/src/lib/client/pipe.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowSystem.h trunk/src/make/Darwin.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-09 17:21:23
|
Revision: 724 http://svn.sourceforge.net/equalizer/?rev=724&view=rev Author: eile Date: 2007-01-09 09:21:14 -0800 (Tue, 09 Jan 2007) Log Message: ----------- Cleanup hash function handling for std::string Modified Paths: -------------- trunk/src/lib/base/hash.h trunk/src/lib/base/stdExt.h trunk/src/server/compound.cpp trunk/src/server/compound.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-12 16:19:55
|
Revision: 729 http://svn.sourceforge.net/equalizer/?rev=729&view=rev Author: eile Date: 2007-01-12 08:19:37 -0800 (Fri, 12 Jan 2007) Log Message: ----------- Remove unused two-way pipe connection Modified Paths: -------------- trunk/src/lib/Makefile trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.h trunk/src/lib/net/connection.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connectionDescription.cpp trunk/src/lib/net/node.cpp trunk/src/lib/net/pipeConnection.cpp trunk/src/lib/net/pipeConnection.h trunk/src/lib/net/session.cpp trunk/src/tests/connection/pipe.cpp trunk/src/tests/session/Makefile Removed Paths: ------------- trunk/src/lib/net/uniPipeConnection.cpp trunk/src/lib/net/uniPipeConnection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-15 08:03:20
|
Revision: 730 http://svn.sourceforge.net/equalizer/?rev=730&view=rev Author: eile Date: 2007-01-15 00:03:18 -0800 (Mon, 15 Jan 2007) Log Message: ----------- Some code cleanup in eqPly Modified Paths: -------------- trunk/src/examples/eqPly/Makefile trunk/src/examples/eqPly/appInitData.h trunk/src/examples/eqPly/config.cpp trunk/src/examples/eqPly/config.h trunk/src/examples/eqPly/initData.h trunk/src/examples/eqPly/main.cpp trunk/src/lib/net/session.cpp Added Paths: ----------- trunk/src/examples/eqPly/appInitData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-18 14:07:29
|
Revision: 736 http://svn.sourceforge.net/equalizer/?rev=736&view=rev Author: eile Date: 2007-01-18 06:07:22 -0800 (Thu, 18 Jan 2007) Log Message: ----------- Add error message support to Config::init, make task method "callbacks" protected, some eqPly exit cleanups Modified Paths: -------------- trunk/src/examples/eqPly/channel.h trunk/src/examples/eqPly/initData.cpp trunk/src/examples/eqPly/initData.h trunk/src/examples/eqPly/main.cpp trunk/src/examples/eqPly/pipe.cpp trunk/src/examples/eqPly/pipe.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.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/pipe.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/config.cpp trunk/src/server/config.h trunk/src/server/node.cpp trunk/src/server/node.h trunk/src/server/pipe.cpp trunk/src/server/pipe.h trunk/src/server/window.cpp trunk/src/server/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-18 17:37:09
|
Revision: 738 http://svn.sourceforge.net/equalizer/?rev=738&view=rev Author: eile Date: 2007-01-18 09:37:01 -0800 (Thu, 18 Jan 2007) Log Message: ----------- More exit cleanup: correct node exit and deletion Modified Paths: -------------- trunk/src/lib/client/client.cpp 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/packets.h trunk/src/lib/client/server.cpp trunk/src/lib/client/server.h trunk/src/lib/net/node.cpp trunk/src/server/config.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...> - 2007-01-22 17:36:14
|
Revision: 739 http://svn.sourceforge.net/equalizer/?rev=739&view=rev Author: eile Date: 2007-01-22 08:54:37 -0800 (Mon, 22 Jan 2007) Log Message: ----------- bugfix: Uninitialized variable Framedata::translation Modified Paths: -------------- trunk/src/examples/eqPly/frameData.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...> - 2007-01-24 12:20:51
|
Revision: 741 http://svn.sourceforge.net/equalizer/?rev=741&view=rev Author: eile Date: 2007-01-24 04:20:38 -0800 (Wed, 24 Jan 2007) Log Message: ----------- Rename Config::beginFrame to Config::startFrame for consistency with other pipe and window startFrame methods Modified Paths: -------------- trunk/src/examples/eqPly/config.cpp trunk/src/examples/eqPly/config.h trunk/src/examples/eqPly/main.cpp trunk/src/lib/client/commands.h trunk/src/lib/client/config.cpp trunk/src/lib/client/config.h trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.h 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-01-24 14:53:27
|
Revision: 743 http://svn.sourceforge.net/equalizer/?rev=743&view=rev Author: eile Date: 2007-01-24 06:53:22 -0800 (Wed, 24 Jan 2007) Log Message: ----------- First step towards Win32 support: Windows VS2005 project files, Windows XP porting w/ event handling, running eqPly with exit crashes, virtually no testing. Modified Paths: -------------- trunk/src/examples/eqPly/README trunk/src/examples/eqPly/appInitData.cpp trunk/src/examples/eqPly/channel.cpp trunk/src/examples/eqPly/frameData.h trunk/src/examples/eqPly/main.cpp trunk/src/examples/eqPly/pipe.cpp trunk/src/examples/eqPly/plyFileIO.cpp trunk/src/examples/eqPly/plyFileIO.h trunk/src/examples/eqPly/plyModel.cpp trunk/src/examples/eqPly/plyModel.h trunk/src/examples/eqPly/tracker.cpp trunk/src/lib/Makefile trunk/src/lib/base/barrier.cpp trunk/src/lib/base/barrier.h trunk/src/lib/base/base.h trunk/src/lib/base/clock.h trunk/src/lib/base/executionListener.h trunk/src/lib/base/hash.h trunk/src/lib/base/idPool.cpp trunk/src/lib/base/idPool.h trunk/src/lib/base/launcher.cpp trunk/src/lib/base/launcher.h trunk/src/lib/base/lock.cpp trunk/src/lib/base/lock.h trunk/src/lib/base/log.cpp trunk/src/lib/base/log.h trunk/src/lib/base/mtQueue.h trunk/src/lib/base/nonCopyable.h trunk/src/lib/base/perThread.h trunk/src/lib/base/refPtr.h trunk/src/lib/base/referenced.h trunk/src/lib/base/requestHandler.cpp trunk/src/lib/base/requestHandler.h trunk/src/lib/base/stdExt.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/base/timedLock.cpp trunk/src/lib/base/timedLock.h trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h trunk/src/lib/client/config.h trunk/src/lib/client/configEvent.h trunk/src/lib/client/configParams.cpp trunk/src/lib/client/configParams.h trunk/src/lib/client/event.h trunk/src/lib/client/eventThread.cpp trunk/src/lib/client/eventThread.h trunk/src/lib/client/frame.h trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.h trunk/src/lib/client/global.cpp trunk/src/lib/client/global.h trunk/src/lib/client/image.cpp trunk/src/lib/client/init.cpp trunk/src/lib/client/init.h trunk/src/lib/client/matrix4.h trunk/src/lib/client/node.h trunk/src/lib/client/nodeFactory.cpp trunk/src/lib/client/nodeFactory.h trunk/src/lib/client/openParams.h trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pipe.h trunk/src/lib/client/projection.h trunk/src/lib/client/renderContext.cpp trunk/src/lib/client/renderContext.h trunk/src/lib/client/server.cpp trunk/src/lib/client/server.h trunk/src/lib/client/statEvent.cpp trunk/src/lib/client/statEvent.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/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/client/windowEvent.h trunk/src/lib/client/windowSystem.h trunk/src/lib/net/barrier.cpp trunk/src/lib/net/barrier.h trunk/src/lib/net/base.cpp trunk/src/lib/net/base.h trunk/src/lib/net/commandCache.h trunk/src/lib/net/commandFunc.h trunk/src/lib/net/commandQueue.cpp trunk/src/lib/net/commandQueue.h trunk/src/lib/net/connection.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connection.ipp trunk/src/lib/net/connectionDescription.cpp trunk/src/lib/net/connectionDescription.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/global.cpp trunk/src/lib/net/init.cpp trunk/src/lib/net/init.h trunk/src/lib/net/node.cpp trunk/src/lib/net/node.h trunk/src/lib/net/nodeID.h trunk/src/lib/net/object.h trunk/src/lib/net/packets.cpp trunk/src/lib/net/packets.h trunk/src/lib/net/pipeConnection.cpp trunk/src/lib/net/pipeConnection.h trunk/src/lib/net/session.cpp trunk/src/lib/net/session.h trunk/src/lib/net/socketConnection.cpp trunk/src/lib/net/socketConnection.h trunk/src/lib/net/util.cpp trunk/src/lib/net/util.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/compound.cpp trunk/src/server/connectionDescription.cpp trunk/src/server/eqServer.cpp trunk/src/server/global.cpp trunk/src/server/global.h trunk/src/server/lexer.cpp trunk/src/server/loader.l trunk/src/server/loader.y trunk/src/server/node.cpp trunk/src/server/node.h trunk/src/server/parser.cpp trunk/src/server/parser.hpp trunk/src/server/server.cpp Added Paths: ----------- trunk/src/README.Win32 trunk/src/VS2003/ trunk/src/VS2003/Equalizer Server.vcproj trunk/src/VS2003/Equalizer.ncb trunk/src/VS2003/Equalizer.sln trunk/src/VS2003/Equalizer.vcproj trunk/src/VS2003/eqPly Example.vcproj trunk/src/VS2003/unistd.h trunk/src/VS2005/ trunk/src/VS2005/Equalizer Server.vcproj trunk/src/VS2005/Equalizer.sln trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eqPly Example.vcproj trunk/src/VS2005/unistd.h trunk/src/Win32/ trunk/src/Win32/bin/ trunk/src/Win32/bin/BISON-1.TGZ trunk/src/Win32/bin/FLEX252.GZ trunk/src/Win32/bin/bison.exe trunk/src/Win32/bin/bison.hairy trunk/src/Win32/bin/bison.simple trunk/src/Win32/bin/flex.exe trunk/src/Win32/pthreads/ trunk/src/Win32/pthreads/ANNOUNCE trunk/src/Win32/pthreads/BUGS trunk/src/Win32/pthreads/CONTRIBUTORS trunk/src/Win32/pthreads/COPYING trunk/src/Win32/pthreads/COPYING.LIB trunk/src/Win32/pthreads/ChangeLog trunk/src/Win32/pthreads/FAQ trunk/src/Win32/pthreads/MAINTAINERS trunk/src/Win32/pthreads/NEWS trunk/src/Win32/pthreads/PROGRESS trunk/src/Win32/pthreads/README trunk/src/Win32/pthreads/README.Borland trunk/src/Win32/pthreads/README.CV trunk/src/Win32/pthreads/README.NONPORTABLE trunk/src/Win32/pthreads/README.Watcom trunk/src/Win32/pthreads/README.WinCE trunk/src/Win32/pthreads/TODO trunk/src/Win32/pthreads/WinCE-PORT trunk/src/Win32/pthreads/include/ trunk/src/Win32/pthreads/include/pthread.h trunk/src/Win32/pthreads/include/sched.h trunk/src/Win32/pthreads/include/semaphore.h trunk/src/Win32/pthreads/include/unistd.h trunk/src/Win32/pthreads/lib/ trunk/src/Win32/pthreads/lib/libpthreadGC2.a trunk/src/Win32/pthreads/lib/libpthreadGCE2.a trunk/src/Win32/pthreads/lib/pthreadGC2.dll trunk/src/Win32/pthreads/lib/pthreadGCE2.dll trunk/src/Win32/pthreads/lib/pthreadVC2.dll trunk/src/Win32/pthreads/lib/pthreadVC2.lib trunk/src/Win32/pthreads/lib/pthreadVCE2.dll trunk/src/Win32/pthreads/lib/pthreadVCE2.lib trunk/src/Win32/pthreads/lib/pthreadVSE2.dll trunk/src/Win32/pthreads/lib/pthreadVSE2.lib trunk/src/examples/include/ trunk/src/examples/include/tclap/ trunk/src/examples/include/tclap/Arg.h trunk/src/examples/include/tclap/ArgException.h trunk/src/examples/include/tclap/COPYING trunk/src/examples/include/tclap/CmdLine.h trunk/src/examples/include/tclap/CmdLineInterface.h trunk/src/examples/include/tclap/CmdLineOutput.h trunk/src/examples/include/tclap/Constraint.h trunk/src/examples/include/tclap/DocBookOutput.h trunk/src/examples/include/tclap/HelpVisitor.h trunk/src/examples/include/tclap/IgnoreRestVisitor.h trunk/src/examples/include/tclap/MultiArg.h trunk/src/examples/include/tclap/MultiSwitchArg.h trunk/src/examples/include/tclap/OptionalUnlabeledTracker.h trunk/src/examples/include/tclap/README trunk/src/examples/include/tclap/StdOutput.h trunk/src/examples/include/tclap/SwitchArg.h trunk/src/examples/include/tclap/UnlabeledMultiArg.h trunk/src/examples/include/tclap/UnlabeledValueArg.h trunk/src/examples/include/tclap/ValueArg.h trunk/src/examples/include/tclap/ValuesConstraint.h trunk/src/examples/include/tclap/VersionVisitor.h trunk/src/examples/include/tclap/Visitor.h trunk/src/examples/include/tclap/XorHandler.h trunk/src/lib/base/debug.h trunk/src/lib/base/definesWin32.h trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/wglEventHandler.h trunk/src/lib/client/windowEvent.cpp trunk/src/lib/net/connectionType.h trunk/src/lib/net/pipeConnectionPosix.cpp trunk/src/lib/net/pipeConnectionWin32.cpp Removed Paths: ------------- trunk/src/lib/client/matrix4.cpp trunk/src/lib/client/win32_glx.h trunk/src/lib/client/win32_x11.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-24 17:29:19
|
Revision: 745 http://svn.sourceforge.net/equalizer/?rev=745&view=rev Author: eile Date: 2007-01-24 09:29:10 -0800 (Wed, 24 Jan 2007) Log Message: ----------- Fix Ubuntu build Modified Paths: -------------- trunk/src/lib/base/clock.h trunk/src/lib/client/pipe.h trunk/src/make/Linux.mk trunk/src/server/lexer.cpp trunk/src/server/parser.cpp trunk/src/server/parser.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-24 17:44:34
|
Revision: 746 http://svn.sourceforge.net/equalizer/?rev=746&view=rev Author: eile Date: 2007-01-24 09:44:31 -0800 (Wed, 24 Jan 2007) Log Message: ----------- Fix compile warning Modified Paths: -------------- trunk/src/lib/net/connectionSet.cpp trunk/src/server/lexer.cpp trunk/src/server/parser.cpp trunk/src/server/parser.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-25 09:39:03
|
Revision: 747 http://svn.sourceforge.net/equalizer/?rev=747&view=rev Author: eile Date: 2007-01-25 01:39:01 -0800 (Thu, 25 Jan 2007) Log Message: ----------- Fix Win32 build Modified Paths: -------------- trunk/src/lib/net/nodeID.h trunk/src/server/lexer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-25 10:43:40
|
Revision: 748 http://svn.sourceforge.net/equalizer/?rev=748&view=rev Author: eile Date: 2007-01-25 02:43:38 -0800 (Thu, 25 Jan 2007) Log Message: ----------- improve viewport handling Modified Paths: -------------- trunk/src/lib/client/channel.cpp trunk/src/lib/client/packets.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/pixelViewport.h trunk/src/server/channel.cpp trunk/src/server/channel.h trunk/src/server/pipe.cpp trunk/src/server/pipe.h trunk/src/server/window.cpp trunk/src/server/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-25 10:51:47
|
Revision: 749 http://svn.sourceforge.net/equalizer/?rev=749&view=rev Author: eile Date: 2007-01-25 02:51:44 -0800 (Thu, 25 Jan 2007) Log Message: ----------- Convert windows to unix line endings Modified Paths: -------------- trunk/src/Win32/pthreads/include/pthread.h trunk/src/Win32/pthreads/include/sched.h trunk/src/Win32/pthreads/include/semaphore.h trunk/src/examples/eqPly/plyFileIO.cpp trunk/src/lib/base/definesWin32.h trunk/src/lib/base/log.h trunk/src/lib/client/windowSystem.h trunk/src/lib/net/commandQueue.cpp trunk/src/lib/net/nodeID.h trunk/src/server/lexer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-25 14:54:37
|
Revision: 750 http://svn.sourceforge.net/equalizer/?rev=750&view=rev Author: eile Date: 2007-01-25 06:54:30 -0800 (Thu, 25 Jan 2007) Log Message: ----------- Fix eqPly file loading and saving on Win32, Fix C&P bug in stencil buffer request during window creation Modified Paths: -------------- trunk/src/examples/eqPly/ply.h trunk/src/examples/eqPly/plyFileIO.cpp trunk/src/examples/eqPly/plyModel.cpp trunk/src/examples/eqPly/plyfile.cpp trunk/src/lib/base/definesWin32.h trunk/src/lib/client/window.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...> - 2007-01-26 12:32:09
|
Revision: 752 http://svn.sourceforge.net/equalizer/?rev=752&view=rev Author: eile Date: 2007-01-26 04:32:07 -0800 (Fri, 26 Jan 2007) Log Message: ----------- Add missing Channel::getDrawBuffer/getReadBuffer Modified Paths: -------------- trunk/src/README.Win32 trunk/src/lib/client/channel.cpp trunk/src/lib/client/channel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-26 15:34:26
|
Revision: 753 http://svn.sourceforge.net/equalizer/?rev=753&view=rev Author: eile Date: 2007-01-26 07:34:20 -0800 (Fri, 26 Jan 2007) Log Message: ----------- Change VS2005 project files to use PlatformName and ConfigurationName in output and temp directories, some code cleanup while chasing down an exit segfault in the debug version. Modified Paths: -------------- trunk/src/VS2005/Equalizer Server.vcproj trunk/src/VS2005/Equalizer.sln trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eqPly Example.vcproj trunk/src/lib/base/base.h trunk/src/lib/client/node.cpp trunk/src/lib/client/nodeFactory.h trunk/src/lib/client/window.cpp trunk/src/lib/client/window.h trunk/src/lib/net/commands.h trunk/src/lib/net/session.cpp trunk/src/server/lexer.cpp trunk/src/server/parser.cpp trunk/src/server/parser.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-29 14:06:13
|
Revision: 754 http://svn.sourceforge.net/equalizer/?rev=754&view=rev Author: eile Date: 2007-01-29 06:06:09 -0800 (Mon, 29 Jan 2007) Log Message: ----------- Win32 debugging: - make window class name unique - report windows error string during initWGL - add config files to eqServer VS2005 project file - fix minor bug in eqNet::Session Modified Paths: -------------- trunk/src/README.Win32 trunk/src/VS2005/Equalizer Server.vcproj trunk/src/examples/configs/2-window.eqc trunk/src/lib/base/base.h trunk/src/lib/client/window.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...> - 2007-01-30 13:06:26
|
Revision: 757 http://svn.sourceforge.net/equalizer/?rev=757&view=rev Author: eile Date: 2007-01-30 05:06:24 -0800 (Tue, 30 Jan 2007) Log Message: ----------- Bugfix: some connection send() methods were broken, swap launch command quotation scheme for better Win32 compatibility Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/lib/base/launcher.cpp trunk/src/lib/net/connection.h trunk/src/lib/net/connection.ipp 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-01-30 15:10:58
|
Revision: 758 http://svn.sourceforge.net/equalizer/?rev=758&view=rev Author: eile Date: 2007-01-30 07:10:53 -0800 (Tue, 30 Jan 2007) Log Message: ----------- Debug node launch on Win32: o Fix launcher process creation o Use different separator in various places, ':' conflicted with Win32 drive letters o Set default launch timeout o Correct detection of absolute paths Added some files to the SVN ignore list Modified Paths: -------------- trunk/src/VS2005/Equalizer Server.vcproj trunk/src/VS2005/Equalizer.vcproj trunk/src/VS2005/eqPly Example.vcproj trunk/src/examples/configs/test.eqc trunk/src/examples/eqPly/node.h trunk/src/examples/eqPly/pipe.h trunk/src/lib/base/launcher.cpp trunk/src/lib/base/log.h trunk/src/lib/client/config.cpp trunk/src/lib/client/pipe.cpp trunk/src/lib/client/server.cpp trunk/src/lib/net/connectionDescription.cpp trunk/src/lib/net/node.cpp trunk/src/server/colorMask.h trunk/src/server/config.cpp trunk/src/server/global.cpp trunk/src/server/lexer.cpp trunk/src/server/node.cpp trunk/src/server/node.h trunk/src/server/parser.cpp trunk/src/server/parser.hpp trunk/src/server/server.cpp Property Changed: ---------------- trunk/src/VS2003/ trunk/src/VS2005/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-31 09:34:08
|
Revision: 760 http://svn.sourceforge.net/equalizer/?rev=760&view=rev Author: eile Date: 2007-01-31 01:34:02 -0800 (Wed, 31 Jan 2007) Log Message: ----------- Win32 porting: o fix Clock::setAlarm o delete unused pthread library versions o provide working pthread library (exit crash) Modified Paths: -------------- trunk/src/Win32/pthreads/lib/pthreadVC2.dll trunk/src/Win32/pthreads/lib/pthreadVC2.lib trunk/src/lib/base/clock.h Removed Paths: ------------- trunk/src/Win32/pthreads/lib/libpthreadGC2.a trunk/src/Win32/pthreads/lib/libpthreadGCE2.a trunk/src/Win32/pthreads/lib/pthreadGC2.dll trunk/src/Win32/pthreads/lib/pthreadGCE2.dll trunk/src/Win32/pthreads/lib/pthreadVCE2.dll trunk/src/Win32/pthreads/lib/pthreadVCE2.lib trunk/src/Win32/pthreads/lib/pthreadVSE2.dll trunk/src/Win32/pthreads/lib/pthreadVSE2.lib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-01 11:19:10
|
Revision: 764 http://svn.sourceforge.net/equalizer/?rev=764&view=rev Author: eile Date: 2007-02-01 03:19:07 -0800 (Thu, 01 Feb 2007) Log Message: ----------- Win32 port: o Fix window fullscreen hint o Fix window decoration hint o Fix window title o remove TYPE_ from event type enums for better readability o introduce window close event o handle window closure with [x] title bar button Modified Paths: -------------- trunk/src/examples/configs/test.eqc trunk/src/examples/eqPly/config.cpp trunk/src/lib/client/configEvent.h trunk/src/lib/client/eventThread.cpp trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/wglEventHandler.cpp trunk/src/lib/client/window.cpp trunk/src/lib/client/windowEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-01 12:26:19
|
Revision: 765 http://svn.sourceforge.net/equalizer/?rev=765&view=rev Author: eile Date: 2007-02-01 04:26:13 -0800 (Thu, 01 Feb 2007) Log Message: ----------- Rename EventThread -> EventHandler for consistency Modified Paths: -------------- trunk/src/VS2005/Equalizer.vcproj trunk/src/lib/Makefile trunk/src/lib/client/glXEventThread.cpp trunk/src/lib/client/glXEventThread.h trunk/src/lib/client/pipe.cpp trunk/src/lib/client/wglEventHandler.h trunk/src/lib/client/window.cpp trunk/src/server/server.cpp Added Paths: ----------- trunk/src/lib/client/eventHandler.cpp trunk/src/lib/client/eventHandler.h Removed Paths: ------------- trunk/src/lib/client/eventThread.cpp trunk/src/lib/client/eventThread.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |