swig/Source/CParse
2009-11-11 00:30:34 +00:00
..
cparse.h Merged revisions 11085-11086,11088-11089 via svnmerge from 2009-01-30 10:27:37 +00:00
cscanner.c true and false supported in constant expressions (C++ only). && || == != < > <= >= operators now return type bool (C++ only) and type int for C as per C/C++ standards. 2009-09-02 22:33:04 +00:00
parser.y Nested class improvements - Fixed inconsistency in handling C++ nested classes - sometimes they were treated as forward declarations, other times as if C nested struct was parsed. Added the nestedworkaround feature for C++ nested class handling. Document improved nested class handling. Numerous C and C++ nested struct/class/union test cases added. 2009-11-11 00:30:34 +00:00
templ.c Fix partial specialization and explicit specialization lookup 2009-10-20 17:50:36 +00:00
util.c Eliminated use of swigkeys.h/.c files. 2007-01-03 20:58:19 +00:00