swig/Source/Modules
2008-01-31 22:49:56 +00:00
..
allegrocl.cxx [allegrocl] multiple small fixes to interface. have const std::string *'s automacitally marshalled to lisp strings. 2007-11-21 21:33:42 +00:00
allocate.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx Changes to compile with VC++6 2007-11-10 21:10:17 +00:00
chicken.cxx Chicken test suite now runs with no errors 2007-10-26 23:08:34 +00:00
clisp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
contract.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
csharp.cxx Add 'directorinattributes' and 'directoroutattributes' typemap attributes for the imtype typemap. These should contain C# attributes which will be generated into the C# director delegates methods. 2008-01-18 23:35:49 +00:00
directors.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
emit.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
guile.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
java.cxx New templated method SwigValueInit to initialise all types - used initially for return types in director methods 2007-10-28 23:07:33 +00:00
lang.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
lua.cxx Substantial changes to configure script for detecting lua. 2008-01-14 01:23:36 +00:00
main.cxx Fix --help output to note that `export SWIG_FEATURES' is required. 2007-11-09 08:59:44 +00:00
modula3.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
ocaml.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
overload.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
perl5.cxx Fix static extern C compilation errors for Perl C++ wrappers 2007-11-19 21:30:57 +00:00
php4.cxx PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from the 2007-11-28 00:46:53 +00:00
pike.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
python.cxx Fix formatting of error messages for overloaded functions that use templates 2008-01-21 22:31:37 +00:00
r.cxx Use -package to change the package name. Ensure the initialization routine is called since the package name changes. 2007-11-14 23:50:45 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx remove some cruft possibly causing problems on old compilers 2008-01-31 22:49:56 +00:00
s-exp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmain.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmod.h Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
tcl8.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +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 Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
utils.cxx Fix using statements for overloaded methods 2007-11-30 22:34:50 +00:00
xml.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +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