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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove final remnants of GCJ - jstring.i
William S Fulton
2018-06-15
1
-44
/
+0
*
follow-up typos
luz.paz
2018-05-17
1
-1
/
+1
*
Misc. typos
luz.paz
2018-05-17
2
-2
/
+2
*
Merge pull request #1177 from Sigill/sigabrt_rubyunlinkobject_fix
William S Fulton
2018-01-07
1
-6
/
+7
|
\
|
*
Do not abort when unlinking non-data ruby objects
Cyrille Faucheux
2017-12-27
1
-6
/
+7
*
|
std_basic_string.i fixes
William S Fulton
2018-01-04
1
-36
/
+24
|
/
*
Enhancements for directorin typemaps
William S Fulton
2017-10-16
1
-29
/
+29
*
Director shared_ptr typemaps for scripting languages
William S Fulton
2017-10-13
1
-39
/
+23
*
Merge branch 'radarsat1-fix-null-shared_ptr-directors'
William S Fulton
2017-10-11
1
-16
/
+39
|
\
|
*
Remove duplicate director shared_ptr pointer reference typemaps
William S Fulton
2017-10-11
1
-4
/
+4
|
*
For shared_ptr directorin, make copy of shared_ptr in all cases.
Stephen Sinclair
2017-09-27
1
-3
/
+6
|
*
Add directorin typemap for Python and Ruby shared_ptr.
Stephen Sinclair
2017-09-27
1
-13
/
+33
*
|
Suppress Ruby std::wstring, std::string, std::basic_string warnings
William S Fulton
2017-10-10
3
-3
/
+6
*
|
Remove GCJ support
Olly Betts
2017-10-09
1
-2
/
+0
*
|
Add missing declaration for std::complex
William S Fulton
2017-10-02
1
-0
/
+7
|
/
*
Ruby and Scilab shared_ptr typemap fragment correction
William S Fulton
2017-09-25
1
-9
/
+5
*
Fix overloading of shared_ptr method overloading
William S Fulton
2017-09-23
2
-2
/
+2
*
Fix various comment and documentation typos
Olly Betts
2017-08-13
1
-1
/
+1
*
remove bool from shared_ptr as well.
Mike Romberg
2017-07-03
1
-6
/
+6
*
as() now always throws and never creates an invalid object with memset()
Mike Romberg
2017-07-03
2
-19
/
+14
*
Merge branch 'tamuratak-fix_ruby_wstring'
William S Fulton
2017-06-20
3
-53
/
+90
|
\
|
*
[ruby] use %fragment to clarify the dependency of code.
Takashi Tamura
2017-02-23
2
-3
/
+3
|
*
[ruby] should initialize static variables inside %init{}, in which it will no...
Takashi Tamura
2017-02-22
2
-3
/
+11
|
*
[ruby] * use static variable to avoid creating stirngs every time.
Takashi Tamura
2017-02-21
1
-14
/
+16
|
*
[ruby] add std::wstring tests for string including a null terminator.
Takashi Tamura
2017-02-20
1
-1
/
+1
|
*
[ruby] * rewrite SWIG_AsWCharPtrAndSize and SWIG_FromWCharPtrAndSize
Takashi Tamura
2017-02-20
2
-12
/
+33
|
*
[ruby] use WCHAR_MAX to determine the encoding of std::wstring.
Takashi Tamura
2017-02-19
2
-25
/
+32
|
*
[ruby] add a few tests for std::wstring
Takashi Tamura
2017-02-18
1
-0
/
+4
|
*
[ruby] fix support for std::wstring.
Takashi Tamura
2017-02-18
2
-44
/
+39
*
|
Fix warning in generated code - traits_asptr.
William S Fulton
2017-06-13
1
-1
/
+1
*
|
Merge branch 'tamuratak-fix_ruby_unordered_set'
William S Fulton
2017-04-24
2
-2
/
+2
|
\
\
|
*
|
[ruby] clarify dependency of fragments for unordered_set containers.
Takashi Tamura
2017-04-22
2
-2
/
+2
*
|
|
Merge branch 'tamuratak-fix_ruby_null_shared_ptr'
William S Fulton
2017-04-24
2
-1
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[ruby] treat null shared_ptr in std containers properly.
Takashi Tamura
2017-04-20
2
-1
/
+13
*
|
|
Merge branch 'tamuratak-fix_ruby_director_and_shared_ptr'
William S Fulton
2017-04-21
1
-0
/
+75
|
\
\
\
|
*
|
|
[ruby] delete unnecessary changes.
Takashi Tamura
2017-04-21
1
-16
/
+1
|
*
|
|
[ruby] add %typemap(directorin) for shared_ptr.
Takashi Tamura
2017-04-20
1
-1
/
+25
|
*
|
|
[ruby] add %typemap(directorin) and %typemap(directorout) for shared_ptr.
Takashi Tamura
2017-04-20
1
-13
/
+67
|
*
|
|
[ruby] add %typemap(directorout) for shared_ptr.
Takashi Tamura
2017-04-20
1
-0
/
+12
|
|
/
/
*
|
|
Add assert for invalid NULL type parameter when calling SWIG_Ruby_NewPointerObj.
William S Fulton
2017-04-20
1
-4
/
+5
|
/
/
*
|
Merge branch 'tamuratak-shared_ptr_derived_2'
William S Fulton
2017-04-20
3
-1
/
+144
|
\
\
|
*
|
Correct comment about const removal for shared_ptr
William S Fulton
2017-04-20
1
-4
/
+2
|
*
|
Ruby shared_ptr on error code improvement in traits_as::as
William S Fulton
2017-04-13
1
-4
/
+1
|
*
|
Add support for pointers to shared_ptr and null shared_ptr in Ruby containers
William S Fulton
2017-04-13
1
-26
/
+59
|
*
|
use forward declaration to treat the dependency of fragments
Takashi Tamura
2017-03-29
3
-13
/
+32
|
*
|
Merge remote-tracking branch 'origin/shared_ptr_const_conv' into shared_ptr_d...
Takashi Tamura
2017-03-29
1
-1
/
+9
|
|
\
\
|
|
*
|
[ruby] For swig::from, use template specialization to convert shared_ptr<cons...
Takashi Tamura
2017-03-03
2
-0
/
+17
|
|
|
/
|
*
|
[ruby] must not do a null check for VALUE.
Takashi Tamura
2017-03-07
1
-3
/
+3
|
*
|
[ruby] edit comments [skip ci]
Takashi Tamura
2017-03-02
1
-3
/
+4
|
*
|
[ruby] move template specialization to std_shared_ptr.i.
Takashi Tamura
2017-03-02
2
-74
/
+88
[next]