summaryrefslogtreecommitdiff
path: root/Lib/ruby/director.swg
Commit message (Expand)AuthorAgeFilesLines
* Remove the UnknownExceptionHandler director error handling classWilliam S Fulton2019-06-271-37/+0
* Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton2019-06-271-5/+5
* Fixes for Ruby and using -Wmissing-field-initializersWilliam S Fulton2015-12-191-2/+2
* Ruby ownership refactor ready for smart pointersWilliam S Fulton2015-09-141-10/+11
* Fix incorrect commentsOlly Betts2015-05-091-1/+1
* "if (strlen(msg))" -> "if (msg[0])"Olly Betts2014-02-171-1/+1
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-12/+18
* Error out attempting to use directors without -c++William S Fulton2013-12-231-5/+0
* Beautify director.swg filesWilliam S Fulton2013-12-231-115/+80
* Fix typo in comment (swift->swig)Olly Betts2013-03-201-1/+1
* Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-271-8/+8
* Add SWIG_DIRECTOR_CAST recently added to languages needing itWilliam S Fulton2010-04-101-0/+2
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* fix SWIG naming conventionWilliam S Fulton2009-08-211-5/+5
* better director error message formattingWilliam S Fulton2007-04-201-1/+1
* - explicitcall feature removed.William S Fulton2006-09-131-96/+25
* fix for old VC 6.0 and linking issue reported by Roy SuttonMarcelo Matus2006-03-271-50/+43
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-6/+5
* Removed duplicate definition of struct Guard.Charlie Savage2006-01-091-15/+0
* better str_newMarcelo Matus2005-12-311-1/+1
* fix missing __PTHREAD__Marcelo Matus2005-12-281-11/+27
* add missing 'const'Marcelo Matus2005-11-271-1/+1
* fixes for directors + pointersMarcelo Matus2005-11-211-0/+231
* massive typemap unificationMarcelo Matus2005-10-181-22/+74
* fixes for directors and default arguments in the constructorWilliam S Fulton2004-10-211-1/+1
* - Compliance with ISO/IEC 14882:1998(E) 17.4.3.1.2 -> eg double underscores r...William S Fulton2003-09-221-47/+46
* __DIRECTOR__ renamed Swig::DirectorWilliam S Fulton2003-09-221-129/+135
* First round of director modsWilliam S Fulton2003-09-201-7/+0
* Modified how the SWIG_DIRECTOR_EXCEPTION class (and its subclasses) areLogan Johnson2003-06-031-10/+12
* Added include of <assert.h> for Ruby's director.swg.Logan Johnson2003-06-021-0/+1
* A little more work on the Ruby support for C++ polymorphism. ExceptionLogan Johnson2003-04-291-2/+13
* Add inv and outv Ruby typemaps for std::string.Logan Johnson2003-04-261-0/+165