Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | 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. | ||
* | Update to MSbuild builder 5.0.6 | Jose | 2021-01-18 |
| | |||
* | Update MSBuild builder package | Jose | 2021-01-18 |
| | |||
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | Simplify C# test trace lineter | Jose | 2020-12-17 |
| | |||
* | Use custom trace listener with tests to abort upon failure (#1202) | Jose | 2020-12-17 |
| | |||
* | Replace bogus version 3.7.5.2 with 3.7.5.0 in CSharp test projects | Jose | 2020-12-17 |
| | |||
* | Fix IceSSL/configuration to check if TLS 1.1 is enabled (#1198) | Jose | 2020-12-11 |
| | |||
* | Fix Ice/udp test for platforms without multicast IPv6 support | Jose | 2020-12-11 |
| | |||
* | IceSSL/configuration test fix for .NET 5.0 | Jose | 2020-12-11 |
| | |||
* | .NET5.0 build fixes | Jose | 2020-12-01 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Add .NET 5.0 support (#1154) | Jose | 2020-11-18 |
| | |||
* | 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 |
| | |||
* | Add diagnostic to Ice/metrics to investigate #825 | Jose | 2020-05-01 |
| | |||
* | Bug in optional test for tagged sequences - Close #803 | Jose | 2020-04-23 |
| | |||
* | Fix C# Visual Studio 2013 build failure | Jose | 2020-04-22 |
| | |||
* | Ice/metrics test fixes | Jose | 2020-04-20 |
| | |||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Ssl certificates (#802) | Jose | 2020-04-17 |
| | | | * Update IceSSL test certificates to work with macOS catalina | ||
* | Update C# version to 3.7.3.2 | Jose | 2020-03-27 |
| | |||
* | Udpated C# .NET Framework projects to use 3.7.3.1 | Benoit Foucher | 2020-03-11 |
| | |||
* | Fixed .NET nuget version in additional C# test project | Benoit Foucher | 2020-03-11 |
| | |||
* | Updated PackageReference to use 3.7.3.1 C# Nuget package | Benoit Foucher | 2020-03-11 |
| | |||
* | Fixed C# projects to set UseAppHost only with netcoreapp3.1 | Benoit Foucher | 2020-03-10 |
| | |||
* | Fixed C# exe projects to set <UseAppHost>true</UseAppHost> which is now ↵ | Benoit Foucher | 2020-03-09 |
| | | | | disabled by default on macOS/Catalina | ||
* | Don't retry invocations on fixed proxies, fixes #671 | Benoit Foucher | 2020-02-20 |
| | |||
* | Fixed IceSSL/configuration to skip some tests on macOS | Benoit Foucher | 2019-11-05 |
| | |||
* | Added testing of IceSSL/configuration test on macOS | Benoit Foucher | 2019-11-04 |
| | |||
* | Updated out-of-sync Resource.designer.cs for Xamarin/Androidv3.7.3 | Benoit Foucher | 2019-10-11 |
| | |||
* | Improved invocation metrics test for better diagnosis, fix for #568 | Benoit Foucher | 2019-10-04 |
| | |||
* | Inrease timeouts in Ice/acm test - Close #558 | Jose | 2019-09-29 |
| | |||
* | Fixed IceLocatorDiscovery race condition, fixes #555 | Benoit Foucher | 2019-09-26 |
| | |||
* | Fixed Python bug related to invalid return parameters, fixes #550 | Benoit Foucher | 2019-09-25 |
| | |||
* | Fix for invocation timeout sporadic test failure, fixes #547 | Benoit Foucher | 2019-09-24 |
| | |||
* | Print unexpected exception in C# Ice/slicing/objects test | Jose | 2019-09-24 |
| | |||
* | Another fix for the Ice/retry test | Benoit Foucher | 2019-09-23 |
| | |||
* | Fixed warnings from Ice/retry test, fixes #539 | Benoit Foucher | 2019-09-23 |
| | |||
* | Fixed #542, adjusted timeouts to reduce chances of failures | Benoit Foucher | 2019-09-23 |
| | |||
* | Fixed file permissions | Bernard Normier | 2019-09-17 |
| | |||
* | Regenerate Xamarin UWP certificate | Jose | 2019-09-13 |
| | |||
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | IceSSL cert name verification fixes - Close #512 (#515) | Jose | 2019-09-10 |
| | |||
* | Fixed Ice/acm test waitForClose timing | Benoit Foucher | 2019-09-04 |
| | |||
* | Fixed Ice/retry test timing | Benoit Foucher | 2019-09-04 |
| | |||
* | Simplifed collocation test in Ice/location test, fixes #506 | Benoit Foucher | 2019-09-04 |
| |