swig/Source/Modules
2005-08-17 20:35:53 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Use *swig-identifier-converter*. 2005-07-16 12:18:37 +00:00
allocate.cxx Bug fix for when a base class has the same name as a method in a derived class. 2005-06-09 18:38:52 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx Chicken: Minor optimization to the exported constructor functions 2005-04-16 21:42:42 +00:00
clisp.cxx Added support for enums and other minor fixes and improvements. 2005-08-14 05:30: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 Support for the null attribute in the out typemap to support return by value struct types 2005-07-22 21:23:17 +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 fix for dodgy gcc-2.96 compilers 2005-06-16 21:21:21 +00:00
java.cxx SWIG_exception changes 2005-07-22 21:24:18 +00:00
lang.cxx add Scott's patches for directors: void return, directormap register, better error messages 2005-07-06 21:02:22 +00:00
main.cxx Support for Lua added - patch from Mark Gossage 2005-08-15 20:38:34 +00:00
modula3.cxx Make variable accessor functions the same across all modules for %extend with member variables to work consistently across all language modules and as documented. Use -oldvarnames commandline option to get the original variable names. 2005-06-23 20:30:14 +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 Make variable accessor functions the same across all modules for %extend with member variables to work consistently across all language modules and as documented. Use -oldvarnames commandline option to get the original variable names. 2005-06-23 20:30:14 +00:00
overload.cxx add more missing Deletes 2005-03-14 23:32:31 +00:00
perl5.cxx Fix for Perl incorrectly taking memory ownership for return types that are typedefs to a struct/class pointer 2005-03-08 21:55:08 +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 Scott's patches for directors: void return, directormap register, better error messages 2005-07-06 21:02:22 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx minor type correction to remove unsigned/signed mismatch warning 2005-08-17 20:35:53 +00:00
s-exp.cxx Connect the usual targets to an output sink. 2005-08-09 14:57:48 +00:00
swigmain.cxx Support for Lua added - patch from Mark Gossage 2005-08-15 20:38:34 +00:00
swigmod.h template ext mode on for all languages, not just Python now 2005-04-01 19:46:06 +00:00
tcl8.cxx Uniform handling of SWIGEXPORT across SWIG. 2005-05-27 22:40:58 +00:00
typepass.cxx Fix incorrect access for methods added via the 'using' declaration 2005-05-25 21:23:15 +00:00
uffi.cxx New language module: Common Lisp with UFFI. 2005-08-09 15:09:15 +00:00
utils.cxx fix protected constructor by using clean_overloaded to utils.cxx 2004-12-01 00:47:10 +00:00
xml.cxx Bug #1251832 - C++ template may generate invalid XML file (+correction) 2005-08-15 21:42:13 +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