swig/Source/Modules
2009-11-29 01:29:26 +00:00
..
allegrocl.cxx consistent terminology for multi-argument typemaps 2009-07-29 20:52:29 +00:00
allocate.cxx Fix exception handling when %catches is used in C# 2009-08-15 23:22:20 +00:00
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx Typemap API changes to facilitate more uniform typemap handling across language modules - in particular some typemaps usage did not respect the warning attribute and other warning handling and $typemap special variable (which will be refined in future commit) as well as local typemap variable handling: 2009-07-08 12:17:45 +00:00
chicken.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
clisp.cxx Typemap API changes to facilitate more uniform typemap handling across language modules - in particular some typemaps usage did not respect the warning attribute and other warning handling and $typemap special variable (which will be refined in future commit) as well as local typemap variable handling: 2009-07-08 12:17:45 +00:00
contract.cxx Patch #1992756 from Colin McDonald - %contract not working for classes in namespace 2009-01-10 01:15:03 +00:00
csharp.cxx Fix generated quoting when using %javaconst(1)/%csconst(1) for static const char member variables. 2009-11-29 01:29:26 +00:00
directors.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
emit.cxx consistent terminology for multi-argument typemaps 2009-07-29 20:52:29 +00:00
guile.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
java.cxx Fix generated quoting when using %javaconst(1)/%csconst(1) for static const char member variables. 2009-11-29 01:29:26 +00:00
lang.cxx improved warning code 2009-07-30 18:48:14 +00:00
lua.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
main.cxx remove SWIGMAC and SWIGWIN32/SWIGWIN macros which have no effect 2009-11-13 18:34:54 +00:00
modula3.cxx fix SWIG naming convention 2009-08-21 00:25:11 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
ocaml.cxx remove extra lookup of directorout typemap 2009-06-05 17:19:29 +00:00
octave.cxx try not to require -api option in octave 2009-08-15 01:19:28 +00:00
overload.cxx remove some debugging cruft 2009-07-26 21:29:55 +00:00
perl5.cxx [Perl] Don't specify Perl prototype "()" for a constructor with a 2009-07-15 07:43:16 +00:00
php.cxx [php] Fix place where class prefix (as specified with -prefix) 2009-11-13 07:15:08 +00:00
pike.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
python.cxx Python and Tcl - improve error message for missing constructor when the reason is because the class is abstract. 2009-08-08 22:56:10 +00:00
r.cxx add std_map 2009-11-10 02:32:29 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx remove extra lookup of directorout typemap 2009-06-05 17:19:29 +00:00
s-exp.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
swigmain.cxx remove last vestiges of php4 and encourage use of -php rather than -php5 2008-12-06 23:15:20 +00:00
swigmod.h (method, typelist) special variable macro fixed/enhanced and made official 2009-07-29 20:50:39 +00:00
tcl8.cxx Python and Tcl - improve error message for missing constructor when the reason is because the class is abstract. 2009-08-08 22:56:10 +00:00
typepass.cxx fix Java and C# enums when one of the enum items is ignored 2009-06-16 19:29:08 +00:00
uffi.cxx Typemap API changes to facilitate more uniform typemap handling across language modules - in particular some typemaps usage did not respect the warning attribute and other warning handling and $typemap special variable (which will be refined in future commit) as well as local typemap variable handling: 2009-07-08 12:17:45 +00:00
utils.cxx Fix wrapping of overloaded protected methods when using allprotected mode 2008-05-07 20:59:00 +00:00
xml.cxx customised ccache support: read the CCACHE_OUTFILES env variable and if exists, the names of all generated files are written to the filename specified in the env variable 2008-11-03 12:51:45 +00:00

06/25/2002

This directory contains all of the SWIG language modules.  Many of these
modules contain code that dates back to SWIG1.0.  The module API has changed
a lot in the development releases so this is fairly messy.  We're working on
cleaning it up, but you'll have to bear with us until it's done.

-- Dave