summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
* Fixed broken doc-comment in 'IceGrid/internal.ice'.3.7Austin Henriksen2025-01-29
|
* Swift 6 build fixes (#3051)Joe George2024-11-04
| | | Adds support for Swift 6. Specifically it marks exceptions as `@unchecked Sendable` to comply with the error protocol requirements.
* Fix IceSSL/configuration test failureJose2024-10-24
|
* Upgrade expired SSL certificates (#2958)Jose2024-10-23
|
* Fix IceGrid Glacier2 session managers to keep sessions alive (#2756)Jose2024-09-30
|
* Add support for Clang 16 (#2774)Joe George2024-09-24
|
* Fixed thread idle time bug (#2537)Benoit Foucher2024-07-22
| | | This PR fixes a bug introduced with the C# thread pool back pressure fix related to the server/thread idle time. It also adds tests for C++/Java.
* Back pressure fix for 3.7 (#2270)Benoit Foucher2024-06-18
|
* Fix bogus call to ERR_get_error - Fix #2153 (#2231)Jose2024-05-29
|
* Ice.ServerIdleTime fixes (#2049)Joe George2024-04-15
| | | See #2025
* Missing error returnJose2024-03-15
|
* Fixed concurrent directory creation issue in the Slice compilers - #1846Jose2024-02-27
|
* Fix ice_invoke and ice_invokeAsync to handle empty result buffer (#1733)Jose2024-02-01
|
* Fix broken links in table of contents of cpp/BUILDING.mdReece Humphreys2024-01-11
|
* Update BUILDING.md (#1584)gajin22023-12-11
| | | - For Visual Studio 2022 use [msbuild/ice.v143.sln](./msbuild/ice.v143.sln)
* Do not use null terminated arrays for C# properties (#1585)Joe George2023-12-11
| | | | | (cherry picked from commit 5b0aeb2d874d118aff650c4ca3e20b478c3bb44a) Co-authored-by: Jose <jose@zeroc.com>
* Fix bug with IceStrom subscriber observersJoe George2023-12-07
| | | | (cherry picked from commit 371b4e97bc2b5b78b21942b40f77c9d4e6b6c36e)
* errorDetection now prints all lines when an unexpected number of errors occurs.Austin Henriksen2023-12-07
| | | | (cherry picked from commit 015fb33a5918e8eb01dd167116c1c4d1ef0a6e92)
* Fixes #708.Austin Henriksen2023-12-07
| | | | (cherry picked from commit e72ec310aba8a19ffb2655091be75b7bd2e6e371)
* Fix indentationJoe George2023-12-07
|
* Remove unused declarations in slice2java (#1578)Jose2023-12-07
|
* Fixed typos. (#1580)Austin Henriksen2023-12-06
|
* Fixed typo in _makeLambdaOutgoing nameBernard Normier2023-11-22
|
* Fix Application::print to correctly display load balancing policy (#1568)Jose2023-11-01
|
* Update C++ Test Controller to use c++17Joe George2023-10-31
| | | | Fixes #1556
* Missing test dependenciesv3.7.10-rc0Jose2023-10-26
|
* Fix Slice/errorDetection test failureJose2023-10-24
|
* Fixed alignement of inheritance diagram.Austin Henriksen2023-10-23
|
* Fix System CAs tests (#1553)Jose2023-10-12
|
* Suppress BinaryFormatter-related code for .NET 8.0 (#1550)Bernard Normier2023-10-12
|
* Rework README files (#1541)Jose2023-10-10
|
* slice2java: fix constructor parameter count check (#1540)Joe George2023-10-09
| | | Closes #1539
* Add packages README for C++ NuGet packages (#1537)Jose2023-10-06
|
* Add README to zeroc.ice.net NuGet package (#1536)Jose2023-10-06
|
* Update version to 3.7.10 (#1524)Jose2023-09-22
|
* Remove loopback fastpath - Fix #1480 (#1508)Jose2023-09-18
|
* Remove uwp (#1504)Jose2023-09-18
|
* Fix Objective-C build failures (#1496)Jose2023-08-09
|
* Fix GCC13 build failure - #1489 (#1490)Jose2023-07-19
|
* Missing dependencyv3.7.9Jose2023-03-23
|
* Fix swift build failuresJose2023-03-22
|
* Add missing dependency for IceUtil/time projectJose2023-03-21
|
* Update v100 solution files to use 11.00 format required by Visual Studio 2010Jose2023-03-21
|
* Update OpenSSL packages used by windows buildsJose2023-03-13
|
* Fix Xcode run script warningsJose2023-03-08
| | | | | | Xcode emits a warning when a script doesn't specify any input or outputs, setting alwaysOutOfData tells Xcode that the script is intended to run on every build and avoids the warning.
* Xcode 14.3 beta2 build fixes (#1463)Jose2023-03-08
|
* Print the exception that causing the failure.Jose2023-02-28
|
* slice2py: add latest Python keywords from Python 3.11 language reference. ↵Ethin Probst2023-02-25
| | | | (#1426)
* Add php5 flag to slice2php (#1443)Joe George2023-02-23
|
* slice2cs HTML tag strip (#1433)Jose2023-02-21
|