Thread: [eq-commit] SF.net SVN: equalizer: [427] trunk/src/lib/base
Brought to you by:
eile
|
From: <ei...@us...> - 2006-08-16 11:45:25
|
Revision: 427 Author: eile Date: 2006-08-16 04:45:15 -0700 (Wed, 16 Aug 2006) ViewCVS: http://svn.sourceforge.net/equalizer/?rev=427&view=rev Log Message: ----------- proper thread exit listener implementation using a thread-specific key destructor Modified Paths: -------------- trunk/src/lib/base/scopedMutex.h trunk/src/lib/base/thread.cpp trunk/src/lib/base/thread.h trunk/src/lib/client/glXEventThread.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ei...@us...> - 2007-02-26 18:11:53
|
Revision: 835
http://svn.sourceforge.net/equalizer/?rev=835&view=rev
Author: eile
Date: 2007-02-26 10:11:48 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
Fix Linux spinlock implementation
Modified Paths:
--------------
trunk/src/lib/base/spinLock.cpp
trunk/src/lib/base/spinLock.h
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:35:51
|
Revision: 1399
http://equalizer.svn.sourceforge.net/equalizer/?rev=1399&view=rev
Author: eile
Date: 2007-10-05 06:35:48 -0700 (Fri, 05 Oct 2007)
Log Message:
-----------
Some Win32 build fixes - more to follow soon
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/thread.cpp
trunk/src/lib/base/thread.h
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:57:08
|
Revision: 1400
http://equalizer.svn.sourceforge.net/equalizer/?rev=1400&view=rev
Author: eile
Date: 2007-10-05 06:57:01 -0700 (Fri, 05 Oct 2007)
Log Message:
-----------
More on: Remove pthread types from header files to avoid inclusion of pthread.h
[x] Might fix build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/perThread.h
trunk/src/lib/base/thread.cpp
trunk/src/lib/base/thread.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2008-05-16 09:53:13
|
Revision: 1902
http://equalizer.svn.sourceforge.net/equalizer/?rev=1902&view=rev
Author: eile
Date: 2008-05-16 02:53:12 -0700 (Fri, 16 May 2008)
Log Message:
-----------
Minor doxygen update
[ ] May break build
[ ] May break existing applications
[ ] Bugfix
[ ] New Feature
[x] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/process.h
trunk/src/lib/base/thread.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2008-07-02 11:45:09
|
Revision: 1998
http://equalizer.svn.sourceforge.net/equalizer/?rev=1998&view=rev
Author: eile
Date: 2008-07-02 04:45:08 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
Fix Win32 build
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/atomic.h
trunk/src/lib/base/compareAndSwap.h
trunk/src/lib/base/referenced.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2008-07-02 14:02:42
|
Revision: 2003
http://equalizer.svn.sourceforge.net/equalizer/?rev=2003&view=rev
Author: eile
Date: 2008-07-02 07:02:36 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
Improve atomic support for gcc < 4.1 [untested]
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[ ] New Feature
[ ] Cleanup
[x] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/atomic.h
trunk/src/lib/base/compareAndSwap.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ei...@us...> - 2007-04-19 07:40:36
|
Revision: 1048
http://svn.sourceforge.net/equalizer/?rev=1048&view=rev
Author: eile
Date: 2007-04-19 00:40:34 -0700 (Thu, 19 Apr 2007)
Log Message:
-----------
Implement workaround for Win32/SDP join bug (untested)
[ ] May break build
[ ] Breaks existing applications
[x] Bugfix
[ ] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/lib/base/thread.cpp
trunk/src/lib/base/thread.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|