Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Replaced non-public double underscores in C++ | Bernard Normier | 2016-11-12 |
| | | |||
* | | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | ||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | | |||
* | | Renamed ICE_UTIL_API to ICE_API and other cleanups | Bernard Normier | 2016-05-12 |
|/ | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 |
| | | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro. | ||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed ICE-5796: LoggerUtil now deals properly with exceptions (print their ↵ | Bernard Normier | 2014-10-29 |
| | | | | stack traces when available) | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-4882: | Bernard Normier | 2012-10-22 |
| | | | | | | Better logging in C++, especially with services. On compilers with stack-trace printing support, the stack trace of most exceptions is now logged. | ||
* | Fixed a few ice_clone for exceptions (bug #ICE-4845) and printStackTrace ↵ | Bernard Normier | 2012-08-30 |
| | | | | (bug #ICE-4818) | ||
* | 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 |
| | |||
* | Make unknown field in UnknownUSerException more consistent | Dwayne Boone | 2009-10-05 |
| | |||
* | Bug 2664 - do not calculate stack traces | Dwayne Boone | 2009-09-09 |
| | |||
* | Bug 2664 - Added Ice.PrintStackTraces and cleaned up ifdefs | Dwayne Boone | 2009-08-21 |
| | |||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Bug 2433 - changed logger plugin mechanism | Dwayne Boone | 2008-04-29 |
| | |||
* | Bug 2433 - new logger plugin mechanism | Dwayne Boone | 2008-04-29 |
| | |||
* | 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 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | icepatch2 changes | Marc Laukien | 2005-01-27 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | 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 |
| | |||
* | added space | Marc Laukien | 2002-07-09 |
| | |||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 |
| | |||
* | fixes | Marc Laukien | 2002-02-28 |
| | |||
* | fix | Marc Laukien | 2002-02-12 |
| | |||
* | made some inline ops non-inline; added comments and TODOs | Marc Laukien | 2002-02-12 |
| | |||
* | LoggerUtil | Marc Laukien | 2002-02-10 |