summaryrefslogtreecommitdiff
path: root/cpp/src
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 IceGrid Glacier2 session managers to keep sessions alive (#2756)Jose2024-09-30
|
* 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
|
* 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)
* 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
|
* Suppress BinaryFormatter-related code for .NET 8.0 (#1550)Bernard Normier2023-10-12
|
* slice2java: fix constructor parameter count check (#1540)Joe George2023-10-09
| | | Closes #1539
* 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 swift build failuresJose2023-03-22
|
* Update OpenSSL packages used by windows buildsJose2023-03-13
|
* Xcode 14.3 beta2 build fixes (#1463)Jose2023-03-08
|
* 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
|
* php: add return type declarations to __tostring (#1411, #1405)Joe George2023-02-08
|
* Fix Xcode 14.1 C++ build failures - #1396 (#1397)Jose2022-11-10
|
* Fix missing error description for OpenSSL protocol error (#1392)Jose2022-11-03
|
* Matlab performance improvements (#1382)Benoit Foucher2022-07-21
|
* Update msbuild builder and openssl package versionsJose2022-07-15
|
* Replace sprintf/vsprintf with snprintf/vsnprintf (#1379)Jose2022-07-06
|
* Handle SSL_R_UNEXPECTED_EOF_WHILE_READING error code (#1378)Jose2022-07-05
|
* Set default value for python optional parameters (#1365)Jose2022-06-27
|
* Fixed list of C++ keywords.Austin Henriksen2022-06-07
|
* Clang 13 complains about an unused variable (#1354)Benjamin Oldenburg2022-03-29
|
* Fix issue with Clang 13 (#1353)Benjamin Oldenburg2022-03-29
| | | Closes #1352
* Update "ice" JavaScript npm module to work with browser bundlers (#1345)Jose2022-02-28
|
* Ice for MATLAB linux support (#1341)Jose2022-02-15
|
* Fix clang build (missing copy constructor) (#1336)grembo2022-01-17
| | | | | | | | | In 15a9edabe things were moved around, so that clang/libc++ builds have the copy constructor of GroupNodeInfo declared, but (unlike the assignment operator in NodeI.cpp#L101, which might not be needed to spelled out anymore these days) not defined, which results in broken builds at link time. Tested with clang v11.0.1.
* Fix ThreadPool on FreeBSD (#1335)grembo2022-01-17
| | | Add missing header and swap reversed lines.
* Fix for potential CFStream/NSStream deadlock with the iOS transports (#1329)Benoit Foucher2022-01-10
|
* Prefer static_cast to plain castJose2022-01-07
|
* Undeprecate IceSSL.KeyFileJose2022-01-07
|
* Don't use auto with lambda methodsJose2021-12-29
|
* Fixes for C++98 mapping build with C++17 mode or greaterJose2021-12-28
|
* OpenSSL 3.0 build (#1320)Jose2021-12-01
|
* Visual Studio 2022 build updatesJose2021-11-24
|
* Update lmdb packagesJose2021-11-24
|
* Copy DLL target fixesJose2021-10-04
|