swig/Source/Modules
2003-11-18 20:21:15 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx Fixed problem with smart pointers and overloaded static methods. 2003-10-14 19:02:10 +00:00
browser.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
chicken.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
contract.cxx Major refactoring of contract code. Modifications include: 2003-11-14 18:57:51 +00:00
csharp.cxx $module name substitution to enable name mangling with the module name for the delegate registering functions. 2003-11-01 00:48:32 +00:00
emit.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
guile.cxx [Guile] Handle $input in "freearg" typemaps. 2003-11-18 15:51:52 +00:00
java.cxx Director fixes for methods returning enums and references contributed by Scott Michel 2003-11-16 17:05:40 +00:00
lang.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
main.cxx Contract checking now turned on by default. Some other cleanup. 2003-11-13 04:17:52 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Remove symbol clashes between runtime libraries. 2003-10-05 11:36:52 +00:00
ocaml.cxx Committing my latest ocaml.cxx. Corrects problem with shapes. 2003-11-01 05:01:07 +00:00
overload.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
perl5.cxx Fixed [ 827907 ] argout objects not being wrapped properly (PATH). 2003-10-29 19:43:38 +00:00
php4.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
pike.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
python.cxx Code generation improvements. Order of automatically generated methods is different. 2003-11-12 17:14:00 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Fixes to comply with with ISO/IEC 14882:1998(E) 17.4.3.1.2 (symbol names) 2003-09-23 21:26:04 +00:00
s-exp.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
swigmain.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
swigmod.h extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
tcl8.cxx SafeInit function added. 2003-11-09 03:51:12 +00:00
typepass.cxx Removed contract code from swigmod.h. Violates intended modularity of this file. 2003-10-09 15:57:54 +00:00
xml.cxx [ 829319 ] XML module tweaks 2003-10-31 17:42:40 +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