index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
ruby
/
rubyrun.swg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Ruby 3.2 warning "undefining the allocator of T_DATA class swig_runtime_d...
Robin Stocker
2022-04-12
1
-0
/
+1
*
Ruby: Fix warnings in generated code about missing parameter in variadic macro
Thomas Reitmayr
2022-01-29
1
-1
/
+1
*
fix #1199
Viktor Gal
2020-02-01
1
-0
/
+2
*
[ruby] check whether object is of RTypedData using RTYPEDDATA_P.
Takashi Tamura
2019-02-22
1
-2
/
+2
*
Fix overloading for non-pointers and NULL - Ruby
William S Fulton
2018-12-29
1
-1
/
+1
*
Fix various comment and documentation typos
Olly Betts
2017-08-13
1
-1
/
+1
*
Add assert for invalid NULL type parameter when calling SWIG_Ruby_NewPointerObj.
William S Fulton
2017-04-20
1
-4
/
+5
*
[ruby] must not do null check for VALUE obj, which can be 0x0 == Qfalse, a va...
Takashi Tamura
2017-03-06
1
-1
/
+1
*
Ruby opaque pointer handling regression fix
William S Fulton
2016-05-24
1
-4
/
+8
*
Fixes for Ruby and using -Wmissing-field-initializers
William S Fulton
2015-12-19
1
-1
/
+1
*
SWIG_Ruby_ConvertPtrAndOwn changes for smartptr feature
William S Fulton
2015-09-25
1
-15
/
+21
*
Ruby ownership refactor ready for smart pointers
William S Fulton
2015-09-14
1
-11
/
+16
*
Fix some gcc -Wall unused warnings in the Ruby wrappers
William S Fulton
2013-10-18
1
-2
/
+1
*
Ruby 1.9 fixes.
William S Fulton
2013-04-05
1
-2
/
+2
*
Fix for gcc warning -Wunused-value without triggering -Wunused-parameter
William S Fulton
2012-09-07
1
-2
/
+2
*
Apply patch #3517769 from Robin Stocker to fix compile error on MacRuby using...
William S Fulton
2012-04-14
1
-1
/
+1
*
SWIG license change - The Examples and Lib move to a very permissive license ...
William S Fulton
2010-02-27
1
-3
/
+0
*
Various ruby-1.9.x compile fixes including patch from Nibble
William S Fulton
2010-02-13
1
-1
/
+1
*
gcc-4.4 warning fix for ruby
William S Fulton
2009-12-12
1
-1
/
+1
*
Add newmemory parameter for SWIG_TypeCast
William S Fulton
2008-02-10
1
-1
/
+5
*
Revered _mSWIG to rubyhead.swg as some tests would fail.
Gonzalo Garramuno
2007-09-04
1
-3
/
+2
*
Moved _mSWIG to rubyrun.swg with all other static
Gonzalo Garramuno
2007-09-04
1
-2
/
+6
*
Silly gcc was complaining about static initializers when
Gonzalo Garramuno
2007-09-04
1
-6
/
+7
*
Moved some of the common checks for methods/procs and arity
Gonzalo Garramuno
2007-07-24
1
-0
/
+36
*
Added constructor that can take functors to all
Gonzalo Garramuno
2007-05-06
1
-12
/
+0
*
Rename fixes to STL.
Gonzalo Garramuno
2007-05-05
1
-5
/
+5
*
Improved algorithm of renaming of methods with numbers at the end.
Gonzalo Garramuno
2007-05-04
1
-0
/
+13
*
Better autodocs.
Gonzalo Garramuno
2007-05-03
1
-6
/
+0
*
Minor cleanup. Mode RUBY_INIT_STACK macro
Gonzalo Garramuno
2007-04-29
1
-12
/
+5
*
Fixed typo for RUBY_EMBEDDED.
Gonzalo Garramuno
2007-04-29
1
-1
/
+1
*
Added support to avoid swig director type mismatch errors
Gonzalo Garramuno
2007-04-29
1
-3
/
+12
*
Improved ruby trackings across DSOs, removing the
Gonzalo Garramuno
2007-04-29
1
-2
/
+4
*
Fixed ruby's newobject1 and newobject2 demos.
Gonzalo Garramuno
2007-04-28
1
-4
/
+34
*
Support building with recent versions of the Ruby 1.9 development branch.
Olly Betts
2006-09-23
1
-1
/
+1
*
cosmetics
William S Fulton
2006-03-07
1
-7
/
+3
*
Common template for head of each file detailing licence, distribution and aut...
William S Fulton
2006-03-07
1
-1
/
+7
*
Fixed a bug in Ruby's object tracking functionality. Previously, an object c...
Charlie Savage
2006-02-22
1
-1
/
+10
*
fix seg. fault for void types
Marcelo Matus
2006-02-03
1
-0
/
+3
*
fix -external-runtime and warning arounds in subversion
Marcelo Matus
2006-02-01
1
-1
/
+26
*
Added SWIG_POINTER_EXCEPTION for backwards compatibility.
Charlie Savage
2006-01-13
1
-0
/
+3
*
Added SWIG_ObjectPreviouslyDeletedError for Ruby. This error happens when a ...
Charlie Savage
2006-01-10
1
-3
/
+4
*
Reimplementation of tracking objects in Ruby. Instead of passing the $track ...
Charlie Savage
2005-12-27
1
-28
/
+33
*
fix for ruby -w
Marcelo Matus
2005-12-08
1
-0
/
+7
*
fixes for directors + pointers
Marcelo Matus
2005-11-21
1
-6
/
+25
*
prevents ConvertPtr to modified the result when fails
Marcelo Matus
2005-10-31
1
-3
/
+5
*
Perl added to the Unified typemap library, cleaner way to use the library, an...
Marcelo Matus
2005-10-24
1
-6
/
+6
*
finishing the first stage of the typemap unification scheme, fixing issues wi...
Marcelo Matus
2005-10-20
1
-19
/
+25
*
more typemaps unification and fixes for valgrind
Marcelo Matus
2005-10-19
1
-1
/
+1
*
massive typemap unification
Marcelo Matus
2005-10-18
1
-0
/
+289