OpenSceneGraph/include/OpenThreads
Robert Osfield 5a4ce5a387 From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc
implementation of the atomic increment and decrement into a implementation
file.
This way inlining and compiler optimization can no longer happen for these
implementations, but it fixes compilation on win32 msvc targets. I expect
that this is still faster than with with mutexes.

Also the i386 gcc target gets atomic operations with this patch. By using an
implementation file we can guarantee that we have the right compiler flags
available."
2008-06-26 10:27:16 +00:00
..
Atomic From Mathias Froechlich, "Attached is a change to that atomic stuff to move the win32, msvc 2008-06-26 10:27:16 +00:00
Barrier Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
Block Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
Condition Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
Exports Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
Mutex Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
ReadWriteMutex Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
ReentrantMutex Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
ScopedLock Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
Thread Moved OpenThreads directly into OpenSceneGraph/trunk rather than being introduced via svn:externals. 2008-04-01 10:49:53 +00:00
Version Updated version numbers for dev releases 2008-06-20 11:11:47 +00:00