summaryrefslogtreecommitdiff
path: root/objective-c/test
Commit message (Collapse)AuthorAge
* Update Xcode projects to Xcode 12.0-compatiblev3.7.5-rc0Joe George2021-01-20
|
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Fixed iOS test controller Xcode project for Xcode 12 and Python 3.9 fixBenoit Foucher2020-11-10
|
* 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.
* No longer systematically clean C++/Objective-C test iOS controllerBenoit Foucher2019-10-24
|
* Fixed Objective-C cross tests to support --workersBenoit Foucher2019-10-23
|
* Added diagnosis for metrics test failures #568Benoit Foucher2019-10-14
|
* Improved invocation metrics test for better diagnosis, fix for #568Benoit Foucher2019-10-04
|
* Inrease timeouts in Ice/acm test - Close #558Jose2019-09-29
|
* Fixed Python bug related to invalid return parameters, fixes #550Benoit Foucher2019-09-25
|
* Fixed warnings from Ice/retry test, fixes #539Benoit Foucher2019-09-23
|
* Fixed Xcode project version, fixes #540Benoit Foucher2019-09-20
|
* Register UDP with xcodesdk builds in Ice/proxy test - Close #523Jose2019-09-11
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fixed Ice/acm test waitForClose timingBenoit Foucher2019-09-04
|
* Simplifed collocation test in Ice/location test, fixes #506Benoit Foucher2019-09-04
|
* Fixed retry bug with -2 invocation timeout, fixes #501Benoit Foucher2019-09-03
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed Slice code generation with Xcode projectsBenoit Foucher2019-08-30
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Fixed C++/Objective-C controller project warnings with Xcode 10.xBenoit Foucher2019-08-21
|
* Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-18
|\
| * Bumped invocation timeout in Objectice-C timeout testBenoit Foucher2019-07-18
| |
| * Fixed potential metrics test failure, fixes #217Benoit Foucher2019-07-16
| |
| * Fix Objective-C iOS cotroller build failures - # Close 438Jose2019-07-11
| |
| * Fix objective-c iOS test buildsJose2019-07-10
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-07-09
|\|
| * Remove forward declarations limitation - Close #97Jose2019-07-09
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-22
|\|
| * Enable -Wconversion with clang - Close #363Jose2019-06-21
| |
| * Add ice_isFixed - Close #356Jose2019-06-21
| |
* | Merge remote-tracking branch 'origin/3.7' into swiftJose2019-06-07
|\|
| * Sync objetice-c Ice/operations testJose2019-06-07
| |
* | Initial commit of Swift mappingJoe George2019-02-18
|/
* Disable idle timer on iOS controller appJoe George2019-01-24
| | | | Fixes #340
* Copyright header simplicationJose2019-01-19
|
* Thread safe redirect for controller applicationsBenoit Foucher2018-12-27
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Fix whitespacesBenoit Foucher2018-10-01
|
* Fixed Objective-C test controller buildBenoit Foucher2018-09-25
|
* Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-21
|\
| * More fixes for Xcode 10Bernard Normier2018-09-21
| |
* | Fix slice2objc bogus generated code for Ice::Value data memberJose2018-09-19
| |
* | Fix program name in test controllersJose2018-09-04
| | | | | | | | Close #183
* | Fixed Ice/location locator cache timeout sporadic failureBenoit Foucher2018-05-30
|/