summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/plugin/Client.cpp
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Fixed version computationBernard Normier2016-05-31
| |
* | Re-factored gmake build systemBenoit Foucher2016-05-03
| |
* | Fixes to support new versionning scheme for alpha/beta releasesBenoit Foucher2016-04-07
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Windows msbuild build updatesJose2016-02-26
| |
* | Updated Ice::CommunicationHolder and simplified testsBernard Normier2015-12-11
| |
* | C++11 mapping adding CommunicatorHolderJose2015-12-10
| |
* | C++11 mapping updates:Jose2015-12-07
|/ | | | | | | | | | | | - Added missing __hash method - Added missing virtual method Value::ice_clone - Fixed issue with unmarshalling the idirection table - Fixed default value initialization for scoped enums - Fixed scoped enums mapping to use correct size types - Added missing ice_id method to generated Value classes - Fixed defaultValue, hash, networkProxy, plug-in, stringConverter, threadPoolPriority and slicing/objects tests to work with C++11 mapping
* The communicator now catch exceptions raised by plugin initialize and raise ↵Benoit Foucher2015-06-17
| | | | PluginInitializationException instead
* Fix bogus print statementJoe George2015-06-02
|
* Fixed ICE-6552: test Ice/plugin failures in Windows 8.1Jose2015-06-02
|
* Added support for registration of plugin factoriesBenoit Foucher2015-01-30
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5363: unexpected string::substr exception thrownBenoit Foucher2013-06-27
|
* Fixed test leaks detected by valgrindBenoit Foucher2013-02-26
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Updated copyright in various filesBernard Normier2012-10-23
|
* ICE-4609 - Add ability to load shared library with full pathJose2012-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.