summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/optional/TestI.cpp
Commit message (Collapse)AuthorAge
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* 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.
* Fixes for C++17 modeJose2018-09-07
| | | | Close #180
* Update copyright year to 2018Jose2018-02-14
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fixes for ICE-7012 - fixed some leaks in IceSSL/testsBenoit Foucher2017-03-31
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | ICE-7333 - Java/C# cross test failure in Ice/optionalMark Spruiell2016-09-08
| |
* | Added support for C+11 marshaled resultsBenoit Foucher2016-09-01
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | New C++11 optional mappingBernard Normier2016-07-18
| |
* | Added test for optional object dictionary parametersBenoit Foucher2016-07-07
|/
* Fixed ICE-7115 - unmarshalling bug with optional parametersBenoit Foucher2016-04-26
|
* Update copyright headersJoe George2016-03-01
|
* Fixed ICE-6602: optionals marshaling bugJose2015-06-16
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed (ICE-5738) - test optional cross fails for Java/C# with C++ clientJose2014-10-14
|
* New cpp:view-type metadata for strings, sequences and dictionaries, plus updatesZeroC Staff2014-06-04
| | | | to throughput demo. Fixes ICE-5382.
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5181) - unreferenced formal parameterJose2013-01-11
|
* ICE-4930 - fixes for scripting languagesMark Spruiell2012-11-09
|
* clean up optional tests; bug fixes for Java/C#Mark Spruiell2012-09-27
|
* Ruby port; Python & C++ fixesMark Spruiell2012-09-24
|
* * Minor C++ fixesMark Spruiell2012-06-13
| | | | * Adding UnknownSlicedObject in Java
* Fixed support unknown types in unknown optionalsBenoit Foucher2012-06-12
|
* Support for optionalsBenoit Foucher2012-06-11