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 |
| | | |||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 |
| | | |||
* | | Fixed version computation | Bernard Normier | 2016-05-31 |
| | | |||
* | | Re-factored gmake build system | Benoit Foucher | 2016-05-03 |
| | | |||
* | | Fixes to support new versionning scheme for alpha/beta releases | Benoit Foucher | 2016-04-07 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Windows msbuild build updates | Jose | 2016-02-26 |
| | | |||
* | | Updated Ice::CommunicationHolder and simplified tests | Bernard Normier | 2015-12-11 |
| | | |||
* | | C++11 mapping adding CommunicatorHolder | Jose | 2015-12-10 |
| | | |||
* | | C++11 mapping updates: | Jose | 2015-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 Foucher | 2015-06-17 |
| | | | | PluginInitializationException instead | ||
* | Fix bogus print statement | Joe George | 2015-06-02 |
| | |||
* | Fixed ICE-6552: test Ice/plugin failures in Windows 8.1 | Jose | 2015-06-02 |
| | |||
* | 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-5363: unexpected string::substr exception thrown | Benoit Foucher | 2013-06-27 |
| | |||
* | Fixed test leaks detected by valgrind | Benoit Foucher | 2013-02-26 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Updated copyright in various files | Bernard Normier | 2012-10-23 |
| | |||
* | 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. |