swig/Source/Modules
William S Fulton b67e0a28a3 Fixes for $wrapname to work in %exception
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10265 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-02-25 22:07:28 +00:00
..
allegrocl.cxx remove unnecessary status message 2008-02-25 22:06:29 +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 Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +00:00
chicken.cxx Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +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 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 Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +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 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 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 Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +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 Fixes for $wrapname to work in %exception 2008-02-25 22:07:28 +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