Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | 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. | ||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Whitespace cleanup | Bernard Normier | 2018-10-26 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Fixes for C++17 mode | Jose | 2018-09-07 |
| | | | | Close #180 | ||
* | Do not use Ice::Application for Ice testsuite | Jose | 2018-06-01 |
| | |||
* | Fixed minor test leaks (ICE-8767) | Benoit Foucher | 2018-03-27 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Added Ice::UserException::ice_getSlicedData and ↵ | Benoit Foucher | 2017-07-06 |
| | | | | Ice::UnkownSlicedValue::ice_id methods | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixes for ICE-7012 - fixed some leaks in IceSSL/tests | Benoit Foucher | 2017-03-31 |
| | |||
* | Fixed Ice/optional cross-testing failure with JS servers | Benoit Foucher | 2017-03-27 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Replaced non-public double underscores in C++ | Bernard Normier | 2016-11-12 |
| | | |||
* | | Revert "Replaced double and triple underscores in C++ by ice-prefixed names" | Bernard Normier | 2016-11-05 |
| | | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00. | ||
* | | Replaced double and triple underscores in C++ by ice-prefixed names | Bernard Normier | 2016-11-02 |
| | | |||
* | | C# mapping changes | Benoit Foucher | 2016-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 TargetCompare template, renamed targetEquals to targetEqualTo | Bernard Normier | 2016-08-04 |
| | | |||
* | | New C++11 optional mapping | Bernard Normier | 2016-07-18 |
| | | |||
* | | Added test for optional object dictionary parameters | Benoit Foucher | 2016-07-07 |
| | | |||
* | | cleaning up stream API in C++/Java/JS | Mark Spruiell | 2016-05-11 |
| | | |||
* | | Conflict fixes from previous commit | Jose | 2016-05-09 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Jose | 2016-05-09 |
|\| | |||
| * | Fixed ICE-7115 - unmarshalling bug with optional parameters | Benoit Foucher | 2016-04-26 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | ICE-6861 - removing public stream API | Mark Spruiell | 2016-01-19 |
| | | |||
* | | Fixes for Bluetooth plug-ins. | Mark Spruiell | 2015-12-17 |
| | | | | | | | | Updates to testsuite to support Bluetooth and remote servers. | ||
* | | ICE-6908 - Add ValueFactory | Joe George | 2015-12-08 |
|/ | | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata. | ||
* | Fixed ICE-6602: optionals marshaling bug | Jose | 2015-06-16 |
| | |||
* | Fixed Glacier2 session helper and optional test leak | Benoit Foucher | 2015-06-10 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed (ICE-5738) - test optional cross fails for Java/C# with C++ client | Jose | 2014-10-14 |
| | |||
* | New cpp:view-type metadata for strings, sequences and dictionaries, plus updates | ZeroC Staff | 2014-06-04 |
| | | | | to throughput demo. Fixes ICE-5382. | ||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fix for ICE-5481: stream startSize/endSize can't be nested | Benoit Foucher | 2013-12-18 |
| | |||
* | Fixed (ICE-5401) - optionals test don't compile in solaris. | Jose | 2013-08-20 |
| | |||
* | Fixed ICE-5343 - fixed InputStream::read to clear optional if optional is ↵ | Benoit Foucher | 2013-07-04 |
| | | | | not marshalled | ||
* | Win32 build fixes with optional test | Benoit Foucher | 2013-07-02 |
| | |||
* | Worked around optional test failure when compiled with -O2 on iPhone | Benoit Foucher | 2013-07-02 |
| | |||
* | Added missing tests for optionals | Benoit Foucher | 2013-06-04 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | ICE-4938: Super compact enoding | Benoit Foucher | 2013-01-04 |
| |