Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Fixed (ICE-5975) - Improve IceUtil::ThreadControl::sleep and wait primitives ↵ | Jose | 2015-02-10 |
| | | | | to better handle negative values | ||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Remove StaticMutexTest & RWRecMutexTest | Jose | 2009-12-16 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | removed inheritance GCShared->Shared | Marc Laukien | 2005-03-08 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Changed inheritance of IceUtil::GCShared from IceUtil::Shared to virtual | Michi Henning | 2005-01-14 |
| | | | | | | | | | inheritance, so we don't have two IceUtil::Shared instances in a class that uses multiple inheritance and ends up deriving from IceUtil::Shared more than once. Added a test case to the thread tests for a class that inherits from both GCShared and Thread to proved that there is indeed only one shared instance of IceUtil::Shared in such a class. | ||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | Fixed thread start race condition | Bernard Normier | 2004-04-22 |
| | |||
* | Added CountDownLatch test | Bernard Normier | 2004-04-20 |
| | |||
* | Got rid of StaticRecMutex. | Michi Henning | 2003-10-22 |
| | |||
* | merging changes for garbage collector | Michi Henning | 2003-10-20 |
| | |||
* | Removed _detached member from ThreadControl. Joining with a thread more | Michi Henning | 2003-03-12 |
| | | | | | | | | | than once or detaching a detached thread or joining with a detached thread now has undefined behavior (instead of throwing an exception). Cleaned up a number of race conditions around the _id members of Thread and ThreadControl. Explicitly hid the assignment operator and copy constructor of Thread so we get better diagnostics for that. | ||
* | Added IceUtil::ThreadControl::isAlive() member function. | Michi Henning | 2003-03-10 |
| | |||
* | version update; date change | Marc Laukien | 2003-02-04 |
| | |||
* | Added ThreadStartedException and appropriate test in Thread::start() to | Michi Henning | 2002-12-02 |
| | | | | catch re-use of a Thread object. | ||
* | Added ThreadControl::detach(). | Michi Henning | 2002-11-29 |
| | |||
* | 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 |
| | |||
* | added space | Marc Laukien | 2002-07-09 |
| | |||
* | minor update. | Matthew Newhook | 2002-04-18 |
| | |||
* | Added support for recursive write mutexes. Added read/write mutex upgrade. | Matthew Newhook | 2002-04-18 |
| | |||
* | glacier intergration | Marc Laukien | 2002-01-14 |
| | |||
* | IceThread merge. | Matthew Newhook | 2001-12-27 |