swig/Source/Swig
2005-12-27 21:48:56 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
cwrap.c add the 'naturalvar' option/mode/feature, to allow member variables to be treated in a natural way, as the global ones. This mean use the const SWIGTYPE &(C++)/SWIGTYPE(C) typemaps instead of the plain SWIGTYPE * typemap for the set/get methods. 2005-12-27 21:48:56 +00:00
error.c add NewStringEmpty, use more StringEuqual and less Strcmp 2005-11-28 17:32:56 +00:00
fragment.c fix recursive inclusion seg fault 2005-12-23 00:04:47 +00:00
getopt.c Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
include.c fix many/many memory leaks 2005-11-30 21:32:27 +00:00
misc.c add Swig_scopename_split 2005-12-01 00:07:07 +00:00
naming.c Changed a variable name from cdecl to cdecl_. The reason for the change 2005-12-27 09:24:50 +00:00
parms.c add 'self' attribute for later use 2005-12-14 07:26:37 +00:00
scanner.c add NewStringEmpty, use more StringEuqual and less Strcmp 2005-11-28 17:32:56 +00:00
stype.c fix template + operator() 2005-12-23 10:10:38 +00:00
swig.h add the 'naturalvar' option/mode/feature, to allow member variables to be treated in a natural way, as the global ones. This mean use the const SWIGTYPE &(C++)/SWIGTYPE(C) typemaps instead of the plain SWIGTYPE * typemap for the set/get methods. 2005-12-27 21:48:56 +00:00
swig.i Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
symbol.c normalize operation, first reduce, then qualify 2005-12-23 10:12:15 +00:00
tree.c fix %extend(%typemaps + %fragments) before class declaration 2005-12-19 10:46:41 +00:00
typemap.c fixes for 'typedef unsigned long size_t' 2005-12-07 07:38:09 +00:00
typeobj.c remove many memory leaks and cleanup 2005-11-29 01:47:10 +00:00
typesys.c more memory leaks fixes 2005-12-04 01:16:57 +00:00
warn.c The great merge 2002-11-30 22:01:28 +00:00
wrapfunc.c fix for the switch/case: 2005-12-21 02:06:54 +00:00