summaryrefslogtreecommitdiff
path: root/Source/Modules/ruby.cxx
Commit message (Expand)AuthorAgeFilesLines
* gcc-5.1 warning fixesWilliam S Fulton2015-04-261-4/+2
* Fix C&P references to Python in commentsOlly Betts2015-03-271-2/+2
* Create director_common.swg for language-indep codeOlly Betts2015-03-121-0/+1
* The kwargs feature no longer turns on compactdefaultargs for languages that d...William S Fulton2014-10-211-0/+8
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-2/+2
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-6/+2
|\
| * Fix a const_cast in generated code that was generating a <:: digraph when usi...William S Fulton2013-07-011-1/+1
| * Apply patch SF #334 - Fix Python default value conversions TRUE->True, FALSE-...William S Fulton2013-01-291-5/+1
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-280/+296
|\ \ | |/
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * Remove some unused code and pointless variable assignmentsWilliam S Fulton2012-11-231-5/+1
| * Remove unnecessary null checks or fix potential null dereferencesWilliam S Fulton2012-11-201-9/+11
| * Fix uninitialised member varWilliam S Fulton2012-11-191-5/+11
| * Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton2012-11-181-2/+5
| * Fix Coverity 'Uninitialized pointer fields' - member variables are now initia...William S Fulton2012-11-141-27/+31
| * Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-2/+1
| * Cosmetic variable renaming for consistency across language modulesWilliam S Fulton2012-10-271-6/+6
| * Fix director typemap searching so that a typemap specified with a name will b...William S Fulton2012-10-271-38/+9
| * Fix regression introduced in r12784William S Fulton2011-12-221-2/+0
| * Remove warning: 'self' is a ruby keyword, renaming to 'C_self' since improvin...William S Fulton2011-12-211-10/+7
| * Correct special variables in 'directorargout' typemap. This change will break...William S Fulton2011-12-201-30/+12
| * same class name in different namespaces confusion when using multiple modules.William S Fulton2011-11-131-1/+1
| * Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-27/+28
| * Add in $symname expansion for director methodsWilliam S Fulton2011-08-041-0/+2
| * Repeat autodoc fixes for Octave and Ruby as done previously for PythonWilliam S Fulton2011-06-131-105/+160
| * Rename python_kwargs testcase to kwargs_feature. Add kwargs_feature to Ruby a...William S Fulton2011-06-131-1/+1
| * Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-6/+0
| * Better consistency in usage displayWilliam S Fulton2011-03-091-5/+6
| * [Ruby] Avoid segfault when a method node has no parentNode (SF#3034054).Olly Betts2010-10-011-2/+9
| * Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE,...William S Fulton2010-09-211-1/+1
| * Fix undefined behaviourWilliam S Fulton2010-09-141-14/+0
| * Fix undefined behaviour with Ruby and autodoc generationWilliam S Fulton2010-09-141-0/+14
* | Improve nullptr constant wrappingWilliam S Fulton2012-09-201-1/+1
|/
* code style: fix inconsistent NULL pointer comparisonsWilliam S Fulton2010-06-171-6/+6
* Apply Ubuntu patch to fix Ruby and std::vector wrappers with -minherit.William S Fulton2010-04-091-1/+5
* minor ruby cleanupWilliam S Fulton2010-03-131-2/+2
* add some missing nspace supportWilliam S Fulton2010-03-101-3/+3
* Add improved namespace support - the nspace feature, working for Java only at...William S Fulton2010-03-041-2/+2
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* remove some unnecessary castsWilliam S Fulton2010-02-111-3/+3
* Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton2010-01-041-2/+2
* remove extra lookup of directorout typemapWilliam S Fulton2009-06-051-5/+0
* Fix #2676738 SWIG generated symbol name clashes.William S Fulton2009-03-121-12/+12
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-201-18/+26
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-8/+8
* All languages now define a macro in the generated C/C++ wrapper file indicati...William S Fulton2008-12-301-0/+2
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-031-2/+2
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-5/+5
* Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...William S Fulton2008-05-151-9/+9
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-62/+69