swig/Source/Modules
Matthias Köppe 7aa78df689 <Dmitriy.Zavin@infineon.com> writes:
> I have hacked support to create native mzscheme structures from C
> structures, which includes native structure support.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6102 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-08-17 14:21:33 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx case mode fixes for allegrocl module 2004-08-03 23:07:45 +00:00
allocate.cxx more fixes for exceptions and ref. 2004-05-29 23:17:15 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +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 Fixes to compile on some buggy Redhat gcc 2.96 versions 2004-08-12 21:12:21 +00:00
directors.cxx Common director support functions moved to new file directors.cxx 2003-11-18 20:21:39 +00:00
emit.cxx more fixes for exceptions and ref. 2004-05-29 23:17:15 +00:00
guile.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
java.cxx Fixes to compile on some buggy Redhat gcc 2.96 versions 2004-08-12 21:12:21 +00:00
lang.cxx patch by Kevin Smith to emit directors when %feature("director") is specified for a class with no virtual methods, but a virtual destructor 2004-05-12 21:18:09 +00:00
main.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
modula3.cxx Fixes to compile on some buggy Redhat gcc 2.96 versions 2004-08-12 21:12:21 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx <Dmitriy.Zavin@infineon.com> writes: 2004-08-17 14:21:33 +00:00
ocaml.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
overload.cxx Fix for gcc-3.4.0 2004-05-31 21:37:49 +00:00
perl5.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
php4.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
pike.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
python.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Committed Kou's patch for the Ruby module (for the -prefix command line 2004-07-11 18:32:43 +00:00
s-exp.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
swigmain.cxx Added Allegro CL module 2004-04-27 23:00:41 +00:00
swigmod.h fix java reg. tests and add -directors flag 2004-04-11 05:55:35 +00:00
tcl8.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
typepass.cxx enumvalueex attribute now set during the type pass 2004-05-24 20:14:58 +00:00
utils.cxx fix dirprot mode 2004-04-11 12:20:04 +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