summaryrefslogtreecommitdiff
path: root/matlab/test/Ice
Commit message (Collapse)AuthorAge
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Class cycle test fixesJoe George2020-07-08
|
* 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.
* Fixed MATLAB test bug. (See #704)Austin Henriksen2020-02-07
|
* Added missing end statements to MATLAB 'Ice/objects' test.Austin Henriksen2020-02-06
|
* Fixed bug in MATLAB tests (see #696)Austin Henriksen2020-02-05
|
* Fix for invocation timeout sporadic test failure, fixes #547Benoit Foucher2019-09-24
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Yet another fix for Matlab timeout test failureBenoit Foucher2019-08-23
|
* Fix for MATLAB Ice/timeout failureJoe George2019-08-22
|
* Added missing import for matlab timeout test, fixes #492Benoit Foucher2019-08-22
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* Fix checkedCast with facet and MATLAB - Close #394Jose2019-06-24
|
* Add matlab support to Ice.ClassGraphDepthMax - Close #400Jose2019-06-24
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Fix Matlab r2016b Ice/objects test failuresJose2018-10-24
|
* 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
* MATLAB test suite updates, replace TestApp by TestHelperJose2018-08-10
|
* Test fixes and improvements for Android testing reliabilityBenoit Foucher2018-06-21
|
* Timeout test and Android driver fixesBenoit Foucher2018-05-29
|
* Fixed bogus Matlab ACM testBenoit Foucher2018-03-21
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* ICE-8717 - MATLAB test warningMark Spruiell2018-03-08
|
* MATLAB build cleanupJose2018-03-04
|
* ICE-8618 - Add marshaling test for empty class with non-empty baseMark Spruiell2018-02-14
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed UWP cross operation test failureBenoit Foucher2018-02-13
|
* ICE-8637 - matlab timeout test failureMark Spruiell2018-02-08
|
* ICE-7996 & ICE-7976 - Proxy updates for MATLABMark Spruiell2018-02-07
|
* Fix to run tests without manually configure MATLABPATHJose2017-11-21
|
* Fix handling of EndpointInfo in MATLAB mappingJose2017-11-21
| | | | See bug ICE-8571 and ICE-8572
* Adding support for ImplicitContextMark Spruiell2017-10-16
|
* ICE-8543 - Test clean-up; properties fixMark Spruiell2017-10-16
|
* Adding timeout to Future.waitMark Spruiell2017-10-13
|
* runTest updateMark Spruiell2017-10-11
|
* Remove package metadata; test cleanupMark Spruiell2017-10-11
|
* ICE-8535 - Remove checksumsMark Spruiell2017-10-11
|
* Rename Ice MATLAB extension icematlab -> iceJose2017-10-11
|
* Generate MATLAB prototype and thunk files during buildJose2017-10-10
|
* Update MATLAB build systemJose2017-10-09
|
* Adding binding testMark Spruiell2017-10-04
|