summaryrefslogtreecommitdiff
path: root/Source/Modules/overload.cxx
Commit message (Expand)AuthorAgeFilesLines
* Python fastdispatch error message improvementsWilliam S Fulton2018-08-101-9/+10
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-2/+4
* Improve ref-qualifier implementationWilliam S Fulton2017-08-301-3/+15
* Fixing implicitconv handling for fastdispatch and castmodeAlec Cooper2016-06-231-2/+14
* Clearer warning message for badly constructed typecheck typemapsWilliam S Fulton2015-04-141-2/+2
* %implicitconv is improved for overloaded functions.William S Fulton2013-08-281-5/+58
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* Fix partial overloading warning messages appearingWilliam S Fulton2011-03-111-3/+6
* Fix #3184549 - vararg functions and function overloading when using the -fast...William S Fulton2011-02-181-24/+9
* Add support for the Go programming language.Ian Lance Taylor2010-06-101-1/+1
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* Fix a few inconsistencies in reporting of file/line numberings including modi...William S Fulton2010-01-091-14/+18
* remove some debugging cruftWilliam S Fulton2009-07-261-2/+2
* fix some overloaded warning messages when templates are usedWilliam S Fulton2009-07-261-2/+2
* Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/Miklos Vajna2009-07-221-1/+5
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-4/+4
* simpler error display for method names using new Swig_name_decl()William S Fulton2008-02-281-30/+24
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* dead code fixesWilliam S Fulton2007-07-171-1/+1
* Remove unused Printf parameters from cut-and-pasting codeOlly Betts2007-05-171-6/+6
* API cleanup (Parms)Dave Beazley2007-01-101-11/+11
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-316/+314
* Fix buffer overrun reported by M Edward BoraskyWilliam S Fulton2006-10-081-1/+2
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-8/+6
* fix unused variableMarcelo Matus2006-02-051-1/+1
* Visual Studio warning fixWilliam S Fulton2006-01-101-1/+1
* idenitfy the exact cast case (minimum rank possible) and dispatch inmediatlyMarcelo Matus2005-12-281-1/+7
* add 'implicitconv' supportMarcelo Matus2005-12-271-1/+21
* add castmode in python and cleaning the castdispatch mechanismMarcelo Matus2005-12-231-5/+5
* changes to support cast ranking for dispatch and/or overloadingMarcelo Matus2005-12-231-6/+11
* add Swig_overload_dispatch_cast for dispacth with castingMarcelo Matus2005-12-211-0/+166
* 'oficially' add fastdispatch optionMarcelo Matus2005-12-081-4/+9
* add the fast dispatch option/featureMarcelo Matus2005-12-081-4/+161
* fix many/many memory leaksMarcelo Matus2005-11-301-0/+1
* add warning for when you define a 'in' typemap but not an explicit 'typecheck...Marcelo Matus2005-10-131-0/+7
* add more missing DeletesMarcelo Matus2005-03-141-2/+2
* minor change in warning messageWilliam S Fulton2004-10-161-2/+2
* code comment addedWilliam S Fulton2004-10-041-2/+4
* Fix for gcc-3.4.0William S Fulton2004-05-311-1/+1
* Overloading fixes for when methods cannot be disambiguated.William S Fulton2004-02-121-46/+106
* extern method declarations moved to header fileWilliam S Fulton2003-11-181-2/+0
* Director related changes, other edits.Art Yerkes2003-10-221-6/+13
* Fixed problem with smart pointers and overloaded static methods.Dave Beazley2003-10-141-6/+13
* Allow number of arguments replacement when overloading.Jonah Beckford2003-02-151-4/+22
* File moveDave Beazley2002-12-031-0/+338