swig/SWIG/Source/Modules
2005-02-02 22:44:32 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Send the "runtime" target to /dev/null too. 2004-11-08 21:35:21 +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 Chicken: Export proxy function for constants (enums, defines) 2004-12-13 02:01:26 +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 C# exception handling improvements - they are robust and don't leak anymore. Requires typemap modifications using attribute canthrow in any unmanaged code typemaps that throw an exception and excode attribute in csout and csconstruct typemaps. 2005-02-02 22:44:32 +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 - Improve the runtime type sytesm 2005-02-01 00:08:24 +00:00
java.cxx Remove unnecessary protected default constructor when there is no default proxy constructor. 2005-01-11 22:56:19 +00:00
lang.cxx more smart pointers + extend fixes 2005-01-04 20:42:28 +00:00
main.cxx patch #1069631 to disable cpp 2004-11-22 01:37:29 +00:00
modula3.cxx warning fixes compiling under mingw 2004-11-08 21:19:47 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx - Improve the runtime type sytesm 2005-02-01 00:08:24 +00:00
ocaml.cxx - Improve the runtime type sytesm 2005-02-01 00:08:24 +00:00
overload.cxx minor change in warning message 2004-10-16 20:36:02 +00:00
perl5.cxx add support for template_extmode, ie, the emitonlychildren feature 2004-12-01 00:50:06 +00:00
php4.cxx - Improve the runtime type sytesm 2005-02-01 00:08:24 +00:00
pike.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
python.cxx reenable autodoc for static methods + cosmetics 2004-12-22 20:34:15 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx - Improve the runtime type sytesm 2005-02-01 00:08:24 +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 tidyup 2004-12-06 22:53:09 +00:00
tcl8.cxx - Improve the runtime type sytesm 2005-02-01 00:08:24 +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 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