summaryrefslogtreecommitdiff
path: root/objective-c
Commit message (Collapse)AuthorAge
* Make fixes for c++98 dependenciesJoe George2021-03-01
|
* Fix version string and objc buildJoe George2021-02-24
|
* Update version to v3.8.0Joe George2021-02-15
|
* Switch to using python3 by defaultJoe George2021-02-10
|
* Obj-C and Swift build fixesJoe George2021-02-10
|
* 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
* Update version to 3.7.5Jose2020-11-30
|
* 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.
* Update version to 3.7.4Jose2020-04-20
|
* 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
|
* Fixed arc run instructionsBernard Normier2019-09-19
|
* Misc updates to README filesJose2019-09-13
|
* 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
|
* Fix doc.zeroc.com URLs - Close #457Jose2019-08-05
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* 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-07-02
|\|
| * Fix objetive-c iOS conversion warningsJose2019-06-27
| |
* | 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
| |
| * Removed outdated comment. Fixes #369.Bernard Normier2019-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