summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/ThreadException.h
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* Cleanup more whitespaceJoe George2017-05-09
| | | | | Remove extra newlines from the end of files and add newlines to files which are missing one.
* Remove trailing whitespaceJoe George2017-05-02
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Added ICE_BUILDING_SRC to make buildsBernard Normier2016-07-22
| | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups
* | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
|/
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* 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
* ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | files.
* 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
|
* 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
|
* 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
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* dos2unixMarc Laukien2002-09-22
|
* thread fixesMarc Laukien2002-09-22