summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* Bump ini from 1.3.5 to 1.3.7 in /js (#1193)dependabot[bot]2020-12-11
| | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Another fix for udpJose2020-12-11
|
* Fix IceSSL/configuration to check if TLS 1.1 is enabled (#1198)Jose2020-12-11
|
* Use pragmas to disable code analyzer warnings in generated code (#1199)Jose2020-12-11
|
* Swift udp test fixesJoe George2020-12-11
|
* Fix typosJose2020-12-11
|
* Udp multicast testing fixesJose2020-12-11
|
* Fix Ice/udp test for platforms without multicast IPv6 supportJose2020-12-11
|
* IceSSL/configuration test fix for .NET 5.0Jose2020-12-11
|
* Update .NET default version (#1195)Jose2020-12-10
|
* Update source link packageJose2020-12-10
|
* .NET IceBox test script fixesJose2020-12-10
|
* Additional fixes for .NET test scriptsJose2020-12-10
|
* .NET test script fixesJose2020-12-09
|
* Better handling of undefined values (#1188)Jose2020-12-09
|
* Xcode 12.2 build fixes (#1182)Jose2020-12-04
|
* Remove extra ZEND_BEGIN_ARG_INFO callJoe George2020-12-03
|
* Fix typo in previous commitJoe George2020-12-03
|
* Additional PHP 5 fix to avoid narrowing conversionJoe George2020-12-03
|
* Add missing ice_void_arginfo to php5Joe George2020-12-03
|
* Add support for PHP 8 (Fixes #1172) (#1177)Joe George2020-12-03
|
* Workaround JS frameworks that don't support Symbol.species with Promise ↵Jose2020-12-02
| | | | types (#1170)
* Expand wildcard items in VC++ projectsJose2020-12-01
|
* .NET NuGet package build fixesJose2020-12-01
|
* .NET5.0 build fixesJose2020-12-01
|
* Update TypeScript versionJose2020-11-30
|
* update npm dependenciesJose2020-11-30
|
* Update version to 3.7.5Jose2020-11-30
|
* Swift build fixes for Xcode 12 and macOS 11Joe George2020-11-19
|
* Add .NET 5.0 support (#1154)Jose2020-11-18
|
* Fixed invalid Python 3.9 macroBenoit Foucher2020-11-10
|
* Fixed iOS test controller Xcode project for Xcode 12 and Python 3.9 fixBenoit Foucher2020-11-10
|
* Fix Xcode 12 build failures (#1120)Jose2020-10-22
|
* Update issue templatesJoe George2020-10-16
|
* Fix Xcode 12 Swift test compilation errorsJoe George2020-10-02
|
* Add missing import to fix Swift framework build (#1077) (#1078)Marco Pfattner2020-10-01
| | | | | | * Add missing import to fix Swift framework build (#1077) * Remove unneeded import from source file (#1077) Co-authored-by: Marco Pfattner <marco.pfattner@jambit.com>
* Destroy underlying logger if it is a FileLoggerIJoe George2020-09-18
|
* Do not use Dictionary.Add it can throw ArgumentExceptionJose2020-09-18
|
* Bump http-proxy from 1.18.0 to 1.18.1 in /js (#1027)dependabot[bot]2020-09-07
| | | | | | | | | | Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixes to run service tests with SSL when --all is used (#1005)Benoit Foucher2020-08-27
|
* Fixed package name typo in C++ build instructionsAustin Henriksen2020-08-18
|
* Updates Windows build to OpenSSL 1.1.1gJose2020-07-28
|
* Bump lodash from 4.17.15 to 4.17.19 in /js (#958)dependabot[bot]2020-07-17
| | | | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Class cycle test fixesJoe George2020-07-08
|
* 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.
* Copy python dependencies to the extension directory - Close #926 (#927)Jose2020-06-25
|
* Downgrade NuGet version to 5.4.0 for Visual Studio 2010 compatibilityJose2020-06-22
|
* Ensure Powershell uses TLS 1.2 for NuGet.exe downloadBenoit Foucher2020-06-16
|