summaryrefslogtreecommitdiff
path: root/ruby
Commit message (Collapse)AuthorAge
* Ruby/Python unicodePaths test fixes for WindowsJose2016-09-29
| | | | | | | - Ruby on Windows is build with MINGW which does not support Windows UNICODE APIs required for this to work. - Use slice2py.exe with PIP install
* check UTF-8 locale is used with unicodePaths testJose2016-09-28
|
* ICE-7382 - System Ruby build error on macOSJoe George2016-09-26
|
* Removed unnecessary versionsBernard Normier2016-09-23
|
* Slice/unicodePaths fails in Sles12Jose2016-09-22
|
* Fix ruby unicodePaths test to locate slice2rbJose2016-09-20
| | | | With gem distributions we use slice2rb from system PATH
* Fixed ICE-7317 - timeout test failureBenoit Foucher2016-09-19
|
* Fix ICE-4787 - slice compilers and unicode pathsJose2016-09-17
|
* 3.6.3 version fixesJose2016-09-17
|
* Fixed ICE-7115 - unmarshalling bug with optional parametersBenoit Foucher2016-04-26
|
* Update Ice version to 3.6.3Joe George2016-04-08
|
* version fixesMark Spruiell2016-03-21
|
* ICE-7023 - Ruby 2.3 compatibilityMark Spruiell2016-03-16
|
* Ruby 1.8 Ice/operations fix to no use force_encoding new in Ruby 1.9jose2016-03-15
|
* Update version to 3.6.2 in several md filesJoe George2016-03-11
|
* Windows wide string literal fixesJose2016-03-10
|
* String literals fixesJose2016-03-10
| | | | | | - Fixed escape sequences in C++ wide strings - Fixed objetive-c escape sequences - Update ruby to use magic comments to set the file encoding
* isfinite not supported with VS 2012Jose2016-03-09
|
* String literals ruby fixesJose2016-03-08
|
* ICE-6991 - Add support for unicode escape sequencesJose2016-03-08
|
* Update copyright headersJoe George2016-03-01
|
* Ice::identityToString/Ice::stringToIdentity php/ruby/python implementationsJose2016-03-01
|
* Ruby portability fix for ICE-6905Mark Spruiell2015-12-02
|
* Fixes for ICE-6905 - support NaN/Infinity in scripting languagesMark Spruiell2015-12-02
|
* Objects test updates to sync with Java/C#Jose2015-11-19
|
* Fixed missing lib directory for RPATH on install of Py/Ruby/Php modulesBenoit Foucher2015-10-01
|
* Added embedded_runpath_prefix to RPATH if it's setBenoit Foucher2015-09-30
|
* Fixed ICE-6824 - timeout test failure on SLES12Benoit Foucher2015-09-28
|
* Fixed ICE-6811 - ElCapitan build errorsBenoit Foucher2015-09-24
|
* Fixed ICE-6812 - JavaScript ACM monitor bugBenoit Foucher2015-09-14
|
* ICE-6742 - more python3 fixesMark Spruiell2015-08-28
|
* ICE-6738 - RemoteLogger missing from scripting languagesMark Spruiell2015-08-24
|
* updating version in build instructionsMark Spruiell2015-08-18
|
* Fix for Ice/properties when running with python 2.7Jose2015-08-17
|
* Nuget supportJose2015-07-30
| | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required.
* BuildInstruction fixesBenoit Foucher2015-06-19
| | | | | - Hard-wrapped lines to 80 cols - Added OSX instruction for Ruby
* ICE-6604 - document passlib requirementMark Spruiell2015-06-17
|
* Fixed ICE-6602: optionals marshaling bugJose2015-06-16
|
* ICE-6553 - Ruby segfault in slicing/objects testMark Spruiell2015-06-08
|
* Fixed Python and Ruby build systems to allow running tests against binary ↵Benoit Foucher2015-05-25
| | | | distribution
* cleaning up build instruction filesMark Spruiell2015-05-15
|
* Fixed some issues in ruby readmesDwayne Boone2015-05-15
|
* ICE-6494 - build instructionsMark Spruiell2015-05-13
|
* ICE-6471 Add support for IceSSL endpoint/connection info to Python/Ruby/PHPDwayne Boone2015-05-05
|
* ICE-6479 info test failures with scripting languagesDwayne Boone2015-05-05
|
* Updated some copyright headersDwayne Boone2015-05-04
|
* ICE-6450 Dependencies and system headersMatthew Newhook2015-04-23
|
* ICE-6433: config/makedepend.py: replace with sed?newhook2015-04-22
|
* ICE-6455 - remove slice2py and slice2rb C++ exeMatthew Newhook2015-04-22
| | | | | | | Renamed ruby/config/slice2rb.rb to ruby/config/s2rb.rb Renamed python/config/slice2py.py to python/config/s2py.py Moved slice2rb and slice2py.py from dist-utils into the scripts directory for python and ruby.
* ICE-6455 - remove slice2py and slice2rb C++ exenewhook2015-04-22
| | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW.