swig/Source/Modules
2008-03-02 15:35:49 +00:00
..
allegrocl.cxx remove unnecessary status message 2008-02-25 22:06:29 +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 Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +00:00
chicken.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +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 Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +00:00
guile.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +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 simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
lua.cxx Initial commit of Octave module. 2008-03-01 23:35:44 +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 Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +00:00
ocaml.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +00:00
octave.cxx Implement OCTAVE::runtimeCode, wrap some parts of runtime in anonymous namespace, put Director rtdir map into module clientdata. 2008-03-02 15:35:49 +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 Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +00:00
php4.cxx Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +00:00
pike.cxx Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +00:00
python.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +00:00
r.cxx Improve wrapping of global function pointer variables for R - note that use of SWIG_exception_fail does not work as the in typemaps are being used for return types and really something like directorin/directorout typemaps are required 2008-02-27 13:06:46 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +00:00
s-exp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmain.cxx Initial commit of Octave module. 2008-03-01 23:35:44 +00:00
swigmod.h Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
tcl8.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +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