summaryrefslogtreecommitdiff
path: root/ruby/src
Commit message (Collapse)AuthorAge
* Support for Ruby 3.0 (Fixes #1257) (#1258)Joe George2021-02-11
|
* 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.
* 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
* 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.
* 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
* Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
|
* Ruby macOS build fixesJose2019-06-27
|
* Fix Ruby build failureJose2019-06-24
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* 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
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Eliminate catch(const char*) #48Jose2018-07-26
|
* Ruby fix for GCC 7.3 compile errorMark Spruiell2018-04-04
|
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed shutdown/isShutdown/waitForShutdown to no longer throw if communicator ↵Benoit Foucher2018-02-09
| | | | is destroyed (ICE-8659)
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHPBenoit Foucher2018-01-24
|
* ICE-7722 - Ice::initialize accepts a block in RubyMark Spruiell2018-01-22
|
* ICE-8457 - Ruby and Python string fixesMark Spruiell2017-10-26
|
* Fix ICE-8523Joe George2017-09-22
| | | | | Fix Ice for Ruby to build against C++ libraries which undefine the isfinite macro and have also deprecated finite
* Ported build system improvements from Freeze repositoryBenoit Foucher2017-08-16
|
* Remove excessive empty linesJoe George2017-06-07
|
* Ruby bug fix for IceSSL::ConnectionInfoMark Spruiell2017-05-23
|
* Fixed ICE-7800 - moved python/ruby/php ldflags at the endBenoit Foucher2017-05-11
|
* Fix tabs and spaces in MakefilesJoe George2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* ICE-7716 - more scripting language fixesMark Spruiell2017-03-29
|
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* apply 8e5bc0f to IceRubyDessa2017-02-17
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed ICE-7531 - ValueFactoryManager segfaultBenoit Foucher2017-02-06
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | Rework warning suppression to use global meta dataJose2017-02-03
| |
* | Fix for IceRuby buildsBernard Normier2017-02-01
| |
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | Ice for Ruby Ice::Value implementationJose2017-01-23
| |
* | Renamed optional invocation context parameter in Python, Ruby and PHPBernard Normier2017-01-09
| | | | | | | | | | new name: context old name: _ctx Fixed macOS build