Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleaned up project files. | Austin Henriksen | 2021-02-03 |
| | |||
* | Additional C++11 fixes | Joe George | 2021-02-03 |
| | |||
* | 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 to MSbuild builder 5.0.6 | Jose | 2021-01-18 |
| | |||
* | Update MSBuild builder package | Jose | 2021-01-18 |
| | |||
* | Fix build failure cause by bogust typename | Jose | 2021-01-07 |
| | |||
* | Expand wildcard items in VC++ projects | Jose | 2020-12-01 |
| | |||
* | 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. | ||
* | Fixed warnings (#824) | Bernard Normier | 2020-04-30 |
| | |||
* | Don't retry invocations on fixed proxies, fixes #671 | Benoit Foucher | 2020-02-20 |
| | |||
* | Fixed invalid access to _instance in RetryQueue, fixes #681 | Benoit Foucher | 2020-02-20 |
| | |||
* | Fix clang -std=c++17 build | Bernard Normier | 2019-10-29 |
| | | | | Note: still building Ice C++11 with -std=c++11. | ||
* | Fix #579 - Add autoreleasepools from objc -> swift | Joe George | 2019-10-09 |
| | |||
* | The Ice connection will now print warnings for first invalid messages ↵ | Benoit Foucher | 2019-10-02 |
| | | | | received by a client, fixes #565 | ||
* | Conditional compilation of TCP transport with Swift builds | Jose | 2019-10-01 |
| | |||
* | Fixed file permissions | Bernard Normier | 2019-09-17 |
| | |||
* | Cleanup assertion in LogerAdminI C++ implementation | Jose | 2019-09-11 |
| | |||
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | Enable SNI extension with CheckCertName > 1 | Jose | 2019-09-06 |
| | | | | | | | - Remove IceSSL.ServerNameIndication, IceSSL.CheckCertName = 2 should be used instead. - Minor style fixes | ||
* | Implement server name indication (SNI) for OpenSSL and SecureTransport ↵ | Andreas Sommer | 2019-09-06 |
| | | | | backends (new property `IceSSL.ServerNameIndication`, default enabled) | ||
* | Fixed retry bug with -2 invocation timeout, fixes #501 | Benoit Foucher | 2019-09-03 |
| | |||
* | Fixed C++/Java thread pool to no longer print bogus warning on shutdown, ↵ | Benoit Foucher | 2019-08-26 |
| | | | | fixes #496 | ||
* | Better work-around for xlC visibility bug | Bernard Normier | 2019-08-02 |
| | |||
* | Visibility fixes for xlC | Bernard Normier | 2019-07-27 |
| | |||
* | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-18 |
|\ | |||
| * | Fixed C++11 issue with previous Ice/interceptor test fix | Benoit Foucher | 2019-07-11 |
| | | |||
| * | Fixed dispatcher interceptor bug #435 | Benoit Foucher | 2019-07-11 |
| | | |||
| * | Fixed Ruby crash (and similar issues in other mappings), fixes #432 | Benoit Foucher | 2019-07-11 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-07-02 |
|\| | |||
| * | Check sysconf errors Close #418 (#420) | Jose | 2019-07-02 |
| | | |||
| * | Fixed timer to release task outside the synchronization block, fixes #352 | Benoit Foucher | 2019-06-28 |
| | | |||
| * | iOS build fixes | Jose | 2019-06-27 |
| | | |||
| * | Fix shadows declaration warnings - Close #348 | Jose | 2019-06-24 |
| | | |||
| * | Better error message for LoadLibrary failure on Windows. | Bernard Normier | 2019-06-24 |
| | | | | | | | | Fixes #355. | ||
* | | Add ifdef around iOS specific code | Jose | 2019-07-01 |
| | | |||
* | | Fix issue where DispatchQueue was not always used | Joe George | 2019-06-27 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-22 |
|\| | |||
| * | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | | |||
| * | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | | |||
| * | Removed outdated comment. Fixes #369. | Bernard Normier | 2019-06-21 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.7' into swift | Jose | 2019-06-07 |
|\| | |||
| * | Remove Duplicates in ice.vcxproj.filters and iceuwp++11.vcxproj Close #365 | Jose | 2019-06-06 |
| | | |||
| * | Visual Studio 2019 build fixes | Jose | 2019-06-04 |
| | | |||
| * | Fix the reading of the error message from the Service class #407 | Jose | 2019-06-04 |
| | | |||
* | | Only build OSLogLogger with Ice for Swift | Jose | 2019-05-30 |
| | | |||
* | | Fix the reading of the error message from the Service class #407 | Jose | 2019-05-30 |
| | | |||
* | | Fix C++ warning: Value stored to 'c1' is never read | Jose | 2019-05-30 |
| | | |||
* | | Swift logger updates | Jose | 2019-05-29 |
| | |