summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Exception.cpp
Commit message (Expand)AuthorAge
* Exception stack trace updatesJose2016-03-21
* Update copyright headersJoe George2016-03-01
* Disable stacktraces for Linux ARMJose2015-08-28
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
* Add support for VS 2015 RC (VC140)Bernard Normier2015-05-02
* IceUtil mingw build fixJose2015-01-21
* Updated copyright to 2015Dwayne Boone2015-01-05
* Fixed ICE-5812: refactor capture and printing of exception stack traceBernard Normier2015-01-02
* ICE-5639 added comment for clarification of SocketOperation enumDwayne Boone2014-08-25
* ICE-5646 check return value of backtrace_symbols before processingDwayne Boone2014-08-21
* Removed bogus assert(false) in IceUtil::NullHandleException constructorBenoit Foucher2014-06-05
* Fixed buildBernard Normier2014-05-16
* Renamed wnativeToNative/nativeToWnative to wstringToString/stringToWstringBernard Normier2014-05-16
* ICE-4851 - Use wstrings for input and output data that contain non-ASCII char...Jose2014-05-02
* Fixed (ICE-4858) - Eliminate IceDBJose2014-04-18
* merging javascript branchMark Spruiell2014-03-19
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
* Fixed bug ICE-4940: on Windows, the stack trace is now correct even whenBernard Normier2012-11-17
* Fixed IceUtil\Exception.h macros for WinRT buildsJose2012-10-19
* Fixed bug ICE-4892: no longer use DbgHelp unicode functions with VS <=2010, a...Bernard Normier2012-10-18
* Updated GCC stack trace printing to look like Windows stack trace printingBernard Normier2012-08-16
* Stack trace generation on Windows now use Unicode functions and generates a U...Bernard Normier2012-08-16
* Fixed ICE-4818Bernard Normier2012-08-14
* Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant)Bernard Normier2012-08-11
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-08-06
|\
| * MinGW & Ruby-1.9 updatesJose2012-07-26
* | Support for optionalsBenoit Foucher2012-06-11
|/
* Fixed copyrightsBenoit Foucher2012-04-25
* 5136 - FreeBSD patchesJose2011-06-06
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
* Updated copyright to 2010Dwayne Boone2010-01-07
* 4089 - IceGrid database corruption.Jose2009-12-04
* Make GCC supported compiler on SunDwayne Boone2009-11-10
* Fixed Visual Studio compilation error related to printStackTraces and minor c...Benoit Foucher2009-09-09
* Bug 2664 - do not calculate stack tracesDwayne Boone2009-09-09
* Squashed commit of ice-rt branch:Jose2009-07-10
* Bug 2664 - show stack traces with C++Dwayne Boone2009-05-07
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
* - Reverted prior bug3025 fix.Matthew Newhook2008-04-28
* Updated copyrightDwayne Boone2008-01-23
* - Added IceUtil::SyscallException and cleaned up few IceUtil exceptionsBenoit Foucher2008-01-23
* Bug 2110 - GCC 4.3Dwayne Boone2007-04-12
* Changed IceUtil::Exception::what() to swallow all exceptions because it hasMichi Henning2007-03-22
* Bug 2048.Michi Henning2007-03-19
* Expanded tabs into spacesBernard Normier2007-02-01
* Updated copyright headerDwayne Boone2007-01-08
* Readded previous changeDwayne Boone2006-11-09
* Back out last changeDwayne Boone2006-11-09
* Derive from std::exceptionDwayne Boone2006-11-09
* Bug 1339.Michi Henning2006-08-29