summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/plugin/Plugin.cpp
Commit message (Collapse)AuthorAge
* Removed extra empty lineBernard Normier2019-07-29
|
* Add support for hidden visibility on AIX/xlC.Bernard Normier2019-07-25
| | | | Link libIceXML with libexpat-static on AIX/xlC.
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Update copyright year to 2018Jose2018-02-14
|
* Remove excessive empty linesJoe George2017-06-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | ICE-7176 - Cleanup exception dtor noexceptJoe George2016-06-10
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | ice_name/ice_id fixes & simplifications.Jose2016-01-20
| |
* | 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
* 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
|
* More UMR fixesBenoit Foucher2012-10-29
|
* 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.