swig/Source/Modules
2010-02-27 15:53:21 +00:00
..
allegrocl.cxx Slight performance tweak for templates 2010-01-29 18:49:16 +00:00
allocate.cxx 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
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx 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
chicken.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
clisp.cxx 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
contract.cxx Patch #1992756 from Colin McDonald - %contract not working for classes in namespace 2009-01-10 01:15:03 +00:00
csharp.cxx Improve target language symbol tables for Java and C#, using different scopes for the constants interface, module class and intermediary class rather than incorrectly putting all the symbols into one scope 2010-02-13 00:42:09 +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 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
java.cxx Improve target language symbol tables for Java and C#, using different scopes for the constants interface, module class and intermediary class rather than incorrectly putting all the symbols into one scope 2010-02-13 00:42:09 +00:00
lang.cxx Add in possibility to use scopes in target language module symbol table 2010-02-12 23:20:58 +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 Add in possibility to use scopes in target language module symbol table 2010-02-12 23:20:58 +00:00
modula3.cxx remove some unnecessary casts 2010-02-11 21:59:16 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx Very minor perf tweak 2010-01-08 18:46:41 +00:00
ocaml.cxx 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
octave.cxx 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
overload.cxx Fix a few inconsistencies in reporting of file/line numberings including modifying the overload warnings to now be two line warnings 2010-01-09 19:34:43 +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 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
pike.cxx remove some unnecessary casts 2010-02-11 21:59:16 +00:00
python.cxx Remove -dirvtable from the optimizations included by -O as it this option currently leads to memory leaks 2010-02-27 15:53:21 +00:00
r.cxx remove some dead code using which should be using SwigType_typedef_resolve_all instead of SwigType_typedef_resolve 2010-01-20 19:58:28 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx remove some unnecessary casts 2010-02-11 21:59:16 +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 Fix #2894405 - assertion when using -xmlout. 2010-02-05 22:22:35 +00:00
swigmod.h Add in possibility to use scopes in target language module symbol table 2010-02-12 23:20:58 +00:00
tcl8.cxx Variable name change to remove confusion in preparation for a future commit 2010-02-23 07:00:34 +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