swig/Source/Modules
Marcelo Matus ffc93a4bbd add robust -nortti implementation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7000 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-02-25 07:18:42 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
allocate.cxx more fixes and cases for smart pointers 2004-12-23 08:56:27 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +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 swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
directors.cxx move fix for typedef (no ptr/no ref) + director from directors.cxx to lang.cxx. This should fix more related problems around. Also fix for unnamed namespace in lang.cxx 2004-11-03 08:00:14 +00:00
emit.cxx compact default arguments feature (original default argument wrapping mode) 2004-10-20 20:59:33 +00:00
guile.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
java.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
lang.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
main.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
modula3.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
ocaml.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
overload.cxx minor change in warning message 2004-10-16 20:36:02 +00:00
perl5.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
php4.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
pike.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
python.cxx add robust -nortti implementation 2005-02-25 07:18:42 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
s-exp.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
swigmain.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +00:00
swigmod.h Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
tcl8.cxx Add support for the -external-runtime argument and update all language modules to use it 2005-02-23 22:40:51 +00:00
typepass.cxx More improved warnings for duff base classes 2004-12-14 21:25:12 +00:00
utils.cxx fix protected constructor by using clean_overloaded to utils.cxx 2004-12-01 00:47:10 +00:00
xml.cxx swig -help prints to stdout not stderr now 2005-02-15 23:04:10 +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