swig/Source/Modules
Dave Beazley 27d3793c80 [ 829319 ] XML module tweaks
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-31 17:42:40 +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 Removed contract code from swigmod.h. Violates intended modularity of this file. 2003-10-09 15:57:54 +00:00
csharp.cxx void* used instead of int for IntPtr in C function declarations 2003-10-16 21:34:38 +00:00
emit.cxx Removed contract code from swigmod.h. Violates intended modularity of this file. 2003-10-09 15:57:54 +00:00
guile.cxx Add GOOPS support, contributed by John Lenz. 2003-10-05 11:27:20 +00:00
java.cxx Director tweaks from Scott Michel. 2003-09-26 20:40:49 +00:00
lang.cxx Director related changes, other edits. 2003-10-22 04:01:27 +00:00
main.cxx Removed contract code from swigmod.h. Violates intended modularity of this file. 2003-10-09 15:57:54 +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 Director related changes, other edits. 2003-10-22 04:01:27 +00:00
overload.cxx Director related changes, other edits. 2003-10-22 04:01:27 +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 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
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 -outdir commandline option support => directory for proxy class and other language specific files 2003-08-07 17:22:12 +00:00
swigmod.h Director related changes, other edits. 2003-10-22 04:01:27 +00:00
tcl8.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +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