summaryrefslogtreecommitdiff
path: root/Source/CParse
Commit message (Expand)AuthorAgeFilesLines
* Move Swig_locator from scanner.c to cscanner.c. Fix file and line error/warni...William S Fulton2010-09-241-98/+1
* Various inherited class warning/error line number fixesWilliam S Fulton2010-09-182-19/+27
* Fix line numbers in error and warning messages for preprocessor messages with...William S Fulton2010-09-031-2/+1
* Fix line numbers in error and warning messages which were accumulately one le...William S Fulton2010-09-031-1/+1
* Fix wrapping of C++ enum boolean valuesWilliam S Fulton2010-05-141-3/+3
* Fix some terminology used in C++ template partial specialization and new type...William S Fulton2010-04-091-2/+2
* unnecessary cast removedWilliam S Fulton2010-03-041-1/+1
* 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-275-10/+30
* Correct syntax of %includefile and %importfile in commentWilliam S Fulton2010-02-081-2/+2
* Slight performance tweak for templatesWilliam S Fulton2010-01-291-10/+12
* Change -debug-template to use Swig_diagnostic for file/line displayWilliam S Fulton2010-01-092-3/+4
* Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton2010-01-043-12/+14
* Minor correction in a commentWilliam S Fulton2009-12-191-3/+3
* Remove redundant code which is no longer being used since the template specia...William S Fulton2009-12-151-30/+1
* Suppress incorrect 'unused value' bison warningWilliam S Fulton2009-12-101-0/+2
* Fix handling of modulo operator (%) in constant expressions (SF#2818562).Olly Betts2009-12-041-3/+3
* Improved C++ nested class support - nested typedef'd classes now parsed and t...William S Fulton2009-11-231-57/+113
* Nested struct pretty print rewrite and fix. The wrappers for C nested structs...William S Fulton2009-11-181-31/+16
* pretty print the nested structs generated as global structsWilliam S Fulton2009-11-181-2/+13
* Fix multiple declarations of nested structs (C code)William S Fulton2009-11-181-74/+105
* Fix parsing of enum declaration and initializationWilliam S Fulton2009-11-171-3/+3
* Fix parsing of struct declaration and initializationWilliam S Fulton2009-11-171-5/+5
* Fix #1960977 - Syntax error parsing derived nested class declaration and memb...William S Fulton2009-11-151-1/+1
* Fix #2310483 - function pointer typedef within extern C block.William S Fulton2009-11-141-1/+1
* some parser code comments addedWilliam S Fulton2009-11-131-2/+8
* nested classes code refactorWilliam S Fulton2009-11-131-51/+30
* Stop generating uncompileable code when using nested template classes in func...William S Fulton2009-11-121-12/+48
* Nested class improvements - Fixed inconsistency in handling C++ nested classe...William S Fulton2009-11-111-38/+56
* inner declared types are treated as forward declarations - consistency now be...William S Fulton2009-11-081-11/+11
* Ignored nested class/struct warnings now display the name of the ignored clas...William S Fulton2009-11-081-4/+7
* Fix nested template classes within a namespace generating uncompileable code ...William S Fulton2009-11-081-326/+366
* Add -debug-symtabs and -debug-qsymtabs options for debugging symbol tablesWilliam S Fulton2009-11-041-10/+4
* remove debug in last commitWilliam S Fulton2009-11-031-3/+0
* Fix seg fault for some template parameters which have no type, just a default...William S Fulton2009-11-031-0/+3
* Fix seg fault when two or more %template() declarations were made within a classWilliam S Fulton2009-10-231-5/+12
* fix partial specialization with many parametersWilliam S Fulton2009-10-201-1/+1
* Fix partial specialization and explicit specialization lookupWilliam S Fulton2009-10-202-138/+365
* minor rewrite of enum value handlingWilliam S Fulton2009-09-131-2/+2
* Clean-up remnants of SWIG_GE, etc workaround which is no longer used.Olly Betts2009-09-121-5/+2
* Fix constant expressions containing <= or >=William S Fulton2009-09-111-2/+2
* true and false supported in constant expressions (C++ only). && || == != < > ...William S Fulton2009-09-022-10/+17
* Fix %template seg fault on some cases of overloading the templated method.William S Fulton2009-08-151-1/+1
* typemap method name: use consistent terminology in codeWilliam S Fulton2009-07-301-10/+10
* Fix syntax error when a nested struct contains a comment containing a * follo...William S Fulton2009-07-021-0/+2
* Fix #2746858 - C macro expression using floating point numbersWilliam S Fulton2009-04-091-1/+12
* Fix %feature not working for conversion operatorsWilliam S Fulton2009-02-081-0/+4
* Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai2009-01-304-6/+6
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-243-4/+4
* allow for compilation with bison 2.4 which is more restrictive about $$ Joseph Wang2008-12-291-18/+18