summaryrefslogtreecommitdiff
path: root/Source/Modules/swigmod.h
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-9/+12
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-3/+5
* Add allprotected mode for wrapping protected members when using directorsWilliam S Fulton2008-04-201-2/+4
* Fixed import directive, string access segv bug, SWIG_Octave_{Get,Set}Module b...Xavier Delacour2008-03-091-1/+1
* Fix Octave C support by adding extern "C" around header section. Fix Octave e...Xavier Delacour2008-03-051-1/+9
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Ensure the premature garbage collection prevention parameter (pgcpp) is gener...William S Fulton2007-09-191-0/+3
* Fix director operator pointer castsWilliam S Fulton2006-11-091-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-83/+73
* Directors are output in the order in which they are declared in the C++ class...William S Fulton2006-10-031-1/+1
* - explicitcall feature removed.William S Fulton2006-09-131-0/+3
* cosmeticsWilliam S Fulton2006-03-071-2/+2
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-13/+8
* Deal with Microsofts attempt at deprecating C standard runtime functions for ...William S Fulton2006-02-191-4/+0
* implement the naturalvar feature for global vars in java and csharp, implemen...Marcelo Matus2006-01-281-0/+3
* add the 'naturalvar' option/mode/feature, to allow member variables to be tre...Marcelo Matus2005-12-271-0/+2
* changes to support cast ranking for dispatch and/or overloadingMarcelo Matus2005-12-231-0/+3
* add the fast dispatch option/featureMarcelo Matus2005-12-081-0/+1
* template ext mode on for all languages, not just Python nowWilliam S Fulton2005-04-011-1/+0
* adding missing virtual destructorMarcelo Matus2005-03-021-0/+2
* Add support for the -external-runtime argument and update all language module...John Lenz2005-02-231-0/+2
* tidyupWilliam S Fulton2004-12-061-4/+9
* fix protected constructor by using clean_overloaded to utils.cxxMarcelo Matus2004-12-011-0/+1
* process protected/private basesMarcelo Matus2004-11-151-1/+8
* Revert guile_gh.swg and guile_gh_run.swg to not use new runtime system.John Lenz2004-11-021-0/+1
* Fix directors + protected pure virtual members + protectedMarcelo Matus2004-10-241-0/+6
* fix director + abstract + constructors, reported by Brian KelleyMarcelo Matus2004-10-221-0/+3
* fix SwigValueWrapperMarcelo Matus2004-10-191-3/+1
* Removed ability to share type information by C linkingJohn Lenz2004-10-161-1/+0
* fix empty throw() + directorsMarcelo Matus2004-10-051-0/+1
* Fix for enum forward declarationsWilliam S Fulton2004-08-231-0/+2
* fix java reg. tests and add -directors flagMarcelo Matus2004-04-111-0/+2
* enum support function for looking up the enum node from the symbol table give...William S Fulton2004-04-091-3/+7
* 'const' for parameters of addSymbolHenning Thielemann2004-03-181-5/+5
* bool patch fix. Needed for NextStep.William S Fulton2004-02-191-0/+6
* Overloading fixes for when methods cannot be disambiguated.William S Fulton2004-02-121-1/+1
* Moved non static function declarations from source files into header filesWilliam S Fulton2003-12-281-9/+22
* %rename(x) Foo::y();Marcelo Matus2003-12-101-3/+6
* The dirprot feature is now disabled by default. Added dirprot option and ruby...Marcelo Matus2003-12-091-0/+3
* Fixed bus error. Removed inline functions. Minor cleanup.Dave Beazley2003-12-081-4/+7
* extern method declarations moved to header fileWilliam S Fulton2003-11-181-21/+34
* Director related changes, other edits.Art Yerkes2003-10-221-0/+7
* Removed contract code from swigmod.h. Violates intended modularity of this f...Dave Beazley2003-10-091-34/+0
* new method abstractClassTest - by Scott MichelWilliam S Fulton2003-09-061-0/+1
* Java directors implementation contributed by Scott Michel.William S Fulton2003-09-041-1/+8
* *** empty log message ***Tiger Feng2003-09-011-0/+30
* -outdir commandline option support => directory for proxy class and other lan...William S Fulton2003-08-071-0/+1
* wrap by contract workTiger Feng2003-05-211-0/+3
* Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(),Logan Johnson2003-04-281-1/+1