swig/Source/Modules
2008-12-29 22:56:25 +00:00
..
allegrocl.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
allocate.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
chicken.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
clisp.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
contract.cxx Fix SF #1943608 - substitution in %contract. 2008-05-11 20:25:12 +00:00
csharp.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
directors.cxx Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
emit.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
guile.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
java.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
lang.cxx accept unix directory separators on windows for input file 2008-12-24 14:50:26 +00:00
lua.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
main.cxx minor fixes from last checkin 2008-12-24 14:54:52 +00:00
modula3.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
ocaml.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
octave.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
overload.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
perl5.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
php.cxx accept unix directory separators on windows for input file 2008-12-24 14:50:26 +00:00
pike.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
python.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
r.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.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
s-exp.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +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 accept unix directory separators on windows for input file 2008-12-24 14:50:26 +00:00
tcl8.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +00:00
typepass.cxx Additions to %types so that a user can specify the code to go into the casting / conversion function 2008-01-31 22:45:59 +00:00
uffi.cxx create a common banner header for all target language specific files 2008-12-29 22:56:25 +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