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 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added [cpp:noexcept] to Slice local methods that don't throw (ICE-8592) | Benoit Foucher | 2018-01-24 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | ICE-7707 Improved handling of argc/argv arguments | Bernard Normier | 2017-03-28 |
| | | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++ | ||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Rename PLUGIN_FACTORY typedef | Jose | 2016-01-15 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | Added support for registration of plugin factories | Benoit Foucher | 2015-01-30 |
| | |||
* | 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 |
| | |||
* | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | |||
* | ICE-4609 - Add ability to load shared library with full path | Jose | 2012-08-16 |
| | | | | | | | | | | | - C++/Java now also support to load Services and Plugins from a full path, this was already supported by .NET - Fixed the parsing of plug-in arguments to correct split the arguments - Fixed Plugin manager destroy C++/Java/C#, the plugin must are now destroyed in initialization reverse order as documented. | ||
* | ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵ | Jose | 2012-07-19 |
| | | | | files. | ||
* | 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 |
| | |||
* | - Bug 4286: added support for IceStorm/IceGrid database plugins | Benoit Foucher | 2009-10-07 |
| | | | | | - Fixed IceGrid database code to first save to the database and then do state changes. | ||
* | Bug 2504 - added getPlugins method to PluginManager | Dwayne Boone | 2009-04-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 - deprecate Ice.LoggerPlugin | Dwayne Boone | 2008-02-18 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | bug 2433 - use Ice.Plugin.Logger instead of Ice.LoggerPlugin to load logger ↵ | Dwayne Boone | 2007-08-30 |
| | | | | from properties | ||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Added Logger Plugin | Dwayne Boone | 2006-12-11 |
| | |||
* | use two stages for plugin initialization | Mark Spruiell | 2006-04-26 |
| | |||
* | adding PluginLoadOrder property | Mark Spruiell | 2006-04-14 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | version update; date change | Marc Laukien | 2003-02-04 |
| | |||
* | Changed the implementation of the various _kindOfObject members because | Michi Henning | 2002-12-05 |
| | | | | | bloody VC++ can't handle initialization of static non-integral class members :-( | ||
* | Added AlreadyRegisteredException and NotRegisteredException. Removed | Michi Henning | 2002-12-05 |
| | | | | | | PluginExistsException, PluginNotFoundException, ObjectAdapterNotRegisteredException, and ObjectAdapterIdInUseException. Updated test suite for new exceptions and did a make depend. | ||
* | changing copyright location; adding GPL note | Mark Spruiell | 2002-10-28 |
| | |||
* | changing Mutable Realms to ZeroC | Mark Spruiell | 2002-10-26 |
| | |||
* | delay shared library unloading | Mark Spruiell | 2002-10-04 |
| | |||
* | revised leak test | Marc Laukien | 2002-07-30 |
| | |||
* | added space | Marc Laukien | 2002-07-09 |
| | |||
* | unix format | Marc Laukien | 2002-06-24 |
| | |||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 |
| | |||
* | merging from plugins branch | Mark Spruiell | 2002-04-24 |