Thread: [eq-commit] SF.net SVN: equalizer: [1277] trunk/src (Page 10)
Brought to you by:
eile
|
From: <ei...@us...> - 2007-08-28 17:19:16
|
Revision: 1277
http://equalizer.svn.sourceforge.net/equalizer/?rev=1277&view=rev
Author: eile
Date: 2007-08-28 10:19:13 -0700 (Tue, 28 Aug 2007)
Log Message:
-----------
Adapt build system to do out-of-source builds, some eqVol-integration fixes
[x] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqVol/Makefile
trunk/src/examples/eqVol/eqVol.cpp
trunk/src/examples/eqVol/eqVol.h
trunk/src/lib/client/frame.cpp
trunk/src/lib/client/frame.h
trunk/src/make/rules.mk
trunk/src/make/system.mk
Added Paths:
-----------
trunk/src/examples/common/
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-08-31 18:26:04
|
Revision: 1288
http://equalizer.svn.sourceforge.net/equalizer/?rev=1288&view=rev
Author: eile
Date: 2007-08-31 11:02:45 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
Use symbolic names for some bit masks
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/examples/eqPlyNew/typedefs.h
trunk/src/lib/Makefile
trunk/src/lib/base/base.h
trunk/src/lib/client/event.h
trunk/src/lib/client/frame.h
trunk/src/server/compound.h
Added Paths:
-----------
trunk/src/examples/eqPlyNew/eqPly.app/
trunk/src/examples/eqPlyNew/eqPly.app/Contents/
trunk/src/lib/base/types.h
Removed Paths:
-------------
trunk/src/examples/eqPlyNew/eqPly.app/Contents/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tw...@us...> - 2007-09-11 20:44:38
|
Revision: 1304
http://equalizer.svn.sourceforge.net/equalizer/?rev=1304&view=rev
Author: twolf78
Date: 2007-09-11 13:44:35 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
Extended Object Manager for Vertex Buffer Object use.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/window.cpp
trunk/src/lib/client/objectManager.cpp
trunk/src/lib/client/objectManager.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-12 07:34:59
|
Revision: 1305
http://equalizer.svn.sourceforge.net/equalizer/?rev=1305&view=rev
Author: eile
Date: 2007-09-12 00:34:57 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
Refactor OpenGL extension function usage out of object manager.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/examples/eqPly/window.cpp
trunk/src/examples/eqPly/window.h
trunk/src/examples/eqPlyNew/window.cpp
trunk/src/examples/eqPlyNew/window.h
trunk/src/examples/eqVol/window.cpp
trunk/src/examples/eqVol/window.h
trunk/src/lib/Makefile
trunk/src/lib/client/objectManager.cpp
trunk/src/lib/client/objectManager.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
Added Paths:
-----------
trunk/src/lib/client/glFunctions.cpp
trunk/src/lib/client/glFunctions.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-12 14:43:16
|
Revision: 1307
http://equalizer.svn.sourceforge.net/equalizer/?rev=1307&view=rev
Author: eile
Date: 2007-09-12 07:43:13 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
Fix bug #1793105:
<http://sourceforge.net/tracker/index.php?func=detail&aid=1793105&group_id=170962&atid=856209>
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/channel.cpp
trunk/src/examples/eqPly/channel.h
trunk/src/examples/eqPlyNew/channel.cpp
trunk/src/examples/eqPlyNew/channel.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...> - 2007-09-13 09:47:30
|
Revision: 1308
http://equalizer.svn.sourceforge.net/equalizer/?rev=1308&view=rev
Author: eile
Date: 2007-09-13 02:47:26 -0700 (Thu, 13 Sep 2007)
Log Message:
-----------
Provide full render context, including frustum and head transform, to
all frame task methods
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/client/frame.h
trunk/src/lib/client/frameData.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-09-14 08:59:27
|
Revision: 1314
http://equalizer.svn.sourceforge.net/equalizer/?rev=1314&view=rev
Author: eile
Date: 2007-09-14 01:59:23 -0700 (Fri, 14 Sep 2007)
Log Message:
-----------
Improve object manager API and documentation.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/channel.cpp
trunk/src/examples/eqPly/window.cpp
trunk/src/examples/eqPlyNew/channel.cpp
trunk/src/examples/eqPlyNew/window.cpp
trunk/src/examples/eqVol/window.cpp
trunk/src/lib/client/objectManager.cpp
trunk/src/lib/client/objectManager.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-17 09:15:11
|
Revision: 1326
http://equalizer.svn.sourceforge.net/equalizer/?rev=1326&view=rev
Author: eile
Date: 2007-09-17 02:15:10 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
Implement fall-back to arb functions for gl buffer calls
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/channel.cpp
trunk/src/examples/eqPlyNew/initData.cpp
trunk/src/examples/eqPlyNew/localInitData.cpp
trunk/src/lib/client/glFunctions.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-17 15:28:46
|
Revision: 1328
http://equalizer.svn.sourceforge.net/equalizer/?rev=1328&view=rev
Author: eile
Date: 2007-09-17 08:13:10 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
Enable eVolve build if Cg is installed, some code cleanup in eVolve
[ ] 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/initData.cpp
trunk/src/examples/eVolve/localInitData.cpp
trunk/src/examples/eVolve/window.cpp
trunk/src/examples/eVolve/window.h
trunk/src/examples/eqPly/window.h
trunk/src/make/system.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-19 15:44:21
|
Revision: 1341
http://equalizer.svn.sourceforge.net/equalizer/?rev=1341&view=rev
Author: eile
Date: 2007-09-19 08:43:34 -0700 (Wed, 19 Sep 2007)
Log Message:
-----------
New eqPly: move extension check to GLFunctions, some code cleanups
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPly/channel.cpp
trunk/src/examples/eqPly/node.cpp
trunk/src/examples/eqPlyNew/eqPly.h
trunk/src/examples/eqPlyNew/node.cpp
trunk/src/examples/eqPlyNew/window.cpp
trunk/src/examples/eqPlyNew/window.h
trunk/src/lib/client/glFunctions.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <max...@us...> - 2007-09-21 08:14:00
|
Revision: 1343
http://equalizer.svn.sourceforge.net/equalizer/?rev=1343&view=rev
Author: max_mahinya
Date: 2007-09-21 01:13:58 -0700 (Fri, 21 Sep 2007)
Log Message:
-----------
Volume converter moved to separate application,
might need to recompile eVolve.
[ ] May break build
[x] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/Makefile
trunk/src/examples/eVolve/channel.cpp
trunk/src/examples/eVolve/hlp.h
trunk/src/examples/eVolve/localInitData.cpp
trunk/src/examples/eVolve/rawVolModel.cpp
trunk/src/examples/eVolve/rawVolModel.h
Added Paths:
-----------
trunk/src/tools/volRawConverter/
trunk/src/tools/volRawConverter/Makefile
trunk/src/tools/volRawConverter/rawConverter.cpp
trunk/src/tools/volRawConverter/rawConverter.h
Removed Paths:
-------------
trunk/src/examples/eVolve/rawConverter.cpp
trunk/src/examples/eVolve/rawConverter.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-25 09:50:59
|
Revision: 1348
http://equalizer.svn.sourceforge.net/equalizer/?rev=1348&view=rev
Author: eile
Date: 2007-09-25 02:50:52 -0700 (Tue, 25 Sep 2007)
Log Message:
-----------
eqPlyNew: Implement minimum tree depth to allow useful DB compounds with
small models, some const fixes
add volume converter to build.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPlyNew/vertexBufferBase.h
trunk/src/examples/eqPlyNew/vertexBufferLeaf.cpp
trunk/src/examples/eqPlyNew/vertexBufferLeaf.h
trunk/src/examples/eqPlyNew/vertexBufferNode.cpp
trunk/src/examples/eqPlyNew/vertexBufferNode.h
trunk/src/examples/eqPlyNew/vertexBufferRoot.cpp
trunk/src/tools/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-26 16:48:03
|
Revision: 1357
http://equalizer.svn.sourceforge.net/equalizer/?rev=1357&view=rev
Author: eile
Date: 2007-09-26 09:47:14 -0700 (Wed, 26 Sep 2007)
Log Message:
-----------
Introduce data input and output streams to be used for eqNet::Object
(de)serialization and (un)packing. Add basic test for new classes.
Documentation and sample code will follow when data streams are actually
used.
[ ] 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/net/connection.cpp
trunk/src/lib/net/connection.h
trunk/src/lib/net/connection.ipp
trunk/src/lib/net/deltaMasterCM.h
trunk/src/lib/net/node.cpp
trunk/src/lib/net/object.cpp
trunk/src/lib/net/object.h
trunk/src/lib/net/types.h
trunk/src/tests/Makefile
Added Paths:
-----------
trunk/src/lib/base/buffer.h
trunk/src/lib/net/dataIStream.h
trunk/src/lib/net/dataOStream.cpp
trunk/src/lib/net/dataOStream.h
trunk/src/tests/dataStream/
trunk/src/tests/dataStream/Makefile
trunk/src/tests/dataStream/test.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-09-29 10:05:39
|
Revision: 1372
http://equalizer.svn.sourceforge.net/equalizer/?rev=1372&view=rev
Author: eile
Date: 2007-09-29 03:05:36 -0700 (Sat, 29 Sep 2007)
Log Message:
-----------
More Leopard porting:
- Use new API to selct display during context creation
- Disable GLX build for now
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/client/window.cpp
trunk/src/make/Darwin.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tw...@us...> - 2007-09-29 14:51:45
|
Revision: 1374
http://equalizer.svn.sourceforge.net/equalizer/?rev=1374&view=rev
Author: twolf78
Date: 2007-09-29 07:51:41 -0700 (Sat, 29 Sep 2007)
Log Message:
-----------
Extended ObjectManager and EqVertexBufferState with shader functionality.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eqPlyNew/vertexBufferState.h
trunk/src/lib/client/objectManager.cpp
trunk/src/lib/client/objectManager.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-02 09:40:32
|
Revision: 1380
http://equalizer.svn.sourceforge.net/equalizer/?rev=1380&view=rev
Author: eile
Date: 2007-10-02 02:40:29 -0700 (Tue, 02 Oct 2007)
Log Message:
-----------
Windows cleanup: Rename Windows additional to avoid name ambiguity, also copy pthread.lib to destination directory, cleanup project files, fix Win64 build
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer Server Library.vcproj
trunk/src/VS2005/Equalizer Server.vcproj
trunk/src/VS2005/Equalizer.vcproj
trunk/src/VS2005/eqPly Example.vcproj
trunk/src/VS2005/eqPlyNew Example.vcproj
trunk/src/VS2005/netPerf.vcproj
trunk/src/VS2005/pipePerf.vcproj
trunk/src/VS2005/pixelBench.vcproj
Added Paths:
-----------
trunk/src/Windows/
Removed Paths:
-------------
trunk/src/Win32/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-02 11:03:07
|
Revision: 1381
http://equalizer.svn.sourceforge.net/equalizer/?rev=1381&view=rev
Author: eile
Date: 2007-10-02 04:03:04 -0700 (Tue, 02 Oct 2007)
Log Message:
-----------
Move eqNet::Object (de)serialization to stream operators:
- Create streams for instance and delta data packets
- Adapt Object change managers to read data into istream operators instead of buffers
- Extend stream ops to provide (de)serialization for more data types
- rework slave change manager inheritance to increase code reuse
- adapt examples accordingly
- Programming Guide to be updated in next revision
Replace eqPly code with new implementation
- VS2005 project changes to follow shortly
[x] Will break build
[x] Breaks existing applications
[ ] Bugfix
[x] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/examples/Makefile
trunk/src/examples/eVolve/channel.cpp
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/eqPly/Makefile
trunk/src/examples/eqPly/channel.cpp
trunk/src/examples/eqPly/channel.h
trunk/src/examples/eqPly/config.h
trunk/src/examples/eqPly/eqPly.h
trunk/src/examples/eqPly/frameData.h
trunk/src/examples/eqPly/initData.cpp
trunk/src/examples/eqPly/initData.h
trunk/src/examples/eqPly/localInitData.cpp
trunk/src/examples/eqPly/node.cpp
trunk/src/examples/eqPly/window.cpp
trunk/src/examples/eqPly/window.h
trunk/src/lib/Makefile
trunk/src/lib/base/base.h
trunk/src/lib/base/mtQueue.h
trunk/src/lib/base/types.h
trunk/src/lib/client/frameData.cpp
trunk/src/lib/client/frameData.h
trunk/src/lib/client/pixelViewport.h
trunk/src/lib/net/base.cpp
trunk/src/lib/net/commandQueue.h
trunk/src/lib/net/commands.h
trunk/src/lib/net/dataIStream.cpp
trunk/src/lib/net/dataIStream.h
trunk/src/lib/net/dataOStream.cpp
trunk/src/lib/net/dataOStream.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/net.h
trunk/src/lib/net/object.cpp
trunk/src/lib/net/object.h
trunk/src/lib/net/packets.h
trunk/src/lib/net/session.cpp
trunk/src/lib/net/staticMasterCM.cpp
trunk/src/lib/net/staticSlaveCM.cpp
trunk/src/lib/net/staticSlaveCM.h
trunk/src/tests/dataStream/test.cpp
Added Paths:
-----------
trunk/src/examples/eqPly/fragmentShader.glsl
trunk/src/examples/eqPly/typedefs.h
trunk/src/examples/eqPly/vertexBufferBase.h
trunk/src/examples/eqPly/vertexBufferData.h
trunk/src/examples/eqPly/vertexBufferLeaf.cpp
trunk/src/examples/eqPly/vertexBufferLeaf.h
trunk/src/examples/eqPly/vertexBufferNode.cpp
trunk/src/examples/eqPly/vertexBufferNode.h
trunk/src/examples/eqPly/vertexBufferRoot.cpp
trunk/src/examples/eqPly/vertexBufferRoot.h
trunk/src/examples/eqPly/vertexBufferState.h
trunk/src/examples/eqPly/vertexData.cpp
trunk/src/examples/eqPly/vertexData.h
trunk/src/examples/eqPly/vertexShader.glsl
trunk/src/lib/net/objectDataIStream.cpp
trunk/src/lib/net/objectDataIStream.h
trunk/src/lib/net/objectDataOStream.h
trunk/src/lib/net/objectDeltaDataIStream.cpp
trunk/src/lib/net/objectDeltaDataIStream.h
trunk/src/lib/net/objectDeltaDataOStream.cpp
trunk/src/lib/net/objectDeltaDataOStream.h
trunk/src/lib/net/objectInstanceDataIStream.cpp
trunk/src/lib/net/objectInstanceDataIStream.h
trunk/src/lib/net/objectInstanceDataOStream.cpp
trunk/src/lib/net/objectInstanceDataOStream.h
Removed Paths:
-------------
trunk/src/examples/eqPly/colorVertex.h
trunk/src/examples/eqPly/normalFace.h
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/vertex.h
trunk/src/examples/eqPlyNew/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-02 11:34:28
|
Revision: 1382
http://equalizer.svn.sourceforge.net/equalizer/?rev=1382&view=rev
Author: eile
Date: 2007-10-02 04:34:27 -0700 (Tue, 02 Oct 2007)
Log Message:
-----------
Fix Win32 build: VS project files changes for last svn change
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.sln
trunk/src/VS2005/eqPly Example.vcproj
trunk/src/examples/eqPly/initData.cpp
Removed Paths:
-------------
trunk/src/VS2005/eqPlyNew Example.vcproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-03 11:47:38
|
Revision: 1388
http://equalizer.svn.sourceforge.net/equalizer/?rev=1388&view=rev
Author: eile
Date: 2007-10-03 04:47:37 -0700 (Wed, 03 Oct 2007)
Log Message:
-----------
Create Hello, World! example
Change client code to better support minimal applications:
- add some event handling to detect exit condition (window close, Esc press)
- remove rendering from Channel::frameDraw so it can be called by derived classes
[ ] Will break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/Makefile
trunk/src/examples/eVolve/config.cpp
trunk/src/examples/eVolve/config.h
trunk/src/examples/eqPly/channel.cpp
trunk/src/examples/eqPly/config.cpp
trunk/src/examples/eqPly/config.h
trunk/src/examples/eqPly/eqPly.app/Contents/Info.plist
trunk/src/lib/client/channel.cpp
trunk/src/lib/client/config.cpp
trunk/src/lib/client/config.h
trunk/src/lib/client/window.cpp
Added Paths:
-----------
trunk/src/examples/eqHello/
trunk/src/examples/eqHello/Makefile
trunk/src/examples/eqHello/README
trunk/src/examples/eqHello/eqHello.app/
trunk/src/examples/eqHello/eqHello.app/Contents/
trunk/src/examples/eqHello/eqHello.app/Contents/Info.plist
trunk/src/examples/eqHello/eqHello.app/Contents/MacOS/
trunk/src/examples/eqHello/eqHello.app/Contents/MacOS/eqHello
trunk/src/examples/eqHello/hello.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-03 19:21:35
|
Revision: 1393
http://equalizer.svn.sourceforge.net/equalizer/?rev=1393&view=rev
Author: eile
Date: 2007-10-03 12:21:33 -0700 (Wed, 03 Oct 2007)
Log Message:
-----------
Provide convenience functions for initialization and exit, couple of const-correctness fixes.
[ ] Will break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/main.cpp
trunk/src/examples/eqHello/hello.cpp
trunk/src/examples/eqPly/localInitData.cpp
trunk/src/examples/eqPly/localInitData.h
trunk/src/examples/eqPly/main.cpp
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/global.h
trunk/src/lib/client/init.cpp
trunk/src/lib/client/init.h
trunk/src/lib/client/node.h
trunk/src/lib/client/pipe.h
trunk/src/lib/client/server.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
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/server/eqServer.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-05 13:19:48
|
Revision: 1398
http://equalizer.svn.sourceforge.net/equalizer/?rev=1398&view=rev
Author: eile
Date: 2007-10-05 06:19:47 -0700 (Fri, 05 Oct 2007)
Log Message:
-----------
Remove pthread types from header files to avoid inclusion of pthread.h
[x] Might break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/base/barrier.cpp
trunk/src/lib/base/barrier.h
trunk/src/lib/base/lock.cpp
trunk/src/lib/base/lock.h
trunk/src/lib/base/log.h
trunk/src/lib/base/monitor.h
trunk/src/lib/base/mtQueue.h
trunk/src/lib/base/sema.cpp
trunk/src/lib/base/sema.h
trunk/src/lib/base/spinLock.cpp
trunk/src/lib/base/spinLock.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
Added Paths:
-----------
trunk/src/lib/base/monitor.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-05 15:00:21
|
Revision: 1401
http://equalizer.svn.sourceforge.net/equalizer/?rev=1401&view=rev
Author: eile
Date: 2007-10-05 08:00:19 -0700 (Fri, 05 Oct 2007)
Log Message:
-----------
Fix Win32 build: Rebuild needed
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/log.cpp
trunk/src/lib/base/monitor.cpp
trunk/src/lib/base/monitor.h
trunk/src/lib/base/mtQueue.h
trunk/src/lib/base/perThread.h
trunk/src/lib/client/wglEventHandler.cpp
trunk/src/lib/net/commandQueue.cpp
trunk/src/lib/net/fullSlaveCM.cpp
trunk/src/server/channel.cpp
trunk/src/server/config.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...> - 2007-10-05 15:36:35
|
Revision: 1404
http://equalizer.svn.sourceforge.net/equalizer/?rev=1404&view=rev
Author: eile
Date: 2007-10-05 08:36:33 -0700 (Fri, 05 Oct 2007)
Log Message:
-----------
Update and resturcture externals
[ ] Might fix build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Property Changed:
----------------
trunk/src/
trunk/src/examples/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-05 15:47:39
|
Revision: 1405
http://equalizer.svn.sourceforge.net/equalizer/?rev=1405&view=rev
Author: eile
Date: 2007-10-05 08:47:37 -0700 (Fri, 05 Oct 2007)
Log Message:
-----------
Fix some Linux compile warnings and GLU dependencies
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/examples/eVolve/Makefile
trunk/src/examples/eVolve/channel.cpp
trunk/src/examples/eVolve/pipe.cpp
trunk/src/tools/volRawConverter/rawConverter.cpp
trunk/src/tools/volRawConverter/rawConverter.h
Property Changed:
----------------
trunk/src/examples/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-10-17 15:42:53
|
Revision: 1423
http://equalizer.svn.sourceforge.net/equalizer/?rev=1423&view=rev
Author: eile
Date: 2007-10-17 08:42:46 -0700 (Wed, 17 Oct 2007)
Log Message:
-----------
Replace ambiguous operators with normal methods
[ ] 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/channel.cpp
trunk/src/lib/client/pixelViewport.h
trunk/src/lib/client/range.h
trunk/src/lib/client/viewport.h
trunk/src/lib/client/window.cpp
trunk/src/server/channel.cpp
trunk/src/server/compound.cpp
trunk/src/server/window.cpp
trunk/src/tests/client/pixelViewport.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|