summaryrefslogtreecommitdiff
path: root/Source/Swig/typeobj.c
Commit message (Expand)AuthorAgeFilesLines
* Use strchr/Strchr for single character searchesOlly Betts2023-05-151-1/+1
* Fix instantiation of variadic class templatesWilliam S Fulton2022-12-291-13/+30
* Support multiple arguments in variadic templates.William S Fulton2022-12-221-0/+41
* Optimise SwigType_base implementationWilliam S Fulton2022-11-231-14/+3
* Fix seg fault handling template parameter expressions containing '>='William S Fulton2022-11-221-10/+12
* Fix seg fault handling template parameter expressions containing '<='William S Fulton2022-11-221-5/+8
* Improve director unwrap detection for the return typeWilliam S Fulton2022-10-101-43/+0
* Merge branch 'director-unwrap-result'William S Fulton2022-10-071-0/+84
|\
| * Merge branch 'master' into director-unwrap-resultOlly Betts2022-03-011-0/+5
| |\
| * | Unwrap director classes only when returning a pointer or reference to an objectThomas Reitmayr2020-06-201-0/+84
* | | Use https for swig.org linksOlly Betts2022-10-061-1/+1
* | | Fix previous commitOlly Betts2022-03-201-2/+2
* | | [ci] Try to fix failing appveyor python buildsOlly Betts2022-03-201-2/+2
* | | Eliminate calls to abort()Olly Betts2022-03-061-15/+20
| |/ |/|
* | Fix few unused variable warningsMichel Zou2021-03-071-0/+5
|/
* Workaround spurious gcc warning [-Woverlength]William S Fulton2017-09-201-2/+1
* Improve ref-qualifier implementationWilliam S Fulton2017-08-301-9/+72
* Fix support for member const function pointer variablesWilliam S Fulton2017-08-301-1/+1
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-031-5/+5
* Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-40/+38
|\
| * Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru2013-03-081-2/+0
| * Cosmetic changes in SwigType_add_qualifierWilliam S Fulton2013-02-211-16/+10
| * Fix qualifier parsing in SwigType_add_qualifier()Karl Wette2013-02-191-36/+42
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-44/+75
|\ \ | |/
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * Remove some possible buffer overflowsWilliam S Fulton2012-11-181-18/+19
| * Consider strchr failing in a few placesWilliam S Fulton2012-11-161-8/+14
| * Fix incorrect typemaps being used for a symbol within a templated typeWilliam S Fulton2011-06-201-0/+26
| * constify SwigType * in many placesWilliam S Fulton2010-12-151-15/+15
* | merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-0/+65
|\ \ | |/
| * Typemap matching rules enhancement for non-default typemaps. Previously all q...William S Fulton2010-05-021-0/+59
| * Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-0/+6
* | merge revisions 11243-11872 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-5/+27
|\ \ | |/
| * SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
| * Remove unnecessary duplicate typemap lookupWilliam S Fulton2010-01-291-0/+21
| * Add another example for clarification in SwigType_templateprefix()William S Fulton2010-01-281-3/+2
| * Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton2010-01-041-2/+4
* | Improved C++0x rvalue reference implementation differentiating lvalue and rva...William S Fulton2010-07-181-0/+39
* | merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton2010-03-061-2/+6
|/
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-5/+5
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-1/+2
* Add some generic function pointer supportWilliam S Fulton2008-02-271-0/+32
* Alter SwigType_parmlist to return an empty list if there are no parameters, r...William S Fulton2008-02-131-6/+11
* Add some comments. Add extra assertions in SwigType_parmlistWilliam S Fulton2007-12-161-8/+26
* Fix many instances of "delimeter" to "delimiter".Olly Betts2007-10-081-1/+1
* Ensure the premature garbage collection prevention parameter (pgcpp) is gener...William S Fulton2007-09-191-0/+17
* Eliminated use of swigkeys.h/.c files.Dave Beazley2007-01-031-5/+4
* Changed Header keyword to Id for SVNDave Beazley2006-12-051-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-238/+248