Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ruby/Python unicodePaths test fixes for Windows | Jose | 2016-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 test | Jose | 2016-09-28 |
| | |||
* | ICE-7382 - System Ruby build error on macOS | Joe George | 2016-09-26 |
| | |||
* | Removed unnecessary versions | Bernard Normier | 2016-09-23 |
| | |||
* | Slice/unicodePaths fails in Sles12 | Jose | 2016-09-22 |
| | |||
* | Fix ruby unicodePaths test to locate slice2rb | Jose | 2016-09-20 |
| | | | | With gem distributions we use slice2rb from system PATH | ||
* | Fixed ICE-7317 - timeout test failure | Benoit Foucher | 2016-09-19 |
| | |||
* | Fix ICE-4787 - slice compilers and unicode paths | Jose | 2016-09-17 |
| | |||
* | 3.6.3 version fixes | Jose | 2016-09-17 |
| | |||
* | Fixed ICE-7115 - unmarshalling bug with optional parameters | Benoit Foucher | 2016-04-26 |
| | |||
* | Update Ice version to 3.6.3 | Joe George | 2016-04-08 |
| | |||
* | version fixes | Mark Spruiell | 2016-03-21 |
| | |||
* | ICE-7023 - Ruby 2.3 compatibility | Mark Spruiell | 2016-03-16 |
| | |||
* | Ruby 1.8 Ice/operations fix to no use force_encoding new in Ruby 1.9 | jose | 2016-03-15 |
| | |||
* | Update version to 3.6.2 in several md files | Joe George | 2016-03-11 |
| | |||
* | Windows wide string literal fixes | Jose | 2016-03-10 |
| | |||
* | String literals fixes | Jose | 2016-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 2012 | Jose | 2016-03-09 |
| | |||
* | String literals ruby fixes | Jose | 2016-03-08 |
| | |||
* | ICE-6991 - Add support for unicode escape sequences | Jose | 2016-03-08 |
| | |||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | Ice::identityToString/Ice::stringToIdentity php/ruby/python implementations | Jose | 2016-03-01 |
| | |||
* | Ruby portability fix for ICE-6905 | Mark Spruiell | 2015-12-02 |
| | |||
* | Fixes for ICE-6905 - support NaN/Infinity in scripting languages | Mark Spruiell | 2015-12-02 |
| | |||
* | Objects test updates to sync with Java/C# | Jose | 2015-11-19 |
| | |||
* | Fixed missing lib directory for RPATH on install of Py/Ruby/Php modules | Benoit Foucher | 2015-10-01 |
| | |||
* | Added embedded_runpath_prefix to RPATH if it's set | Benoit Foucher | 2015-09-30 |
| | |||
* | Fixed ICE-6824 - timeout test failure on SLES12 | Benoit Foucher | 2015-09-28 |
| | |||
* | Fixed ICE-6811 - ElCapitan build errors | Benoit Foucher | 2015-09-24 |
| | |||
* | Fixed ICE-6812 - JavaScript ACM monitor bug | Benoit Foucher | 2015-09-14 |
| | |||
* | ICE-6742 - more python3 fixes | Mark Spruiell | 2015-08-28 |
| | |||
* | ICE-6738 - RemoteLogger missing from scripting languages | Mark Spruiell | 2015-08-24 |
| | |||
* | updating version in build instructions | Mark Spruiell | 2015-08-18 |
| | |||
* | Fix for Ice/properties when running with python 2.7 | Jose | 2015-08-17 |
| | |||
* | Nuget support | Jose | 2015-07-30 |
| | | | | | | | | C++ third party packages for Windows builds are now in nuget. The packages are automatically downloaded when required. | ||
* | BuildInstruction fixes | Benoit Foucher | 2015-06-19 |
| | | | | | - Hard-wrapped lines to 80 cols - Added OSX instruction for Ruby | ||
* | ICE-6604 - document passlib requirement | Mark Spruiell | 2015-06-17 |
| | |||
* | Fixed ICE-6602: optionals marshaling bug | Jose | 2015-06-16 |
| | |||
* | ICE-6553 - Ruby segfault in slicing/objects test | Mark Spruiell | 2015-06-08 |
| | |||
* | Fixed Python and Ruby build systems to allow running tests against binary ↵ | Benoit Foucher | 2015-05-25 |
| | | | | distribution | ||
* | cleaning up build instruction files | Mark Spruiell | 2015-05-15 |
| | |||
* | Fixed some issues in ruby readmes | Dwayne Boone | 2015-05-15 |
| | |||
* | ICE-6494 - build instructions | Mark Spruiell | 2015-05-13 |
| | |||
* | ICE-6471 Add support for IceSSL endpoint/connection info to Python/Ruby/PHP | Dwayne Boone | 2015-05-05 |
| | |||
* | ICE-6479 info test failures with scripting languages | Dwayne Boone | 2015-05-05 |
| | |||
* | Updated some copyright headers | Dwayne Boone | 2015-05-04 |
| | |||
* | ICE-6450 Dependencies and system headers | Matthew Newhook | 2015-04-23 |
| | |||
* | ICE-6433: config/makedepend.py: replace with sed? | newhook | 2015-04-22 |
| | |||
* | ICE-6455 - remove slice2py and slice2rb C++ exe | Matthew Newhook | 2015-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++ exe | newhook | 2015-04-22 |
| | | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW. |