summaryrefslogtreecommitdiff
path: root/swift
Commit message (Collapse)AuthorAge
* 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
|
* Cleaned up project files.Austin Henriksen2021-02-03
|
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Fix Ice for Swift Slice dependencies (#1236)Jose2021-01-11
| | | | | | | | | | * Fix Ice for Swift Slice dependencies The dependencies now account for slice2cpp/slice2swift rebuilds and also include the Slice compiler generated dependency files * Fix typo and regenerate XCode project files * Missing quotes in dependency file
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Regenerate XCode projectsJose2020-12-22
|
* Fix Carthage build to include all required frameworksJose2020-12-15
|
* Swift udp test fixesJoe George2020-12-11
|
* Udp multicast testing fixesJose2020-12-11
|
* Xcode 12.2 build fixes (#1182)Jose2020-12-04
|
* Update version to 3.7.5Jose2020-11-30
|
* Swift build fixes for Xcode 12 and macOS 11Joe George2020-11-19
|
* Fix Xcode 12 build failures (#1120)Jose2020-10-22
|
* Fix Xcode 12 Swift test compilation errorsJoe George2020-10-02
|
* Add missing import to fix Swift framework build (#1077) (#1078)Marco Pfattner2020-10-01
| | | | | | * Add missing import to fix Swift framework build (#1077) * Remove unneeded import from source file (#1077) Co-authored-by: Marco Pfattner <marco.pfattner@jambit.com>
* 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.
* Reverted the lower timeout for the invocation retry test, fix for #859Benoit Foucher2020-05-20
|
* Bumped sleep time and decreased timeout, fixes #850v3.7.4Benoit Foucher2020-05-15
|
* Revert "Update workaround for carthage SEGFAULT"Jose2020-04-30
| | | | This reverts commit 8f5b93e6111e9da0fe2414d6436170da18e0518c.
* Temporary work-around for issue #816Bernard Normier2020-04-29
|
* Update workaround for carthage SEGFAULTJose2020-04-29
|
* Regenerate Swift Xcode projectsJose2020-04-28
|
* Enable error on warnings for Swift builds - Close #770Jose2020-04-28
|
* Fix test warningsJose2020-04-28
|
* Fix Swift test warningsJose2020-04-28
|
* Update version to 3.7.4Jose2020-04-20
|
* Fix Swift 5.2 build failuresJoe George2020-03-27
|
* Bumped number of retries for Swift carthage updateBenoit Foucher2020-01-10
|
* Fixed dependency of ice-test.xcodeproj to not depend on carthageBenoit Foucher2019-10-31
|
* Workaround for sporadic carthage segfaultBenoit Foucher2019-10-28
|
* Minor fixes to documentation filesBenoit Foucher2019-10-11
|
* Remove synchronization from getCachedSwiftObjectJoe George2019-10-10
|
* Added/moved autorelease pool for async responses/exceptions/sentBernard Normier2019-10-10
|
* Regenerate Swift Xcode projectsJose2019-10-10
|
* Cleanup RakefileJose2019-10-10
|
* Pass exception_ptr by valueBernard Normier2019-10-10
|
* Break cycle from Swift optional testBenoit Foucher2019-10-10
|
* Add autorelease pool to sync invocation responsesBernard Normier2019-10-09
|
* Use const void*/UnsafeRaw pointer instead on non-constBernard Normier2019-10-09
|
* Cache Trace.Slicing in CommunicatorIBernard Normier2019-10-09
|
* Make response non-nullableBernard Normier2019-10-09
|
* Fixed tests to break cyclic referencesBenoit Foucher2019-10-09
|
* Fix #579 - Add autoreleasepools from objc -> swiftJoe George2019-10-09
|
* Fixed Swift leak when unmarshalling Ice value, fixes #581Benoit Foucher2019-10-09
|
* Fixed Swift stringToProxy leak, fixes #580Benoit Foucher2019-10-09
|
* Switch to raw bytes for response callbackBernard Normier2019-10-08
|