summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/plugin/run.py
Commit message (Collapse)AuthorAge
* Refactored test scriptsBenoit Foucher2016-11-25
|
* Re-factored gmake build systemBenoit Foucher2016-05-03
|
* Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\
| * Update copyright headersJoe George2016-03-01
| |
* | Windows msbuild build updatesJose2016-02-26
|/
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed(ICE-5147) - Fix python scripts to not raise strings anymoreJose2013-01-03
|
* Updated copyright in various filesBernard Normier2012-10-23
|
* Fixed bug #ICE-4840: incorrect ["cpp:type:array"] code generatedBernard Normier2012-08-17
| | | | Fixed test/Ice/plugin run.py script
* 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.