Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactored test scripts | Benoit Foucher | 2016-11-25 |
| | |||
* | Re-factored gmake build system | Benoit Foucher | 2016-05-03 |
| | |||
* | 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 |
|/ | |||
* | Added iOS support for IceTouch | Benoit Foucher | 2015-03-20 |
| | |||
* | 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 |
| | |||
* | Fixed(ICE-5147) - Fix python scripts to not raise strings anymore | Jose | 2013-01-03 |
| | |||
* | Updated copyright in various files | Bernard Normier | 2012-10-23 |
| | |||
* | Fixed bug #ICE-4840: incorrect ["cpp:type:array"] code generated | Bernard Normier | 2012-08-17 |
| | | | | Fixed test/Ice/plugin run.py script | ||
* | 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. |