Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add class cycle detection during unmarshaling (#946) | Joe George | 2020-07-07 |
| | | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior. | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 |
| | |||
* | Static builds assume IceBT is always availabe on Linux | Jose | 2018-04-11 |
| | | | | Close ICE-8818 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Fixed ICE-6680 - WS transports are now provided by a separate IceWS plugin | Benoit Foucher | 2017-04-27 |
| | |||
* | Added back support for --valgrind option to allTests.py | Benoit Foucher | 2017-03-30 |
| | |||
* | Fixed testing of static builds | Benoit Foucher | 2017-03-14 |
| | |||
* | Added new ctors to Ice::CommunicatorHolder | Bernard Normier | 2017-03-13 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Removed RemoteConfig to fix build failure | Benoit Foucher | 2016-11-30 |
| | | |||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 |
| | | |||
* | | New C++11 optional mapping | Bernard Normier | 2016-07-18 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Fixes for Bluetooth plug-ins. | Mark Spruiell | 2015-12-17 |
|/ | | | | Updates to testsuite to support Bluetooth and remote servers. | ||
* | Fixed ICE-6671 - Added registration functions to explicitly register Ice plugins | Benoit Foucher | 2015-08-12 |
| | |||
* | Update C++ tests to register required plug-ins | Jose | 2015-07-17 |
| | | | | when building with static libraries. | ||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | WinRT fixes | Jose | 2012-10-15 |
| | |||
* | Support for optionals | Benoit Foucher | 2012-06-11 |