Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix version string and objc build | Joe George | 2021-02-24 |
| | |||
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | Obj-C and Swift build fixes | Joe George | 2021-02-10 |
| | |||
* | Cleaned up project files. | Austin Henriksen | 2021-02-03 |
| | |||
* | Remove checksum support (#607) | Austin Henriksen | 2021-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) | Jose | 2021-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) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | Regenerate XCode projects | Jose | 2020-12-22 |
| | |||
* | Fix Carthage build to include all required frameworks | Jose | 2020-12-15 |
| | |||
* | Swift udp test fixes | Joe George | 2020-12-11 |
| | |||
* | Udp multicast testing fixes | Jose | 2020-12-11 |
| | |||
* | Xcode 12.2 build fixes (#1182) | Jose | 2020-12-04 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Swift build fixes for Xcode 12 and macOS 11 | Joe George | 2020-11-19 |
| | |||
* | Fix Xcode 12 build failures (#1120) | Jose | 2020-10-22 |
| | |||
* | Fix Xcode 12 Swift test compilation errors | Joe George | 2020-10-02 |
| | |||
* | Add missing import to fix Swift framework build (#1077) (#1078) | Marco Pfattner | 2020-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 fixes | Joe George | 2020-07-08 |
| | |||
* | Add class cycle detection during unmarshaling (#946) | Joe George | 2020-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 #859 | Benoit Foucher | 2020-05-20 |
| | |||
* | Bumped sleep time and decreased timeout, fixes #850v3.7.4 | Benoit Foucher | 2020-05-15 |
| | |||
* | Revert "Update workaround for carthage SEGFAULT" | Jose | 2020-04-30 |
| | | | | This reverts commit 8f5b93e6111e9da0fe2414d6436170da18e0518c. | ||
* | Temporary work-around for issue #816 | Bernard Normier | 2020-04-29 |
| | |||
* | Update workaround for carthage SEGFAULT | Jose | 2020-04-29 |
| | |||
* | Regenerate Swift Xcode projects | Jose | 2020-04-28 |
| | |||
* | Enable error on warnings for Swift builds - Close #770 | Jose | 2020-04-28 |
| | |||
* | Fix test warnings | Jose | 2020-04-28 |
| | |||
* | Fix Swift test warnings | Jose | 2020-04-28 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Fix Swift 5.2 build failures | Joe George | 2020-03-27 |
| | |||
* | Bumped number of retries for Swift carthage update | Benoit Foucher | 2020-01-10 |
| | |||
* | Fixed dependency of ice-test.xcodeproj to not depend on carthage | Benoit Foucher | 2019-10-31 |
| | |||
* | Workaround for sporadic carthage segfault | Benoit Foucher | 2019-10-28 |
| | |||
* | Minor fixes to documentation files | Benoit Foucher | 2019-10-11 |
| | |||
* | Remove synchronization from getCachedSwiftObject | Joe George | 2019-10-10 |
| | |||
* | Added/moved autorelease pool for async responses/exceptions/sent | Bernard Normier | 2019-10-10 |
| | |||
* | Regenerate Swift Xcode projects | Jose | 2019-10-10 |
| | |||
* | Cleanup Rakefile | Jose | 2019-10-10 |
| | |||
* | Pass exception_ptr by value | Bernard Normier | 2019-10-10 |
| | |||
* | Break cycle from Swift optional test | Benoit Foucher | 2019-10-10 |
| | |||
* | Add autorelease pool to sync invocation responses | Bernard Normier | 2019-10-09 |
| | |||
* | Use const void*/UnsafeRaw pointer instead on non-const | Bernard Normier | 2019-10-09 |
| | |||
* | Cache Trace.Slicing in CommunicatorI | Bernard Normier | 2019-10-09 |
| | |||
* | Make response non-nullable | Bernard Normier | 2019-10-09 |
| | |||
* | Fixed tests to break cyclic references | Benoit Foucher | 2019-10-09 |
| | |||
* | Fix #579 - Add autoreleasepools from objc -> swift | Joe George | 2019-10-09 |
| | |||
* | Fixed Swift leak when unmarshalling Ice value, fixes #581 | Benoit Foucher | 2019-10-09 |
| | |||
* | Fixed Swift stringToProxy leak, fixes #580 | Benoit Foucher | 2019-10-09 |
| | |||
* | Switch to raw bytes for response callback | Bernard Normier | 2019-10-08 |
| |