swig/Source/Swig
2012-11-18 00:45:39 +00:00
..
cwrap.c Support special variable expansion in %extend. 2012-10-11 19:28:02 +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 Add missing line and file number for some errors in %fragment declaration 2012-03-21 06:48:51 +00:00
getopt.c SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
include.c Fix Swig_file_extension when the path has a . and there is no extension in the filename 2012-11-18 00:45:39 +00:00
misc.c NULL pointer clarification in Swig_new_subdirectory 2012-11-16 19:39:50 +00:00
naming.c Remove unnecessary keyword warning when parsing 'using' 2012-08-04 22:38:44 +00:00
parms.c Fix some subtle named output typemap lookup misses, the fully qualified name was not always being in all cases such as member variables 2012-11-13 22:16:28 +00:00
scanner.c Suppress some unchecked return value warnings for Coverity 2012-11-18 00:44:19 +00:00
stype.c Remove isarray variable which is set but never used (fixes GCC 4.6 2012-04-05 01:19:32 +00:00
swig.h Support special variable expansion in %extend. 2012-10-11 19:28:02 +00:00
swigfile.h Fix segfaults when using filename paths greater than 1024 characters in length - use String * and heap instead of fixed size static char array buffers. 2012-11-18 00:45:18 +00:00
swigopt.h Remove the svn/cvs Id string in the headers 2010-02-28 00:09:20 +00:00
swigparm.h Fix some subtle named output typemap lookup misses, the fully qualified name was not always being in all cases such as member variables 2012-11-13 22:16:28 +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 incorrect implicit constructor and destructor names in the symbol tables. Fix some feature matching issues for implicit destructors and implicit constructors and impliciti copy constructors added with %copyctor. Also improves consistency in named typemap lookup rules. 2012-11-13 22:19:47 +00:00
tree.c Fix display of pointers on 64 bit systems, only 32 bit values were being shown. 2012-07-21 22:52:30 +00:00
typemap.c Remove pointless null check 2012-11-18 00:43:09 +00:00
typeobj.c Remove some possible buffer overflows 2012-11-18 00:44:39 +00:00
typesys.c Fix possible null dereferences 2012-11-18 00:43:31 +00:00
wrapfunc.c SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00