summaryrefslogtreecommitdiff
path: root/Lib/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Ruby and using -Wmissing-field-initializersWilliam S Fulton2015-12-193-15/+15
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-121-8/+8
* Limited Python/Ruby support for boost::arrayWilliam S Fulton2015-11-271-2/+2
* Ruby STL container setting slices fixesWilliam S Fulton2015-11-252-11/+14
* Ruby STL container ranges and slices fixes.William S Fulton2015-11-252-39/+51
* Ruby STL container negative indexing support improvedWilliam S Fulton2015-11-251-7/+5
* Add Ruby std_array.i - std::array wrappersWilliam S Fulton2015-11-252-41/+161
* SWIG_Ruby_ConvertPtrAndOwn changes for smartptr featureWilliam S Fulton2015-09-251-15/+21
* shared_ptr typemap error message fix for global variablesWilliam S Fulton2015-09-251-2/+4
* Add Ruby shared_ptr typemapsWilliam S Fulton2015-09-252-0/+323
* Ruby ownership refactor ready for smart pointersWilliam S Fulton2015-09-142-21/+27
* Ruby trackings bug fix support for 1.8William S Fulton2015-09-131-0/+5
* Ruby trackings patch tidy up and add changes entryWilliam S Fulton2015-09-131-9/+7
* Fix Ruby tracking code to use C hashKlaus Kämpf2015-09-131-78/+49
* Fix incorrect commentsOlly Betts2015-05-091-1/+1
* 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