swig/Source/Swig
2011-11-03 20:31:35 +00:00
..
cwrap.c Remove numerous hard coded 'result' variable name in generated c/c++ wrappers. The variable name is now defined in just one place, making it possible to change the name easily if a target language so wishes - see cwrap.c. 2011-10-30 21:51:50 +00:00
deprecate.c [Lua, Python, Tcl] C/C++ prototypes shown in error message when calling an overloaded method with incorrect arguments improved to show always show fully qualified name and if a const method. Also fixed other Lua error messages in generated code which weren't consistently using the fully qualified C++ name. 2011-05-05 06:23:02 +00:00
error.c Expand the family of debug print functions for displaying DOH types. Provide gdb support for calling these. Document improved debugging experience. 2010-09-15 20:17:11 +00:00
fragment.c SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
getopt.c SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
include.c Fix #2149523 - Incorrect line number reporting in errors after parsing macros. Remove extraneous extra line in preprocessed output which would sometimes lead to error/warning messages two lines after the end of the file 2010-09-10 06:08:45 +00:00
misc.c warning fix 2011-10-19 20:41:24 +00:00
naming.c Remove unnecessary Identifier redefined warning when a using statement redefines a symbol. Behaviour is now like a duplicate typedef of the same symbol. 2011-10-14 23:37:16 +00:00
parms.c SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
scanner.c Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
stype.c Fix regression introduced in swig-2.0.1 (r12157) leading to uncompilable code when using typedef and function pointers 2011-09-19 20:54:39 +00:00
swig.h Remove numerous hard coded 'result' variable name in generated c/c++ wrappers. The variable name is now defined in just one place, making it possible to change the name easily if a target language so wishes - see cwrap.c. 2011-10-30 21:51:50 +00:00
swigfile.h Remove the svn/cvs Id string in the headers 2010-02-28 00:09:20 +00:00
swigopt.h Remove the svn/cvs Id string in the headers 2010-02-28 00:09:20 +00:00
swigparm.h Remove the svn/cvs Id string in the headers 2010-02-28 00:09:20 +00:00
swigscan.h Move Swig_locator from scanner.c to cscanner.c. Fix file and line error/warning reporting fixes where SWIG macros are used within {} braces (where the preprocessor expands macros), for example macros within %inline {...} and %fragment(...) {...} and nested structs. Basically anything that results ina call to skip_balanced() in the parser/preprocessor. 2010-09-24 22:13:13 +00:00
swigtree.h Remove the svn/cvs Id string in the headers 2010-02-28 00:09:20 +00:00
swigwrap.h Remove the svn/cvs Id string in the headers 2010-02-28 00:09:20 +00:00
symbol.c Fix named output typemaps not being used when the symbol uses a qualifier and contains a number 2011-11-01 23:06:53 +00:00
tree.c Fix/Workaround unexpected call to Hash_str() when running make director_protected_overloaded.cpptest and director_using.cpptest 2010-09-14 18:50:04 +00:00
typemap.c Expand special variables in typemap warnings - rework implementation 2011-11-03 20:31:35 +00:00
typeobj.c Fix incorrect typemaps being used for a symbol within a templated type 2011-06-20 17:46:38 +00:00
typesys.c Fix scoping of forward class declarations nested within a class (for C++). Also fix %template and resolution of template parameters that are typedefs. 2011-07-26 19:34:23 +00:00
wrapfunc.c SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00