swig/Source/Modules
2008-04-20 20:41:01 +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 allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +00:00
directors.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
emit.cxx Add allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +00:00
guile.cxx Set wrap:name for variables for use in special variable 2008-02-27 15:29:55 +00:00
java.cxx Add allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +00:00
lang.cxx Add allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +00:00
lua.cxx [lua] Added a typemap DISOWN for SWIGTYPE* and SWIGTYPE[], and support for %delobject feature. 2008-03-27 01:58:30 +00:00
main.cxx remove redundant code 2008-04-05 19:55:31 +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 Use DOH rather than standard containers for texinfo docs support. 2008-04-06 01:15:51 +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 Add allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +00:00
php4.cxx fix #1934695 Getattr(n, wrap:name) assertion 2008-04-05 20:53:23 +00:00
pike.cxx Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +00:00
python.cxx Apply patch #1924524 from Casey Raymondson which ensures the 'No constructor defined' message is displayed when attempting to call a constructor on a class that doesn't have a constructor wrapper, eg if the C++ class is abstract. 2008-03-26 20:43:45 +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 Add allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +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 Add allprotected mode for wrapping protected members when using directors 2008-04-20 20:41:01 +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