swig/Source/Swig
2008-02-13 23:25:37 +00:00
..
cwrap.c API cleanup (Parms) 2007-01-10 23:43:07 +00:00
deprecate.c API cleanup (Parms) 2007-01-10 23:43:07 +00:00
error.c new -Werror option and fixes for turning on warnings which are normally turned off 2007-08-31 22:20:21 +00:00
fragment.c Eliminated use of swigkeys.h/.c files. 2007-01-03 20:58:19 +00:00
getopt.c Changed Header keyword to Id for SVN 2006-12-05 21:57:44 +00:00
include.c Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
misc.c Fix mixed declarations and code so this file is valid C89. 2007-10-16 21:27:14 +00:00
naming.c conversion operator %rename improvements - the exact operator name must be specified now, rather than a fully qualified operator name 2007-05-26 00:06:45 +00:00
parms.c API cleanup (Parms) 2007-01-10 23:43:07 +00:00
scanner.c Fix parsing of float constants with an exponent (e.g. 1e-02f) (bug #1699646). 2007-04-21 16:00:02 +00:00
stype.c Beautify the output a bit - always put spaces around a template type list, eg Foo< abc >, was Foo<abc >. 2008-02-13 23:25:37 +00:00
swig.h Additions to %types so that a user can specify the code to go into the casting / conversion function 2008-01-31 22:55:24 +00:00
swigfile.h Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
swigopt.h API cleanup. Documentation. 2006-12-30 18:27:47 +00:00
swigparm.h API cleanup (Parms) 2007-01-10 23:43:07 +00:00
swigscan.h Major overhaul of C/C++ scanner API. Unified tokenizing code so that tokens are scanned by a common code base 2007-01-12 19:01:40 +00:00
swigtree.h API cleanup. Documentation. 2006-12-30 18:27:47 +00:00
swigwrap.h API cleanup and documentation (Wrapper objects) 2007-01-16 04:50:43 +00:00
symbol.c Fix 1832613 - template function pointer typedefs 2007-12-16 20:55:43 +00:00
tree.c Swig_print_node truncates to 80 characters now instead of 40 2007-12-16 20:37:25 +00:00
typemap.c Fix a bunch of minor bugs found by Coverity scanner 2007-08-10 02:55:27 +00:00
typeobj.c Alter SwigType_parmlist to return an empty list if there are no parameters, rather than a list of one empty type 2008-02-13 22:38:43 +00:00
typesys.c Complete the Python support for shared_ptr mainly for derived classes. This includes the smartptr feature for overriding the class registration function and shared_ptr typemaps 2008-02-09 12:25:41 +00:00
warn.c Changed Header keyword to Id for SVN 2006-12-05 21:57:44 +00:00
wrapfunc.c API cleanup and documentation (Wrapper objects) 2007-01-16 04:50:43 +00:00