summaryrefslogtreecommitdiff
path: root/Lib/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fix shared data problem on MacOS 10.9 with xcode 5.1Jason Turner2014-06-041-8/+8
* Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -ped...William S Fulton2014-05-241-1/+1
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-1/+1
* Fix missing fragments in Ruby wstring typemapsWilliam S Fulton2014-03-071-2/+2
* Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-211-3/+1
* "if (strlen(msg))" -> "if (msg[0])"Olly Betts2014-02-171-1/+1
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-12/+18
* Error out attempting to use directors without -c++William S Fulton2013-12-231-5/+0
* Beautify director.swg filesWilliam S Fulton2013-12-231-115/+80
* Fix some gcc -Wall unused warnings in the Ruby wrappersWilliam S Fulton2013-10-182-3/+1
* Fix unused variable warning in Ruby wrappers when using gcc -WallWilliam S Fulton2013-10-181-1/+1
* Fix for missing C++ code in std::multimap wrappers.William S Fulton2013-08-062-60/+65
* Fix Ruby regression with missing rb_complex_new function.William S Fulton2013-06-071-7/+12
* Patch fixing warning 322 in rubycontainer_extendedNishant Rodrigues2013-04-081-1/+0
* Cosmetic - use C comments instead of C++ comments for recent Ruby changeWilliam S Fulton2013-04-081-2/+4
* Rewrite Ruby's GC_VALUE without use of macros for easier debuggingWilliam S Fulton2013-04-061-97/+88
* More rb_protect rewrite to use rb_rescue for Ruby 1.9William S Fulton2013-04-061-16/+11
* Ruby 1.9 fixes.William S Fulton2013-04-053-8/+17
* Fixes for Ruby 1.9 std::complex wrappers.William S Fulton2013-04-021-35/+49
* Fix seg fault when using STL containers of generic Ruby types, GC_VALUE or LA...William S Fulton2013-03-311-52/+63
* Fix delete_if (reject!) for the STL container wrappers.William S Fulton2013-03-292-21/+33
* Fix typo in comment (swift->swig)Olly Betts2013-03-201-1/+1
* Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtrKlaus Kämpf2012-12-142-5/+1
* Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-2/+2
* Apply patch #3517769 from Robin Stocker to fix compile error on MacRuby using...William S Fulton2012-04-141-1/+1
* Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-203-3/+4
* Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton2012-03-131-0/+30
* Rename python_kwargs testcase to kwargs_feature. Add kwargs_feature to Ruby a...William S Fulton2011-06-131-0/+10
* remove unused macroWilliam S Fulton2011-05-191-63/+0
* Fix import_stl testcaseWilliam S Fulton2011-05-194-57/+59
* patch #3176274 - Ruby typecheck typemap for time_t.William S Fulton2011-02-131-0/+5
* Fix typo "the the" -> "the"Olly Betts2010-10-191-2/+1
* Fix typo in commentOlly Betts2010-10-011-1/+1
* Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-271-8/+8
* Add SWIG_DIRECTOR_CAST recently added to languages needing itWilliam S Fulton2010-04-101-0/+2
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-2712-69/+27
* Various ruby-1.9.x compile fixes including patch from NibbleWilliam S Fulton2010-02-136-10/+14
* Apply patch from Patrick Bennett to fix RARRAY_LEN and RARRAY_PTR usage for R...William S Fulton2010-02-133-22/+16
* consistent inclusion of ruby.hWilliam S Fulton2010-02-131-1/+1
* gcc-4.4 warning fix for rubyWilliam S Fulton2009-12-121-1/+1
* [Ruby] Improve support for Ruby 1.9 under GCC. Addresses part of SF#2859614.Olly Betts2009-12-041-0/+9
* fix SWIG naming conventionWilliam S Fulton2009-08-211-5/+5
* Add Ruby missing methods for vector<bool> specializationWilliam S Fulton2009-08-151-24/+1
* [Ruby] Undefine close and connect macros defined by Ruby APIOlly Betts2009-06-301-0/+6
* [Ruby] Fix to handle FIXNUM values greater than MAXINT passed for a double pa...Olly Betts2009-06-261-1/+1
* undef bind for win32, problem reported by vondruchWilliam S Fulton2009-03-111-0/+3
* correct return type for PyUnicode_GetSizeWilliam S Fulton2009-01-081-1/+1
* Apply patch #2263850 to fix ruby/file.i ... rubyio.h filename change in ruby ...William S Fulton2008-11-231-0/+7
* Fix crashing in the Ruby reject method in the STL wrappersWilliam S Fulton2008-06-211-2/+4