summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubyrun.swg
Commit message (Expand)AuthorAgeFilesLines
* fix #1199Viktor Gal2020-02-011-0/+2
* [ruby] check whether object is of RTypedData using RTYPEDDATA_P.Takashi Tamura2019-02-221-2/+2
* Fix overloading for non-pointers and NULL - RubyWilliam S Fulton2018-12-291-1/+1
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* Add assert for invalid NULL type parameter when calling SWIG_Ruby_NewPointerObj.William S Fulton2017-04-201-4/+5
* [ruby] must not do null check for VALUE obj, which can be 0x0 == Qfalse, a va...Takashi Tamura2017-03-061-1/+1
* Ruby opaque pointer handling regression fixWilliam S Fulton2016-05-241-4/+8
* Fixes for Ruby and using -Wmissing-field-initializersWilliam S Fulton2015-12-191-1/+1
* SWIG_Ruby_ConvertPtrAndOwn changes for smartptr featureWilliam S Fulton2015-09-251-15/+21
* Ruby ownership refactor ready for smart pointersWilliam S Fulton2015-09-141-11/+16
* Fix some gcc -Wall unused warnings in the Ruby wrappersWilliam S Fulton2013-10-181-2/+1
* Ruby 1.9 fixes.William S Fulton2013-04-051-2/+2
* 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
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Various ruby-1.9.x compile fixes including patch from NibbleWilliam S Fulton2010-02-131-1/+1
* gcc-4.4 warning fix for rubyWilliam S Fulton2009-12-121-1/+1
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+5
* Revered _mSWIG to rubyhead.swg as some tests would fail.Gonzalo Garramuno2007-09-041-3/+2
* Moved _mSWIG to rubyrun.swg with all other staticGonzalo Garramuno2007-09-041-2/+6
* Silly gcc was complaining about static initializers whenGonzalo Garramuno2007-09-041-6/+7
* Moved some of the common checks for methods/procs and arityGonzalo Garramuno2007-07-241-0/+36
* Added constructor that can take functors to allGonzalo Garramuno2007-05-061-12/+0
* Rename fixes to STL.Gonzalo Garramuno2007-05-051-5/+5
* Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno2007-05-041-0/+13
* Better autodocs.Gonzalo Garramuno2007-05-031-6/+0
* Minor cleanup. Mode RUBY_INIT_STACK macroGonzalo Garramuno2007-04-291-12/+5
* Fixed typo for RUBY_EMBEDDED.Gonzalo Garramuno2007-04-291-1/+1
* Added support to avoid swig director type mismatch errorsGonzalo Garramuno2007-04-291-3/+12
* Improved ruby trackings across DSOs, removing theGonzalo Garramuno2007-04-291-2/+4
* Fixed ruby's newobject1 and newobject2 demos.Gonzalo Garramuno2007-04-281-4/+34
* Support building with recent versions of the Ruby 1.9 development branch.Olly Betts2006-09-231-1/+1
* cosmeticsWilliam S Fulton2006-03-071-7/+3
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-1/+7
* Fixed a bug in Ruby's object tracking functionality. Previously, an object c...Charlie Savage2006-02-221-1/+10
* fix seg. fault for void typesMarcelo Matus2006-02-031-0/+3
* fix -external-runtime and warning arounds in subversionMarcelo Matus2006-02-011-1/+26
* Added SWIG_POINTER_EXCEPTION for backwards compatibility.Charlie Savage2006-01-131-0/+3
* Added SWIG_ObjectPreviouslyDeletedError for Ruby. This error happens when a ...Charlie Savage2006-01-101-3/+4
* Reimplementation of tracking objects in Ruby. Instead of passing the $track ...Charlie Savage2005-12-271-28/+33
* fix for ruby -wMarcelo Matus2005-12-081-0/+7
* fixes for directors + pointersMarcelo Matus2005-11-211-6/+25
* prevents ConvertPtr to modified the result when failsMarcelo Matus2005-10-311-3/+5
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-6/+6
* finishing the first stage of the typemap unification scheme, fixing issues wi...Marcelo Matus2005-10-201-19/+25
* more typemaps unification and fixes for valgrindMarcelo Matus2005-10-191-1/+1
* massive typemap unificationMarcelo Matus2005-10-181-0/+289