summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
* More Visual Studio project fixesJoe George2021-02-10
|
* Repaired VS project and solution files.Austin Henriksen2021-02-09
|
* Regenerated IceStorm scanner.Austin Henriksen2021-02-03
|
* Fixed IceDB project name to include ++11 suffix for library.Austin Henriksen2021-02-03
|
* Cleaned up project files.Austin Henriksen2021-02-03
|
* Additional C++11 fixesJoe George2021-02-03
|
* IceGrid and IceStorm fixesJoe George2021-02-02
|
* Remove Ice::Application & Glacier2::Application deprecated classesJose2021-02-02
|
* IceGrid and IceStormJoe George2021-02-01
|
* Port Glacier2, IceBox, IceBridge, IceDB, IceXML, icegriddbJoe George2021-02-01
|
* Remove checksum support (#607)Austin Henriksen2021-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 Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* Update to MSbuild builder 5.0.6Jose2021-01-18
|
* Update MSBuild builder packageJose2021-01-18
|
* Fix Swift marshal and unmarshal of exception optional data membersJose2021-01-11
|
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Rename global metadata to local metadata. (#1231)Bernard Normier2021-01-08
| | | Fixes #828
* Copy Slice doc comments to the generated enum typeJose2021-01-08
|
* Fix build failure cause by bogust typenameJose2021-01-07
|
* Use readline only when stdin is a tty (#1230)Jose2021-01-07
| | | | | * Use readline only with TTY terminals * Fix readline usage in IceStorm
* Add editline support to icegridadmin and icestormadmin (#1223)Bernard Normier2021-01-04
|
* Fix localtime/gmtime usage (#1227)Jose2021-01-01
| | | | | | | | | * Prefer the reentrant versions of localtime/gmtime when available * Simplify pragmas * Review comment fixes * Remove comment
* UCN literals are now encoded with octals.Austin Henriksen2020-12-16
| | | | And removed the now unnecessary utf-8 compiler flags.
* Fxcop warnings (#1201)Jose2020-12-16
| | | | | | | * Revert "Use pragmas to disable code analyzer warnings in generated code (#1199)" This reverts commit 76e025975bee05bac2af4e2403b353ebba7cbdf8. * Add missing generated code attributes to avoid FxCop warnings
* Removed u8 qualifiers from const strings in slice2cpp.Austin Henriksen2020-12-15
| | | | | This fixes #1179. It switches tests for this to compile with the utf-8 codepage too.
* Revert "Removed u8 qualifier from string constants in slice2cpp."Austin Henriksen2020-12-14
| | | | This reverts commit ef9f353d3a90b5325700b8d14d9f3e54920d5a36.
* Removed u8 qualifier from string constants in slice2cpp.Austin Henriksen2020-12-14
| | | | This fixes #1179.
* Use pragmas to disable code analyzer warnings in generated code (#1199)Jose2020-12-11
|
* Expand wildcard items in VC++ projectsJose2020-12-01
|
* 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.
* 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
|
* Fix compilation errors caused by parameters not declared in this scope (#801)HarveyLiu2020-04-22
|
* Fix for SecPolicyCreateSSL in Catalina and iOS 13 (Closes #798)Joe George2020-04-17
|
* Fix Swift 5.2 build failuresJoe George2020-03-27
|
* 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
|
* 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.
* Fix clang -std=c++17 buildBernard Normier2019-10-29
| | | | Note: still building Ice C++11 with -std=c++11.
* Fix invalid generated code for local interface - Close #596Jose2019-10-23
|
* Fix for unused parameters in MATLAB generated code - Close #595Jose2019-10-23
|
* Fixed typosBernard Normier2019-10-11
|