summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/optional/Client.cpp
Commit message (Collapse)AuthorAge
* Add class cycle detection during unmarshaling (#946)Joe George2020-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 simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Static builds assume IceBT is always availabe on LinuxJose2018-04-11
| | | | Close ICE-8818
* Update copyright year to 2018Jose2018-02-14
|
* Fixed ICE-6680 - WS transports are now provided by a separate IceWS pluginBenoit Foucher2017-04-27
|
* Added back support for --valgrind option to allTests.pyBenoit Foucher2017-03-30
|
* Fixed testing of static buildsBenoit Foucher2017-03-14
|
* Added new ctors to Ice::CommunicatorHolderBernard Normier2017-03-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Removed RemoteConfig to fix build failureBenoit Foucher2016-11-30
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | New C++11 optional mappingBernard Normier2016-07-18
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Fixes for Bluetooth plug-ins.Mark Spruiell2015-12-17
|/ | | | Updates to testsuite to support Bluetooth and remote servers.
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Update C++ tests to register required plug-insJose2015-07-17
| | | | when building with static libraries.
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-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 crappyJose2014-09-10
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* WinRT fixesJose2012-10-15
|
* Support for optionalsBenoit Foucher2012-06-11