swig/Source/Modules
2013-02-08 18:45:29 +00:00
..
allegrocl.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
allocate.cxx Add support for thread_local when specified with other legitimate storage class specifiers - extern and static 2013-02-08 06:36:39 +00:00
browser.cxx Add lambda functions to the symbol tables and add ability to suppress lambda warnings. 2013-02-04 20:05:34 +00:00
cffi.cxx Fixes detecting if a variable is extern when using 'extern thread_local' 2013-02-08 07:38:10 +00:00
chicken.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
clisp.cxx Add support for extern "C" thread_local 2013-02-08 18:45:29 +00:00
contract.cxx Add support for thread_local when specified with other legitimate storage class specifiers - extern and static 2013-02-08 06:36:39 +00:00
csharp.cxx Fix cstype typemap lookup for member variables so that a fully qualified variable name matches 2013-01-15 06:45:47 +00:00
d.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
directors.cxx Add support for thread_local when specified with other legitimate storage class specifiers - extern and static 2013-02-08 06:36:39 +00:00
emit.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
go.cxx Add support for thread_local when specified with other legitimate storage class specifiers - extern and static 2013-02-08 06:36:39 +00:00
guile.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
java.cxx Repair typo from previous commit. 2013-01-19 01:27:34 +00:00
lang.cxx Add support for extern "C" thread_local 2013-02-08 18:45:29 +00:00
lua.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
main.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
modula3.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
module.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
mzscheme.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
ocaml.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
octave.cxx Merge branch 'master' into gsoc2009-matevz 2013-01-28 07:01:37 +00:00
overload.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
perl5.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
php.cxx Merge branch 'master' into gsoc2009-matevz 2013-01-28 07:01:37 +00:00
pike.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
python.cxx Merge branch 'master' into gsoc2009-matevz 2013-01-28 07:01:37 +00:00
r.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Merge branch 'master' into gsoc2009-matevz 2013-01-28 07:01:37 +00:00
s-exp.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
swigmain.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
swigmod.h Add lambda functions to the symbol tables and add ability to suppress lambda warnings. 2013-02-04 20:05:34 +00:00
tcl8.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
typepass.cxx Add support for thread_local when specified with other legitimate storage class specifiers - extern and static 2013-02-08 06:36:39 +00:00
uffi.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
utils.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
xml.cxx Remove cvs/svn Id strings 2013-01-12 01:21:16 +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