index
:
ICE
3.4
3.5
3.6
3.7
main
ZeroC local mirror
ZeroC
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
test
/
IceUtil
/
thread
/
RWRecMutexTest.cpp
Commit message (
Collapse
)
Author
Age
*
Remove StaticMutexTest & RWRecMutexTest
Jose
2009-12-16
|
*
4480 - add ICE_DEPRECATED_API to StaticMutex & RWRecMutex
Jose
2009-12-16
|
*
Bug 3621 - updated copyright to 2009
Dwayne Boone
2009-01-02
|
*
Updated copyright
Dwayne Boone
2008-01-23
|
*
Expanded tabs into spaces
Bernard Normier
2007-02-01
|
*
Updated copyright header
Dwayne Boone
2007-01-08
|
*
Updated copyright
Dwayne Boone
2006-03-14
|
*
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547
Matthew Newhook
2005-10-27
|
*
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547
Matthew Newhook
2005-10-27
|
*
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547
Matthew Newhook
2005-10-27
|
*
fix windows compilation problem.
Matthew Newhook
2005-10-27
|
*
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547
Matthew Newhook
2005-10-27
|
*
Fixed broken upgrade() for RWRecMutex.
Michi Henning
2005-10-25
|
*
Updated copyrights to 2005
Bernard Normier
2005-02-16
|
*
Fixed copyright
Bernard Normier
2004-05-18
|
*
Updated copyright notice
Bernard Normier
2004-05-11
|
*
Renamed trylock, readlock and writelock to tryLock, readLock and writeLock
Bernard Normier
2003-05-16
|
*
Eliminated numerous warnings from Sun C++ 5.4 builds
Bernard Normier
2003-04-24
|
*
Mutex and Lock changes: lock/unlock now return void, trylock returns a bool
Bernard Normier
2003-04-16
|
|
|
|
|
that indicates whether the lock was acquired or not, plus new member functions on LockT/TryLockT
*
version update; date change
Marc Laukien
2003-02-04
|
*
fixed copyright date
Marc Laukien
2002-11-06
|
*
changing copyright location; adding GPL note
Mark Spruiell
2002-10-28
|
*
changing Mutable Realms to ZeroC
Mark Spruiell
2002-10-26
|
*
removed several static's
Marc Laukien
2002-09-22
|
*
added space
Marc Laukien
2002-07-09
|
*
removed spaces after keywords
Marc Laukien
2002-06-23
|
*
sleep now takes IceUtil::Time
Marc Laukien
2002-05-19
|
*
time updates.
Matthew Newhook
2002-04-22
|
*
Added preliminary implementation of timed read/write trylock for
Matthew Newhook
2002-04-20
|
|
|
|
RWRecMutex.
*
#ifdef test that causes problems under Linux
Matthew Newhook
2002-04-19
|
*
Added support for recursive write mutexes. Added read/write mutex upgrade.
Matthew Newhook
2002-04-18
|
*
IceThread merge.
Matthew Newhook
2001-12-27