summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/ThreadException.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
| | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Added IceUtil::SyscallException and cleaned up few IceUtil exceptionsBenoit Foucher2008-01-23
| | | | | | - Added errorToString() and lastErrorToString() functions to IceUtil/StringUtil.h - Replaced multiple implementations of errorToString methods with the IceUtil one. - Fixed bug 2641.
* Fixed bug #2277ZeroC Staff2007-12-18
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Updated copyrightDwayne Boone2006-03-14
|
* Better fix for bug #824Bernard Normier2006-03-03
|
* Removed bogus abort(); // XXXBenoit Foucher2005-09-13
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=335Matthew Newhook2005-09-13
|
* Fixed ice_name return typeDwayne Boone2005-04-25
|
* Changed ice_name() to return const char*Dwayne Boone2005-04-22
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Changed Ice::Exception::ice_name() to return const string&.Michi Henning2003-12-16
|
* Mutex and Lock changes: lock/unlock now return void, trylock returns a boolBernard Normier2003-04-16
| | | | | that indicates whether the lock was acquired or not, plus new member functions on LockT/TryLockT
* Fixed a variety of race conditions in Thread.cpp. Made RWRecMutex smaller.Michi Henning2003-03-10
|
* version update; date changeMarc Laukien2003-02-04
|
* Added ThreadStartedException and appropriate test in Thread::start() toMichi Henning2002-12-02
| | | | catch re-use of a Thread object.
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* First shot at porting to VC++ 2002. Code compiles, but suffers randomMichi Henning2002-10-28
| | | | crashes during the tests.
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* dos2unixMarc Laukien2002-09-22
|
* thread fixesMarc Laukien2002-09-22