summaryrefslogtreecommitdiff
path: root/Source/Modules/ruby.cxx
Commit message (Expand)AuthorAgeFilesLines
* merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license c...William S Fulton2010-03-061-2/+6
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-211-44/+49
* Merged revisions 10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-...Jan Jezabek2008-06-241-5/+5
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-71/+78
* enforce consistency in wrap:action wrt line spacingWilliam S Fulton2008-05-011-4/+4
* Set wrap:name for variables for use in special variableWilliam S Fulton2008-02-271-0/+2
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-251-1/+2
* remove some cruft possibly causing problems on old compilersWilliam S Fulton2008-01-311-1/+0
* Removed useless VALUE parent = Qnil; which wasGonzalo Garramuno2007-11-121-1/+0
* warning fixesWilliam S Fulton2007-10-221-2/+2
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Remove bogus unused parameter from Printf call.Olly Betts2007-08-231-2/+2
* Fix a bunch of minor bugs found by Coverity scannerJohn Lenz2007-08-101-0/+9
* Re-add missing \n to deprecation warning for -feature, which got revertedOlly Betts2007-05-091-2/+2
* Fix unused parameters passed to Printf().Olly Betts2007-05-091-6/+4
* Changed -init_name to -initname per William's Gonzalo Garramuno2007-05-091-4/+4
* Add missing \n to deprecation warning for -feature, and fix terminologyOlly Betts2007-05-081-2/+2
* Applied Olly's patch for protoTypes, which couldGonzalo Garramuno2007-05-081-1/+14
* Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno2007-05-041-1/+1
* Removed some bloat from repeated autodoc comments.Gonzalo Garramuno2007-05-041-8/+41
* Overloaded parameters printed for static functionsGonzalo Garramuno2007-05-031-1/+3
* Refactored the overloaded method error intoGonzalo Garramuno2007-05-031-7/+4
* Changed name of variable msg to swigMsg to avoid Gonzalo Garramuno2007-05-031-2/+2
* Fixed a minor issue in the test-suite regardingGonzalo Garramuno2007-05-031-21/+20
* Improved overload method mismatch error withGonzalo Garramuno2007-05-031-6/+54
* Made rdoc documentation spit the full name ofGonzalo Garramuno2007-05-031-6/+5
* Better autodocs.Gonzalo Garramuno2007-05-031-21/+58
* git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9758 626c5289...Gonzalo Garramuno2007-05-031-10/+1
* Added support for inheritance in class description,Gonzalo Garramuno2007-05-031-14/+66
* Made autodoc ignore numinputs=0.Gonzalo Garramuno2007-05-021-2/+11
* Improved autodoc documentation for standard ruby methodsGonzalo Garramuno2007-05-021-51/+31
* Improvements to ruby's autodocumentation.Gonzalo Garramuno2007-05-021-0/+3
* Improved rdoc generation.Gonzalo Garramuno2007-05-021-49/+173
* STL stream support for Ruby.Gonzalo Garramuno2007-05-021-1/+416
* Fixed a bug with argout values being incorrectlyGonzalo Garramuno2007-05-011-1/+14
* Updated CHANGES.current.Gonzalo Garramuno2007-04-301-5/+6
* Fixed incorrect outputing of free_* functionsGonzalo Garramuno2007-04-291-5/+8
* Updated "asvoid" to become "numoutputs" as documented.Gonzalo Garramuno2007-04-291-1/+1
* Fixed ruby's newobject1 and newobject2 demos.Gonzalo Garramuno2007-04-281-8/+23
* %extend for static member varibles work in progress ... more consistent code ...William S Fulton2006-12-051-2/+6
* Fix director operator pointer castsWilliam S Fulton2006-11-091-14/+7
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-720/+642
* %ignore and virtual director methods fix - problem reported by Roy SuttonWilliam S Fulton2006-10-211-1/+1
* remove unused variable in generated director codeWilliam S Fulton2006-10-191-1/+0
* Removed #include <string> & <iostream> which stopped compilation under mingwMark Gossage2006-10-181-2/+0
* Fix #1505594 director objects not returned as director objects in %extend met...William S Fulton2006-10-121-1/+1
* Fix virtual conversion operators for directorsWilliam S Fulton2006-10-041-2/+8
* director error message fixes to correctly generate templated class namesWilliam S Fulton2006-10-041-4/+5
* Fix uncompileable code when overloaded methods are used with the director:exc...William S Fulton2006-10-031-5/+19
* More %ignore director fixesWilliam S Fulton2006-09-271-188/+205