summaryrefslogtreecommitdiff
path: root/ruby
Commit message (Collapse)AuthorAge
* Make fixes for c++98 dependenciesJoe George2021-03-01
|
* Update version to v3.8.0Joe George2021-02-15
|
* Support for Ruby 3.0 (Fixes #1257) (#1258)Joe George2021-02-11
|
* Switch to using python3 by defaultJoe George2021-02-10
|
* 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.
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Fix segfault unmarshalling exception class data member - Close #1224Jose2020-12-29
|
* Fix ruby 2.7 build failures - Close #1222Jose2020-12-28
|
* Prevent dictionary key being GC while unmarshal a value class (#1220)Jose2020-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 testJose2020-12-16
|
* Update version to 3.7.5Jose2020-11-30
|
* 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.
* Update version to 3.7.4Jose2020-04-20
|
* Additional Ruby 2.7 fix for #677Joe George2020-01-16
|
* Fix Ruby 2.7 build failure (#677)Joe George2020-01-14
| | | | Replaced deprecated rb_iterate with rb_block_call
* Minor fixes to documentation filesBenoit Foucher2019-10-11
|
* Fix for invocation timeout sporadic test failure, fixes #547Benoit Foucher2019-09-24
|
* Misc updates to README filesJose2019-09-13
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Additional fixes for Ice/optional Swift cross testingJose2019-08-08
|
* Fix doc.zeroc.com URLs - Close #457Jose2019-08-05
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
|
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* Ruby macOS build fixesJose2019-06-27
|
* Fix checkedCast with facet and MATLAB - Close #394Jose2019-06-24
|
* Fix Ruby build failureJose2019-06-24
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* GCC 8 Build fixes for Python, PHP and RubyJose2019-01-11
|
* Fix whitespaceJoe George2019-01-11
|
* Ruby 2.6 bugfixJose2019-01-07
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Added missing exceptions to setExceptionMembers in Ruby.Austin Henriksen2018-11-20
|
* Fixed typo in the Ruby README.Austin Henriksen2018-11-20
|
* Update version to 3.7.2Jose2018-11-14
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Test using Value as operation parameterJose2018-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 PythonJose2018-09-04
| | | | Close #185
* Whitespace cleanupJose2018-08-13
|
* Ruby test suite updatesJose2018-08-07
|
* Eliminate catch(const char*) #48Jose2018-07-26
|