summaryrefslogtreecommitdiff
path: root/Source/Swig/swigscan.h
Commit message (Expand)AuthorAgeFilesLines
* Nested classes supportVladimir Kalinin2013-11-291-0/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-1/+1
|\
| * Move Swig_locator from scanner.c to cscanner.c. Fix file and line error/warni...William S Fulton2010-09-241-1/+1
* | Unicode literalsVladimir Kalinin2013-01-211-0/+3
|/
* Remove the svn/cvs Id string in the headersWilliam S Fulton2010-02-281-2/+0
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* true and false supported in constant expressions (C++ only). && || == != < > ...William S Fulton2009-09-021-0/+1
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-1/+1
* add parameter list (or void) to all C functionsWilliam S Fulton2008-11-111-1/+1
* Fix memory leak in SWIG's parser (based on patch from RussellOlly Betts2008-03-171-1/+1
* Major overhaul of C/C++ scanner API. Unified tokenizing code so that tokens ...Dave Beazley2007-01-121-3/+5
* API cleanup. Scanner interfaceDave Beazley2007-01-121-0/+106