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
/
Source
/
Modules
/
ruby.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcc-5.1 warning fixes
William S Fulton
2015-04-26
1
-4
/
+2
*
Fix C&P references to Python in comments
Olly Betts
2015-03-27
1
-2
/
+2
*
Create director_common.swg for language-indep code
Olly Betts
2015-03-12
1
-0
/
+1
*
The kwargs feature no longer turns on compactdefaultargs for languages that d...
William S Fulton
2014-10-21
1
-0
/
+8
*
Eliminate needless casting away const from string constants
Olly Betts
2014-04-30
1
-2
/
+2
*
Merge branch 'master' into gsoc2009-matevz
William S Fulton
2013-10-10
1
-6
/
+2
|
\
|
*
Fix a const_cast in generated code that was generating a <:: digraph when usi...
William S Fulton
2013-07-01
1
-1
/
+1
|
*
Apply patch SF #334 - Fix Python default value conversions TRUE->True, FALSE-...
William S Fulton
2013-01-29
1
-5
/
+1
*
|
Merge branch 'master' into gsoc2009-matevz
William S Fulton
2013-01-28
1
-280
/
+296
|
\
\
|
|
/
|
*
Remove cvs/svn Id strings
William S Fulton
2013-01-12
1
-2
/
+0
|
*
Remove some unused code and pointless variable assignments
William S Fulton
2012-11-23
1
-5
/
+1
|
*
Remove unnecessary null checks or fix potential null dereferences
William S Fulton
2012-11-20
1
-9
/
+11
|
*
Fix uninitialised member var
William S Fulton
2012-11-19
1
-5
/
+11
|
*
Fix segfaults when using filename paths greater than 1024 characters in lengt...
William S Fulton
2012-11-18
1
-2
/
+5
|
*
Fix Coverity 'Uninitialized pointer fields' - member variables are now initia...
William S Fulton
2012-11-14
1
-27
/
+31
|
*
Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...
William S Fulton
2012-11-14
1
-2
/
+1
|
*
Cosmetic variable renaming for consistency across language modules
William S Fulton
2012-10-27
1
-6
/
+6
|
*
Fix director typemap searching so that a typemap specified with a name will b...
William S Fulton
2012-10-27
1
-38
/
+9
|
*
Fix regression introduced in r12784
William S Fulton
2011-12-22
1
-2
/
+0
|
*
Remove warning: 'self' is a ruby keyword, renaming to 'C_self' since improvin...
William S Fulton
2011-12-21
1
-10
/
+7
|
*
Correct special variables in 'directorargout' typemap. This change will break...
William S Fulton
2011-12-20
1
-30
/
+12
|
*
same class name in different namespaces confusion when using multiple modules.
William S Fulton
2011-11-13
1
-1
/
+1
|
*
Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...
William S Fulton
2011-10-30
1
-27
/
+28
|
*
Add in $symname expansion for director methods
William S Fulton
2011-08-04
1
-0
/
+2
|
*
Repeat autodoc fixes for Octave and Ruby as done previously for Python
William S Fulton
2011-06-13
1
-105
/
+160
|
*
Rename python_kwargs testcase to kwargs_feature. Add kwargs_feature to Ruby a...
William S Fulton
2011-06-13
1
-1
/
+1
|
*
Remove redundant code highlighted by warnings in gcc-4.6
William S Fulton
2011-03-14
1
-6
/
+0
|
*
Better consistency in usage display
William S Fulton
2011-03-09
1
-5
/
+6
|
*
[Ruby] Avoid segfault when a method node has no parentNode (SF#3034054).
Olly Betts
2010-10-01
1
-2
/
+9
|
*
Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE,...
William S Fulton
2010-09-21
1
-1
/
+1
|
*
Fix undefined behaviour
William S Fulton
2010-09-14
1
-14
/
+0
|
*
Fix undefined behaviour with Ruby and autodoc generation
William S Fulton
2010-09-14
1
-0
/
+14
*
|
Improve nullptr constant wrapping
William S Fulton
2012-09-20
1
-1
/
+1
|
/
*
code style: fix inconsistent NULL pointer comparisons
William S Fulton
2010-06-17
1
-6
/
+6
*
Apply Ubuntu patch to fix Ruby and std::vector wrappers with -minherit.
William S Fulton
2010-04-09
1
-1
/
+5
*
minor ruby cleanup
William S Fulton
2010-03-13
1
-2
/
+2
*
add some missing nspace support
William S Fulton
2010-03-10
1
-3
/
+3
*
Add improved namespace support - the nspace feature, working for Java only at...
William S Fulton
2010-03-04
1
-2
/
+2
*
SWIG license change - Source moves to GPLv3
William S Fulton
2010-02-27
1
-2
/
+6
*
remove some unnecessary casts
William S Fulton
2010-02-11
1
-3
/
+3
*
Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...
William S Fulton
2010-01-04
1
-2
/
+2
*
remove extra lookup of directorout typemap
William S Fulton
2009-06-05
1
-5
/
+0
*
Fix #2676738 SWIG generated symbol name clashes.
William S Fulton
2009-03-12
1
-12
/
+12
*
add new %begin directive for inserting code at top of wrapper file
William S Fulton
2009-02-20
1
-18
/
+26
*
Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...
Haoyu Bai
2009-01-24
1
-8
/
+8
*
All languages now define a macro in the generated C/C++ wrapper file indicati...
William S Fulton
2008-12-30
1
-0
/
+2
*
customised ccache support: read the CCACHE_OUTFILES env variable and if exist...
William S Fulton
2008-11-03
1
-2
/
+2
*
Remove some vc++ /W4 warnings
William S Fulton
2008-06-21
1
-5
/
+5
*
Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...
William S Fulton
2008-05-15
1
-9
/
+9
*
Add the optimal attribute to the out typemap for more optimal code generation...
William S Fulton
2008-05-14
1
-62
/
+69
[next]