Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make fixes for c++98 dependencies | Joe George | 2021-03-01 |
| | |||
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Support for Ruby 3.0 (Fixes #1257) (#1258) | Joe George | 2021-02-11 |
| | |||
* | Switch to using python3 by default | Joe George | 2021-02-10 |
| | |||
* | Remove checksum support (#607) | Austin Henriksen | 2021-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 Normier | 2021-02-01 |
| | | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI. | ||
* | Fix C# marshal/unmarshal of optional data members (#1232) | Jose | 2021-01-08 |
| | | | See #889 | ||
* | Fix segfault unmarshalling exception class data member - Close #1224 | Jose | 2020-12-29 |
| | |||
* | Fix ruby 2.7 build failures - Close #1222 | Jose | 2020-12-28 |
| | |||
* | Prevent dictionary key being GC while unmarshal a value class (#1220) | Jose | 2020-12-28 |
| | | | | | * Prevent dictionary key being GC while unmarshal a value class * Fix GC issue with string keys | ||
* | Fix bogus call to holdAdapter in ruby timeout test | Jose | 2020-12-16 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Add class cycle detection during unmarshaling (#946) | Joe George | 2020-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. | ||
* | Update version to 3.7.4 | Jose | 2020-04-20 |
| | |||
* | Additional Ruby 2.7 fix for #677 | Joe George | 2020-01-16 |
| | |||
* | Fix Ruby 2.7 build failure (#677) | Joe George | 2020-01-14 |
| | | | | Replaced deprecated rb_iterate with rb_block_call | ||
* | Minor fixes to documentation files | Benoit Foucher | 2019-10-11 |
| | |||
* | Fix for invocation timeout sporadic test failure, fixes #547 | Benoit Foucher | 2019-09-24 |
| | |||
* | Misc updates to README files | Jose | 2019-09-13 |
| | |||
* | Fixes for endpoint to string conversion - Close #517 (#519) | Jose | 2019-09-10 |
| | |||
* | Fixes for slice2py forward declarations - Close #490 | Jose | 2019-09-03 |
| | |||
* | Fixed Ice/timeout test to ensure the client doesn't hang in case of test failure | Benoit Foucher | 2019-08-22 |
| | |||
* | Additional fixes for Ice/optional Swift cross testing | Jose | 2019-08-08 |
| | |||
* | Fix doc.zeroc.com URLs - Close #457 | Jose | 2019-08-05 |
| | |||
* | Fixes for C++ & Swift generated code - Close #458 | Jose | 2019-07-31 |
| | |||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | Fixed Ruby crash (and similar issues in other mappings), fixes #432 | Benoit Foucher | 2019-07-11 |
| | |||
* | Remove forward declarations limitation - Close #97 | Jose | 2019-07-09 |
| | |||
* | Ruby macOS build fixes | Jose | 2019-06-27 |
| | |||
* | Fix checkedCast with facet and MATLAB - Close #394 | Jose | 2019-06-24 |
| | |||
* | Fix Ruby build failure | Jose | 2019-06-24 |
| | |||
* | Enable -Wconversion with clang - Close #363 | Jose | 2019-06-21 |
| | |||
* | Add ice_isFixed - Close #356 | Jose | 2019-06-21 |
| | |||
* | Fix Incorrect generated code for class implements interface | Jose | 2019-06-06 |
| | | | | Close #406 | ||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | GCC 8 Build fixes for Python, PHP and Ruby | Jose | 2019-01-11 |
| | |||
* | Fix whitespace | Joe George | 2019-01-11 |
| | |||
* | Ruby 2.6 bugfix | Jose | 2019-01-07 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Added missing exceptions to setExceptionMembers in Ruby. | Austin Henriksen | 2018-11-20 |
| | |||
* | Fixed typo in the Ruby README. | Austin Henriksen | 2018-11-20 |
| | |||
* | Update version to 3.7.2 | Jose | 2018-11-14 |
| | |||
* | Extra C++ warning flags with clang and g++. | Bernard Normier | 2018-10-26 |
| | | | | Fixes 223. | ||
* | Fixed slice2matlab generated code type for dictionary data members | Jose | 2018-10-23 |
| | | | | Close #256 | ||
* | Test using Value as operation parameter | Jose | 2018-09-20 |
| | | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter | ||
* | Enable test workers for PHP, Ruby and Python | Jose | 2018-09-04 |
| | | | | Close #185 | ||
* | Whitespace cleanup | Jose | 2018-08-13 |
| | |||
* | Ruby test suite updates | Jose | 2018-08-07 |
| | |||
* | Eliminate catch(const char*) #48 | Jose | 2018-07-26 |
| |