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 |
| | |||
* | Additional C++11 fixes | Joe George | 2021-02-03 |
| | |||
* | Update Glacier2 tests to use C++11 mapping | Bernard Normier | 2021-02-02 |
| | |||
* | Remove Ice::Application & Glacier2::Application deprecated classes | Jose | 2021-02-02 |
| | |||
* | 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. | ||
* | Remove IcePatch2 (#602) | Bernard Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | Update Xcode projects to Xcode 12.0-compatiblev3.7.5-rc0 | Joe George | 2021-01-20 |
| | |||
* | Fix missplaced endif from removal of DSA testing | Jose | 2021-01-19 |
| | |||
* | Fix to speed up IceGrid/replication test on Windows | Benoit Foucher | 2021-01-19 |
| | |||
* | Remove DSA testing as DSA is now deprecated | Jose | 2021-01-19 |
| | |||
* | 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 | ||
* | Rename global metadata to local metadata. (#1231) | Bernard Normier | 2021-01-08 |
| | | | Fixes #828 | ||
* | Fix for Visual Studio unicode string litereal testing | Jose | 2021-01-07 |
| | |||
* | Fix u8 string in Ice/proxy test | Jose | 2021-01-07 |
| | |||
* | Fix OpenSSL SSL3 testing failure - Close #1225 | Jose | 2020-12-29 |
| | |||
* | Fixed IceGrid/replication client configuration to ensure the sessions don't ↵ | Benoit Foucher | 2020-12-23 |
| | | | | timeout (fixes #1216) | ||
* | Fix sporadic failures with IceGrid/activation test | Jose | 2020-12-18 |
| | |||
* | UCN literals are now encoded with octals. | Austin Henriksen | 2020-12-16 |
| | | | | And removed the now unnecessary utf-8 compiler flags. | ||
* | Removed u8 qualifiers from const strings in slice2cpp. | Austin Henriksen | 2020-12-15 |
| | | | | | This fixes #1179. It switches tests for this to compile with the utf-8 codepage too. | ||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Fixed iOS test controller Xcode project for Xcode 12 and Python 3.9 fix | Benoit Foucher | 2020-11-10 |
| | |||
* | Fixes to run service tests with SSL when --all is used (#1005) | Benoit Foucher | 2020-08-27 |
| | |||
* | Updates Windows build to OpenSSL 1.1.1g | Jose | 2020-07-28 |
| | |||
* | 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 |
| | |||
* | Added synchronization for _sessions data member, fixes #843 | Benoit Foucher | 2020-05-11 |
| | |||
* | Ice/admin test fixes | 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 | ||
* | Fixed Windows build error caused by unreferenced local variable | Benoit Foucher | 2020-03-02 |
| | |||
* | Don't retry invocations on fixed proxies, fixes #671 | Benoit Foucher | 2020-02-20 |
| | |||
* | Fixed missing -d2SSAOptimizer- flag for Ice/metrics client/collocated projects | Benoit Foucher | 2019-11-27 |
| | |||
* | Fixed Ice/metrics test failure, fixes #638 | Benoit Foucher | 2019-11-20 |
| | |||
* | Move response, error and sent functions given to the client Async API (#610) | Bernard Normier | 2019-11-03 |
| | | | instead of copying them. | ||
* | Added logging for IceGrid/replication test to investigate client failure | Benoit Foucher | 2019-10-31 |
| | |||
* | Fix clang -std=c++17 build | Bernard Normier | 2019-10-29 |
| | | | | Note: still building Ice C++11 with -std=c++11. | ||
* | Fixes to improve testing speed | Benoit Foucher | 2019-10-24 |
| | |||
* | No longer systematically clean C++/Objective-C test iOS controller | Benoit Foucher | 2019-10-24 |
| | |||
* | Added diagnosis for metrics test failures #568 | Benoit Foucher | 2019-10-14 |
| | |||
* | Add swift to Slice/errorDetection test | Jose | 2019-10-10 |
| | |||
* | Pass exception_ptr by value in AMI callbacks | Bernard Normier | 2019-10-10 |
| | |||
* | Improved invocation metrics test for better diagnosis, fix for #568 | Benoit Foucher | 2019-10-04 |
| | |||
* | Remove references to elCapitan | Jose | 2019-10-03 |
| | |||
* | Fix for IceSSL/configuration macOS version checks | Jose | 2019-10-03 |
| | |||
* | IceSSL/configuration failures with iOS 13 - close #570 | Jose | 2019-10-03 |
| |