swig/Source/Modules
Marcelo Matus f15126aee3 add templatereduce option
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6543 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-28 23:49:41 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Sun Workshop warning fixes 2004-08-25 20:45:23 +00:00
allocate.cxx removed some stray debug messages 2004-10-20 21:39:13 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx Rework the CLOS code for chicken... still needs a little more work 2004-10-16 20:56:10 +00:00
contract.cxx Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +00:00
csharp.cxx -dllimport commandline option and $dllimport special variable to specify the DllImport attribute 2004-10-25 20:43:32 +00:00
directors.cxx fix directors + unnamed parameters 2004-10-24 05:47:57 +00:00
emit.cxx compact default arguments feature (original default argument wrapping mode) 2004-10-20 20:59:33 +00:00
guile.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
java.cxx using the Language::abstractTestClass, since now it also considers the director case, and is more complete 2004-10-28 19:30:27 +00:00
lang.cxx always emit the director destructor, just in case 2004-10-27 02:00:48 +00:00
main.cxx add templatereduce option 2004-10-28 23:49:41 +00:00
modula3.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx New way of sharing type information between modules for chicken, mzscheme, 2004-10-05 22:43:41 +00:00
ocaml.cxx fix director + abstract + constructors, reported by Brian Kelley 2004-10-22 07:25:42 +00:00
overload.cxx minor change in warning message 2004-10-16 20:36:02 +00:00
perl5.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
php4.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
pike.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
python.cxx add Robin true/false patch for docs 2004-10-26 20:40:11 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx fix director + abstract + constructors, reported by Brian Kelley 2004-10-22 07:25:42 +00:00
s-exp.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
swigmain.cxx add new -features option, fix SWIG_FEATURES 2004-10-05 21:02:50 +00:00
swigmod.h Fix directors + protected pure virtual members + protected 2004-10-24 05:58:15 +00:00
tcl8.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
typepass.cxx better warning for undefined base class 2004-10-26 00:31:47 +00:00
utils.cxx fix dirprot mode 2004-04-11 12:20:04 +00:00
xml.cxx XML patch from Robin Dunn adds -dump_xml and -xmlout <file> for generating XML of post processed parse tree 2004-07-12 19:53:23 +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