summaryrefslogtreecommitdiff
path: root/python/test/Ice/objects/TestI.py
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.
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Test using Value as operation parameterJose2018-09-20
| | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* Test using Value type as a class data memberJose2018-09-13
| | | | See #203
* ICE-8618 - Add marshaling test for empty class with non-empty baseMark Spruiell2018-02-14
|
* Update copyright year to 2018Jose2018-02-14
|
* ICE-7275 - Raise NotImplementedError in generated Python skeletonsMark Spruiell2017-05-04
| | | | ICE-7763 - Add support for marshaled-result in Python
* Fix for ICE-7125 - Added support for Ice.ClassGraphDepthMaxBenoit Foucher2017-03-23
|
* Fix (ICE-7684) - use Disp prefix only for class with operations skeletonsJose2017-03-20
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Python: Ice.Value implementationJose2017-01-26
| |
* | ICE-7138 - new Python AMI mapping based on futures and modified AMD mappingMark Spruiell2016-12-09
| |
* | 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
* | Ice/objects cross test fixes for php/objetive-c/python/jsJose2016-07-29
|/
* Fix ICE-7249 - Python Ice/objects cross test failureJoe George2016-07-21
|
* Update copyright headersJoe George2016-03-01
|
* Objects test updates to sync with Java/C#Jose2015-11-19
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp