summaryrefslogtreecommitdiff
path: root/Source/Modules/ruby.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix ODR violationsOlly Betts2021-09-201-0/+2
* Remove support for $source and $targetOlly Betts2021-04-301-28/+4
* Improve description of cast macros for RubyThomas Reitmayr2020-01-041-7/+5
* Move new macros for Ruby to their dedicated namespaceThomas Reitmayr2020-01-031-1/+1
* Add support for Ruby 2.7Thomas Reitmayr2019-12-311-13/+9
* Fix code generated for Ruby global variablesThomas Reitmayr2019-10-271-10/+26
* Harmonize parameters in autodoc in Ruby and Octave with PythonVadim Zeitlin2019-01-211-10/+12
* Fix Ruby docstring feature.William S Fulton2019-01-051-24/+13
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-131-14/+7
* Revert "Remove -cppcast and -nocppcast command line options"William S Fulton2018-11-061-7/+14
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-061-14/+7
* Misc. typosluz.paz2018-05-171-1/+1
* Merge branch 'goatshriek-ruby-alias'William S Fulton2018-04-071-1/+7
|\
| * Fix ruby %alias directive for native c functionsJoel Anderson2018-03-221-1/+7
* | [Ruby] Pass Qnil instead of NULL to rb_funcall()Olly Betts2018-04-031-1/+1
|/
* Generation of director method declarations fixesWilliam S Fulton2017-10-231-4/+4
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-1/+1
* Fix potential use of uninitialized variables in directorsWilliam S Fulton2017-05-131-3/+13
* #526 : propagate c++11 noexcept to director classesChristophe Duvernois2017-04-271-0/+4
* Fix GCC 7 warningsOlly Betts2016-12-211-2/+1
* Fix "set but not used" warningOlly Betts2016-12-131-1/+1
* Remove unused kwnames generated variable in Ruby wrappersWilliam S Fulton2016-05-281-1/+3
* Merge branch 'tamuratak-master'William S Fulton2016-05-171-5/+6
|\
| * Revert introduction of minor memory leak in Ruby wrappersWilliam S Fulton2016-05-171-1/+5
| * ruby: use nodeType attribute to determine whether functions are constructors.Takashi Tamura2016-04-081-5/+2
* | Merge branch 'ruby-module-docstring'William S Fulton2016-05-171-0/+12
|\ \ | |/ |/|
| * Ruby module docstring avoid memory leakAurelien Jacobs2016-01-121-2/+4
| * Ruby add support for docstring option in %module()Aurelien Jacobs2016-01-111-0/+10
* | Multiple inheritance warning wording tweakWilliam S Fulton2016-03-061-1/+1
* | Fix typo: "neccessary" -> "necessary"Olly Betts2016-01-121-1/+1
|/
* Alternative solution for Ruby unbalanced bracesWilliam S Fulton2016-01-101-5/+4
* Ruby fix unbalanced braces causing issue with the YARD parserAurelien Jacobs2016-01-091-0/+3
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-221-2/+1
* Ruby shared_ptr fixes for use with minheritWilliam S Fulton2015-10-011-10/+8
* Fix Ruby smartptr feature for classes in a namespaceWilliam S Fulton2015-09-251-2/+3
* Add Ruby shared_ptr supportWilliam S Fulton2015-09-251-5/+31
* Ruby free function declaration changeWilliam S Fulton2015-09-141-1/+3
* Fix ruby warning using clang in director exception codeWilliam S Fulton2015-08-311-0/+1
* 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