Thread: [eq-commit] SF.net SVN: equalizer: [1436] trunk/src (Page 11)
Brought to you by:
eile
|
From: <ei...@us...> - 2007-10-19 13:45:20
|
Revision: 1436
http://equalizer.svn.sourceforge.net/equalizer/?rev=1436&view=rev
Author: eile
Date: 2007-10-19 06:45:18 -0700 (Fri, 19 Oct 2007)
Log Message:
-----------
Introduce per-node frame synchronization:
- introduce new frameDrawFinish task method to signal last frameDraw of entity
- changes behaviour of non-threaded pipes
- changes default behaviour so that all *draw* methods are
frame-synchronous *per node*.
- documentation to follow momentarily.
[x] May break build
[x] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/node.cpp
trunk/src/examples/eVolve/node.h
trunk/src/examples/eVolve/pipe.cpp
trunk/src/examples/eqPly/node.cpp
trunk/src/examples/eqPly/node.h
trunk/src/examples/eqPly/pipe.cpp
trunk/src/lib/client/channel.cpp
trunk/src/lib/client/channel.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/pipe.h
trunk/src/lib/client/statEvent.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
trunk/src/server/channel.cpp
trunk/src/server/channel.h
trunk/src/server/compound.cpp
trunk/src/server/compound.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/server.cpp
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-10-22 13:06:27
|
Revision: 1452
http://equalizer.svn.sourceforge.net/equalizer/?rev=1452&view=rev
Author: eile
Date: 2007-10-22 06:06:26 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
Some Cygwin fixes, add Config::stopRunning
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/typedefs.h
trunk/src/lib/base/launcher.h
trunk/src/lib/client/config.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-22 15:14:41
|
Revision: 1454
http://equalizer.svn.sourceforge.net/equalizer/?rev=1454&view=rev
Author: eile
Date: 2007-10-22 08:14:39 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
Some Leopard porting
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/client/commandQueue.cpp
trunk/src/lib/client/messagePump.cpp
trunk/src/lib/client/messagePump.h
trunk/src/lib/client/window.cpp
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-10-23 11:23:03
|
Revision: 1455
http://equalizer.svn.sourceforge.net/equalizer/?rev=1455&view=rev
Author: eile
Date: 2007-10-23 04:23:01 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
Add eVolve project file, convert one of the missing gl functions to use eq function table, some Win32/eVolve compile fixes
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/channel.cpp
trunk/src/examples/eVolve/hlp.h
trunk/src/examples/eVolve/rawVolModel.cpp
trunk/src/lib/client/glFunctions.cpp
trunk/src/lib/client/glFunctions.h
trunk/src/lib/eq.h
Added Paths:
-----------
trunk/src/VS2005/eVolve.vcproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-23 11:50:46
|
Revision: 1457
http://equalizer.svn.sourceforge.net/equalizer/?rev=1457&view=rev
Author: eile
Date: 2007-10-23 04:50:28 -0700 (Tue, 23 Oct 2007)
Log Message:
-----------
Fix Darwin build
[ ] Might fix build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/AUTHORS
trunk/src/Makefile
trunk/src/RELNOTES
trunk/src/lib/client/version.h
trunk/src/make/Equalizer.spec
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-24 13:07:52
|
Revision: 1462
http://equalizer.svn.sourceforge.net/equalizer/?rev=1462&view=rev
Author: eile
Date: 2007-10-24 06:07:51 -0700 (Wed, 24 Oct 2007)
Log Message:
-----------
eVolve: separate brightness and alpha, make alpha attenuation an option,
some code cleanup in converter program
[ ] Might fix build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/initData.cpp
trunk/src/examples/eVolve/initData.h
trunk/src/examples/eVolve/localInitData.cpp
trunk/src/examples/eVolve/pipe.cpp
trunk/src/examples/eVolve/rawVolModel.cpp
trunk/src/examples/eVolve/rawVolModel.h
trunk/src/tools/volRawConverter/rawConverter.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-25 09:27:26
|
Revision: 1463
http://equalizer.svn.sourceforge.net/equalizer/?rev=1463&view=rev
Author: eile
Date: 2007-10-25 02:27:25 -0700 (Thu, 25 Oct 2007)
Log Message:
-----------
Clarify license on volume converter
[ ] Might fix build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/AUTHORS
trunk/src/tools/volRawConverter/codebase.h
trunk/src/tools/volRawConverter/ddsbase.cpp
trunk/src/tools/volRawConverter/ddsbase.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-26 15:58:44
|
Revision: 1466
http://equalizer.svn.sourceforge.net/equalizer/?rev=1466&view=rev
Author: eile
Date: 2007-10-26 08:35:45 -0700 (Fri, 26 Oct 2007)
Log Message:
-----------
Fix Cygwin build:
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/server/Makefile
trunk/src/tools/volRawConverter/codebase.h
trunk/src/tools/volRawConverter/rawConverter.cpp
Added Paths:
-----------
trunk/src/server/lexer_cygwin.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-26 16:51:19
|
Revision: 1468
http://equalizer.svn.sourceforge.net/equalizer/?rev=1468&view=rev
Author: eile
Date: 2007-10-26 09:51:18 -0700 (Fri, 26 Oct 2007)
Log Message:
-----------
eVolve cleanup: converter rename, readme review, copyrights
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/README
trunk/src/examples/eVolve/channel.h
trunk/src/examples/eVolve/config.h
trunk/src/examples/eVolve/eVolve.h
trunk/src/examples/eVolve/fragmentShader.cg
trunk/src/examples/eVolve/fragmentShader.glsl
trunk/src/examples/eVolve/frameData.h
trunk/src/examples/eVolve/fshader_.oglsl
trunk/src/examples/eVolve/hlp.h
trunk/src/examples/eVolve/initData.h
trunk/src/examples/eVolve/localInitData.h
trunk/src/examples/eVolve/node.h
trunk/src/examples/eVolve/pipe.h
trunk/src/examples/eVolve/rawVolModel.cpp
trunk/src/examples/eVolve/rawVolModel.h
trunk/src/examples/eVolve/shader.cpp
trunk/src/examples/eVolve/shader.h
trunk/src/examples/eVolve/sliceClipping.cpp
trunk/src/examples/eVolve/sliceClipping.h
trunk/src/examples/eVolve/stringify.pl
trunk/src/examples/eVolve/vertexShader.glsl
trunk/src/examples/eVolve/vertexShaderComplex.cg
trunk/src/examples/eVolve/vertexShaderSimple.cg
trunk/src/examples/eVolve/vshader_.oglsl
trunk/src/examples/eVolve/window.h
trunk/src/lib/client/wglEventHandler.cpp
trunk/src/tools/Makefile
Added Paths:
-----------
trunk/src/tools/eVolveConverter/
Removed Paths:
-------------
trunk/src/tools/volRawConverter/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-27 11:44:40
|
Revision: 1470
http://equalizer.svn.sourceforge.net/equalizer/?rev=1470&view=rev
Author: eile
Date: 2007-10-27 04:44:39 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
Fix Leopard build
[ ] Might fix build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/configs/5-window.DB.dest.eqc
trunk/src/lib/client/eventHandler.cpp
trunk/src/tools/eVolveConverter/eVolveConverter.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-28 10:37:15
|
Revision: 1475
http://equalizer.svn.sourceforge.net/equalizer/?rev=1475&view=rev
Author: eile
Date: 2007-10-28 03:37:14 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
Update README's
[ ] Might fix build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/README
trunk/src/README.Darwin
trunk/src/README.Win32
trunk/src/RELNOTES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-30 17:11:38
|
Revision: 1486
http://equalizer.svn.sourceforge.net/equalizer/?rev=1486&view=rev
Author: eile
Date: 2007-10-30 10:11:35 -0700 (Tue, 30 Oct 2007)
Log Message:
-----------
Make eVolve compile w/out Cg installed
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/Makefile
trunk/src/examples/eVolve/channel.cpp
trunk/src/examples/eVolve/pipe.cpp
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...> - 2007-11-01 13:10:11
|
Revision: 1493
http://equalizer.svn.sourceforge.net/equalizer/?rev=1493&view=rev
Author: eile
Date: 2007-11-01 06:10:06 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
start refactoring the compound traversal into visitors: replace
Compound::updateChannel with ChannelUpdateVisitor.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer Server Library.vcproj
trunk/src/server/Makefile
trunk/src/server/channel.cpp
trunk/src/server/compound.cpp
trunk/src/server/compound.h
Added Paths:
-----------
trunk/src/server/channelUpdateVisitor.cpp
trunk/src/server/channelUpdateVisitor.h
trunk/src/server/compoundVisitor.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-01 16:55:13
|
Revision: 1494
http://equalizer.svn.sourceforge.net/equalizer/?rev=1494&view=rev
Author: eile
Date: 2007-11-01 09:55:12 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
refactoring the compound traversal into visitors part II: init and exit visitors
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer Server Library.vcproj
trunk/src/server/Makefile
trunk/src/server/channel.cpp
trunk/src/server/channelUpdateVisitor.cpp
trunk/src/server/channelUpdateVisitor.h
trunk/src/server/compound.cpp
trunk/src/server/compound.h
trunk/src/server/compoundVisitor.h
Added Paths:
-----------
trunk/src/server/compoundExitVisitor.cpp
trunk/src/server/compoundExitVisitor.h
trunk/src/server/compoundInitVisitor.cpp
trunk/src/server/compoundInitVisitor.h
trunk/src/server/constCompoundVisitor.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-02 11:49:07
|
Revision: 1495
http://equalizer.svn.sourceforge.net/equalizer/?rev=1495&view=rev
Author: eile
Date: 2007-11-02 04:49:01 -0700 (Fri, 02 Nov 2007)
Log Message:
-----------
refactoring the compound traversal into visitors, last part: compound
update visitors, remove Compound::traverse methods.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer Server Library.vcproj
trunk/src/server/Makefile
trunk/src/server/compound.cpp
trunk/src/server/compound.h
trunk/src/server/compoundInitVisitor.cpp
trunk/src/server/config.cpp
Added Paths:
-----------
trunk/src/server/compoundUpdateDataVisitor.cpp
trunk/src/server/compoundUpdateDataVisitor.h
trunk/src/server/compoundUpdateInputVisitor.cpp
trunk/src/server/compoundUpdateInputVisitor.h
trunk/src/server/compoundUpdateOutputVisitor.cpp
trunk/src/server/compoundUpdateOutputVisitor.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 10:45:42
|
Revision: 1498
http://equalizer.svn.sourceforge.net/equalizer/?rev=1498&view=rev
Author: eile
Date: 2007-11-06 02:45:41 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
Consolidate OpenGL error checking
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/Makefile
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/base/debug.h
trunk/src/lib/client/channel.cpp
trunk/src/lib/client/windowSystem.h
Added Paths:
-----------
trunk/src/lib/client/windowSystem.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-06 11:28:22
|
Revision: 1500
http://equalizer.svn.sourceforge.net/equalizer/?rev=1500&view=rev
Author: eile
Date: 2007-11-06 03:28:20 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
Incomplete MinGW/MSys port. Moves executable targets to build directory!
[x] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/Makefile
trunk/src/examples/eVolve/localInitData.cpp
trunk/src/examples/eVolve/rawVolModel.cpp
trunk/src/examples/eqPixelBench/channel.cpp
trunk/src/examples/eqPly/channel.cpp
trunk/src/examples/eqPly/localInitData.cpp
trunk/src/lib/Makefile
trunk/src/lib/base/base.h
trunk/src/lib/base/definesWin32.h
trunk/src/lib/base/log.h
trunk/src/lib/base/thread.cpp
trunk/src/lib/base/timedLock.cpp
trunk/src/lib/base/types.h
trunk/src/lib/client/pixelViewport.h
trunk/src/lib/client/wglEventHandler.cpp
trunk/src/lib/net/command.cpp
trunk/src/lib/net/connection.cpp
trunk/src/lib/net/connection.h
trunk/src/lib/net/connection.ipp
trunk/src/lib/net/fdConnection.cpp
trunk/src/lib/net/fdConnection.h
trunk/src/lib/net/init.cpp
trunk/src/lib/net/node.cpp
trunk/src/lib/net/pipeConnection.h
trunk/src/lib/net/session.cpp
trunk/src/lib/net/socketConnection.h
trunk/src/lib/net/socketConnectionWin32.cpp
trunk/src/make/CYGWIN_NT-5.1.mk
trunk/src/make/rules.mk
trunk/src/make/system.mk
trunk/src/proto/pthreads/Makefile
trunk/src/server/loader.l
trunk/src/tests/base/Makefile
trunk/src/tests/base/idPool.cpp
trunk/src/tests/client/Makefile
trunk/src/tests/connection/Makefile
trunk/src/tests/connection/client.cpp
trunk/src/tests/connection/pipe.cpp
trunk/src/tests/dataStream/Makefile
trunk/src/tests/image/Makefile
trunk/src/tests/netperf/Makefile
trunk/src/tests/node/Makefile
trunk/src/tests/node/node.cpp
trunk/src/tests/pipeperf/Makefile
trunk/src/tests/session/Makefile
trunk/src/tests/wall/Makefile
trunk/src/tools/configTool/configTool.cpp
trunk/src/tools/eVolveConverter/eVolveConverter.cpp
Added Paths:
-----------
trunk/src/make/MINGW32_NT-5.1.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-06 11:41:59
|
Revision: 1501
http://equalizer.svn.sourceforge.net/equalizer/?rev=1501&view=rev
Author: eile
Date: 2007-11-06 03:41:57 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
Move .app directories to build dir to adapt to last change
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Added Paths:
-----------
trunk/src/build/
trunk/src/build/Darwin/
trunk/src/build/Darwin/bin/
trunk/src/build/Darwin/bin/eVolve.app/
trunk/src/build/Darwin/bin/eqHello.app/
trunk/src/build/Darwin/bin/eqPly.app/
Removed Paths:
-------------
trunk/src/examples/eVolve/eVolve.app/
trunk/src/examples/eqHello/eqHello.app/
trunk/src/examples/eqPly/eqPly.app/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-07 10:05:47
|
Revision: 1506
http://equalizer.svn.sourceforge.net/equalizer/?rev=1506&view=rev
Author: eile
Date: 2007-11-07 02:05:33 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
Simplify and fix 'make install'
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/Makefile
trunk/src/examples/configs/Makefile
trunk/src/make/rules.mk
trunk/src/make/system.mk
Added Paths:
-----------
trunk/src/install.sh
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-07 17:02:46
|
Revision: 1510
http://equalizer.svn.sourceforge.net/equalizer/?rev=1510&view=rev
Author: eile
Date: 2007-11-07 09:02:44 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
Fix parser build on MinGW, other build improvements
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/Makefile
trunk/src/make/system.mk
Added Paths:
-----------
trunk/src/make/CYGWIN_NT_5.1.mk
trunk/src/make/MINGW32_NT_5.1.mk
Removed Paths:
-------------
trunk/src/make/CYGWIN_NT-5.1.mk
trunk/src/make/MINGW32_NT-5.1.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-07 17:24:44
|
Revision: 1511
http://equalizer.svn.sourceforge.net/equalizer/?rev=1511&view=rev
Author: eile
Date: 2007-11-07 09:24:37 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
Fix Cygwin build
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/net/socketConnectionWin32.cpp
trunk/src/make/rules.mk
trunk/src/make/system.mk
trunk/src/server/Makefile
Added Paths:
-----------
trunk/src/make/CYGWIN_NT_5_1.mk
trunk/src/make/MINGW32_NT_5_1.mk
Removed Paths:
-------------
trunk/src/make/CYGWIN_NT_5.1.mk
trunk/src/make/MINGW32_NT_5.1.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-07 18:11:22
|
Revision: 1512
http://equalizer.svn.sourceforge.net/equalizer/?rev=1512&view=rev
Author: eile
Date: 2007-11-07 10:11:21 -0800 (Wed, 07 Nov 2007)
Log Message:
-----------
Fix Mingw pthread dll
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/Windows/pthreads/lib/pthreadGC2.dll
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...> - 2007-11-08 14:09:37
|
Revision: 1515
http://equalizer.svn.sourceforge.net/equalizer/?rev=1515&view=rev
Author: eile
Date: 2007-11-08 06:09:35 -0800 (Thu, 08 Nov 2007)
Log Message:
-----------
Implement NICEST statistics gathering hint - needs testing
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/timedLock.cpp
trunk/src/lib/client/channel.cpp
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/statEvent.cpp
trunk/src/lib/client/statEvent.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
trunk/src/lib/client/windowEvent.cpp
trunk/src/lib/client/windowEvent.h
trunk/src/lib/client/windowSystem.cpp
trunk/src/lib/client/windowSystem.h
trunk/src/lib/net/bufferConnection.cpp
trunk/src/lib/net/connection.cpp
trunk/src/lib/net/connectionSet.cpp
trunk/src/lib/net/connectionSet.h
trunk/src/server/node.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-09 08:13:10
|
Revision: 1516
http://equalizer.svn.sourceforge.net/equalizer/?rev=1516&view=rev
Author: eile
Date: 2007-11-09 00:13:08 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
Improve install script, automatically build .app directories, increase
compile warnings and fix resulting issues.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/configs/test.eqc
trunk/src/examples/eqPly/typedefs.h
trunk/src/examples/eqPly/vertexBufferNode.cpp
trunk/src/examples/eqPly/vertexBufferNode.h
trunk/src/examples/eqPly/vertexData.cpp
trunk/src/examples/eqPly/vertexData.h
trunk/src/install.sh
trunk/src/lib/client/frame.cpp
trunk/src/lib/client/frame.h
trunk/src/lib/net/node.cpp
trunk/src/lib/net/node.h
trunk/src/lib/net/object.cpp
trunk/src/lib/net/object.h
trunk/src/make/Darwin.mk
trunk/src/make/rules.mk
trunk/src/make/system.mk
trunk/src/server/channel.cpp
trunk/src/server/compound.cpp
trunk/src/server/frame.cpp
trunk/src/server/node.cpp
trunk/src/server/pipe.cpp
trunk/src/server/window.cpp
trunk/src/tests/image/test.cpp
trunk/src/tools/configTool/configTool.cpp
trunk/src/tools/configTool/configTool.h
Removed Paths:
-------------
trunk/src/build/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-11-14 09:40:56
|
Revision: 1526
http://equalizer.svn.sourceforge.net/equalizer/?rev=1526&view=rev
Author: eile
Date: 2007-11-14 01:40:55 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
Cleanup up getChild() interface a bit.
[ ] May break build
[x] May break existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/window.cpp
trunk/src/examples/eqPly/window.cpp
trunk/src/lib/client/glXEventThread.cpp
trunk/src/lib/client/node.h
trunk/src/lib/client/pipe.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.
|