summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Collapse)AuthorAge
...
* Fixed package name typo in C++ build instructionsAustin Henriksen2020-08-18
|
* Updates Windows build to OpenSSL 1.1.1gJose2020-07-28
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-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 #859Benoit Foucher2020-05-20
|
* Bumped sleep time and decreased timeout, fixes #850v3.7.4Benoit Foucher2020-05-15
|
* Added synchronization for _sessions data member, fixes #843Benoit Foucher2020-05-11
|
* Fixed warnings (#824)Bernard Normier2020-04-30
|
* Fix build failured, introduce in previous commitJose2020-04-30
|
* Unhandled CommunicatorDestroyedException - See # 744Jose2020-04-30
|
* Fix swift dangling pointer warnings - Close #821Jose2020-04-28
|
* NuGet package build fixesJose2020-04-23
|
* Ice/admin test fixesJose2020-04-22
|
* NuGet iconUrl is deprecated - Close #588Jose2020-04-22
|
* Fix compilation errors caused by parameters not declared in this scope (#801)HarveyLiu2020-04-22
|
* Ice/metrics test fixesJose2020-04-20
|
* Update version to 3.7.4Jose2020-04-20
|
* Ssl certificates (#802)Jose2020-04-17
| | | * Update IceSSL test certificates to work with macOS catalina
* Fix for SecPolicyCreateSSL in Catalina and iOS 13 (Closes #798)Joe George2020-04-17
|
* Fix Swift 5.2 build failuresJoe George2020-03-27
|
* Fixed Windows build error caused by unreferenced local variableBenoit Foucher2020-03-02
|
* Don't retry invocations on fixed proxies, fixes #671Benoit Foucher2020-02-20
|
* Fixed invalid access to _instance in RetryQueue, fixes #681Benoit Foucher2020-02-20
|
* Remove unnecessary session destruction in Glacier2 (Closes #653)Joe George2019-12-06
|
* Ignore null locator repliesJose2019-12-05
|
* Fix nodiscard warnings report by Visual Studio 2019 (16.4.0)Jose2019-12-04
|
* Fixed missing -d2SSAOptimizer- flag for Ice/metrics client/collocated projectsBenoit Foucher2019-11-27
|
* Fixed Ice/metrics test failure, fixes #638Benoit Foucher2019-11-20
|
* Forward defined types not properly defined in TypeScript - Close 633 (#634)Jose2019-11-14
| | | | | | * Forward defined types not properly defined in TypeScript - Close 633 * Add assert for constructing the definedIn path
* Fix slice2swift build failuresJose2019-11-05
|
* Move response, error and sent functions given to the client Async API (#610)Bernard Normier2019-11-03
| | | instead of copying them.
* Added logging for IceGrid/replication test to investigate client failureBenoit Foucher2019-10-31
|
* Fix clang -std=c++17 buildBernard Normier2019-10-29
| | | | Note: still building Ice C++11 with -std=c++11.
* Fixes to improve testing speedBenoit Foucher2019-10-24
|
* No longer systematically clean C++/Objective-C test iOS controllerBenoit Foucher2019-10-24
|
* Fix invalid generated code for local interface - Close #596Jose2019-10-23
|
* Fix for unused parameters in MATLAB generated code - Close #595Jose2019-10-23
|
* Updated doxygen filesAustin Henriksen2019-10-16
|
* Added diagnosis for metrics test failures #568Benoit Foucher2019-10-14
|
* Minor fixes to documentation filesBenoit Foucher2019-10-11
|
* Fixed typosBernard Normier2019-10-11
|
* Swift dictionary metadata validationJose2019-10-11
|
* Add swift to Slice/errorDetection testJose2019-10-10
|
* Improve swift metadata validationJose2019-10-10
|
* Pass exception_ptr by value in AMI callbacksBernard Normier2019-10-10
|
* Update expat packagesJose2019-10-09
|
* Add support to retry on authenticode sign failuresJose2019-10-09
|
* Fix #579 - Add autoreleasepools from objc -> swiftJoe George2019-10-09
|
* Make sign failures build errorsJose2019-10-07
|
* Improved invocation metrics test for better diagnosis, fix for #568Benoit Foucher2019-10-04
|
* Remove references to elCapitanJose2019-10-03
|