summaryrefslogtreecommitdiff
path: root/Source/Swig/typemap.c
Commit message (Expand)AuthorAgeFilesLines
* Typemap attribute fixesWilliam S Fulton2015-07-241-36/+49
* Support special variable expansion in special variable macros in typemap attr...William S Fulton2015-07-221-16/+31
* Enable variable and typemap substitution in typemap kwargs, and a test that v...Lindley French2015-07-221-0/+28
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-031-4/+4
* Add a few more types for the code beautifierWilliam S Fulton2013-12-021-1/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-79/+132
|\
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * Remove pointless null checkWilliam S Fulton2012-11-181-1/+1
| * Remove pointless null pointer check - Coverity REVERSE_INULL.William S Fulton2012-11-161-1/+1
| * Fix incorrect implicit constructor and destructor names in the symbol tables....William S Fulton2012-11-131-6/+21
| * Swig_symbol_string_qualify for destructors - bug exposed after last commit wh...William S Fulton2012-11-131-15/+4
| * Fix some subtle named output typemap lookup misses, the fully qualified name ...William S Fulton2012-11-131-0/+10
| * Fix typemap method hiding regression introduced in swig-2.0.5 - rev 12764William S Fulton2012-05-111-8/+14
| * Add more debug code into swig internalsJoseph Wang2012-03-171-1/+17
| * Fix #3433541 %typemap(in, numinputs=0) with 10+ arguments.William S Fulton2011-11-281-1/+1
| * Expand special variables in typemap warnings - rework implementationWilliam S Fulton2011-11-031-52/+40
| * Expand special variables in typemap warningsWilliam S Fulton2011-11-031-12/+33
| * Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-2/+3
| * Fix %newobject when used in conjunction with %feature(ref). The code from the...William S Fulton2011-08-231-5/+11
| * Fix scoping of forward class declarations nested within a class (for C++). Al...William S Fulton2011-07-261-2/+5
| * Fix incorrect typemaps being used for a symbol within a templated typeWilliam S Fulton2011-06-201-2/+2
| * Use htmldoc's new --overflow option and fix overflow warnings in the pdf docu...William S Fulton2011-01-081-2/+2
| * Fix expansion in array typemapsWilliam S Fulton2010-12-141-8/+8
* | merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-39/+41
|\ \ | |/
| * Add the ability for special variable macros to call other special variable ...William S Fulton2010-05-261-5/+12
| * Fix typemap delete regression introduced in rev 11838William S Fulton2010-05-031-4/+4
| * Typemap matching rules enhancement for non-default typemaps. Previously all q...William S Fulton2010-05-021-27/+22
| * Fix some terminology used in C++ template partial specialization and new type...William S Fulton2010-04-091-1/+1
| * Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-3/+3
* | merge revisions 11243-11872 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-389/+537
|\ \ | |/
| * SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
| * Factor out the common code within typemap_search() into typemap_search_helper()William S Fulton2010-02-011-139/+72
| * Remove unnecessary duplicate typemap lookupWilliam S Fulton2010-01-291-2/+2
| * Fix typemap matching bug when a templated type has a typemap both specialized...William S Fulton2010-01-281-11/+46
| * Fix #2933129 - typemaps not being found when the unary scope operator (::) is...William S Fulton2010-01-221-14/+20
| * Some more file and line numbering reporting consistency fixesWilliam S Fulton2010-01-091-3/+6
| * Improve -debug-tmused output so that the typemap method name is always shown ...William S Fulton2010-01-091-2/+2
| * minor tidy upWilliam S Fulton2010-01-081-9/+4
| * Minor fix for -debug-tmused and multi-argument typemapsWilliam S Fulton2010-01-051-1/+1
| * Fix -debug-tmsearch and -debug-tmused to show tthat the typemap came from a t...William S Fulton2010-01-051-22/+34
| * Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton2010-01-041-6/+32
| * Display filename and line number in output when using -debug-tmsearchWilliam S Fulton2009-12-241-29/+22
| * Slight improvement to -debug-tmsearch and multi-argument typemapsWilliam S Fulton2009-12-221-3/+8
| * -debug-tmsearch improvements and fixes. Also slightly more efficient typemap ...William S Fulton2009-12-211-40/+69
| * Add -debug-tmsearch option for debugging the typemap pattern matching rulesWilliam S Fulton2009-12-201-9/+74
| * variable name corrections for consistency to use typemap method instead of opWilliam S Fulton2009-12-171-31/+34
| * fix $typemap() when the type contains template parametersWilliam S Fulton2009-08-051-2/+8
| * () for multi-argument typemapsWilliam S Fulton2009-07-301-5/+19
| * typemap method name: use consistent terminology in codeWilliam S Fulton2009-07-301-97/+97
| * (method, typelist) special variable macro fixed/enhanced and made officialWilliam S Fulton2009-07-291-137/+163