swig/Source/Swig
2010-02-12 23:20:58 +00:00
..
cwrap.c Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
deprecate.c API cleanup (Parms) 2007-01-10 23:43:07 +00:00
error.c subtle fix to -Fmicrosoft format adding in missing space 2010-01-10 22:51:19 +00:00
fragment.c Eliminated use of swigkeys.h/.c files. 2007-01-03 20:58:19 +00:00
getopt.c add parameter list (or void) to all C functions 2008-11-11 22:17:40 +00:00
include.c Fix #1807329 - When Makefile dependencies are being generated using the -M family of options on Windows, the file paths have been corrected to use single backslashes rather than double backslashes as path separators. 2010-02-08 23:12:27 +00:00
misc.c Fix #1807329 - When Makefile dependencies are being generated using the -M family of options on Windows, the file paths have been corrected to use single backslashes rather than double backslashes as path separators. 2010-02-08 23:12:27 +00:00
naming.c Slight performance tweak for templates 2010-01-29 18:49:16 +00:00
parms.c Fix -debug-tmsearch and -debug-tmused to show tthat the typemap came from a typemap copy or %apply 2010-01-05 23:24:47 +00:00
scanner.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
stype.c Fix #2933129 - typemaps not being found when the unary scope operator (::) is used to denote global scope 2010-01-22 20:39:54 +00:00
swig.h Fix #1807329 - When Makefile dependencies are being generated using the -M family of options on Windows, the file paths have been corrected to use single backslashes rather than double backslashes as path separators. 2010-02-08 23:12:27 +00:00
swigfile.h Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
swigopt.h add parameter list (or void) to all C functions 2008-11-11 22:17:40 +00:00
swigparm.h Fix -debug-tmsearch and -debug-tmused to show tthat the typemap came from a typemap copy or %apply 2010-01-05 23:24:47 +00:00
swigscan.h 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
swigtree.h Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
swigwrap.h Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
symbol.c Add in possibility to use scopes in target language module symbol table 2010-02-12 23:20:58 +00:00
tree.c Modify -debug-tags output to use standard file name/line reporting so that editors can easily navigate to the appropriate line 2010-01-09 17:20:11 +00:00
typemap.c Factor out the common code within typemap_search() into typemap_search_helper() 2010-02-01 20:23:34 +00:00
typeobj.c Remove unnecessary duplicate typemap lookup 2010-01-29 06:55:38 +00:00
typesys.c Slight performance tweak for templates 2010-01-29 18:49:16 +00:00
wrapfunc.c Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00