swig/Source/Modules
William S Fulton 2846e01760 csgetcptr and csptrconstructormodifiers typemap replaced by the csbody/csbody_derived typemap
csclassmodifiers typemap now contains the class type
imclassclassmodifiers and moduleclassmodifiers pragmas now contain the class type
$module special variable support


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5969 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-06-03 22:39:16 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx See CHANGES.recent 2004-05-24 21:22:39 +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 Rewrite chicken example and test-suite building code 2004-05-30 07:11: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 csgetcptr and csptrconstructormodifiers typemap replaced by the csbody/csbody_derived typemap 2004-06-03 22:39:16 +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 In the generated GOOPS code, don't create methods that would not 2004-04-26 14:05:20 +00:00
java.cxx javagetcptr and javaptrconstructormodifiers typemap replaced by the javabody/javabody_derived typemap 2004-06-03 22:38:05 +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 fix java reg. tests and add -directors flag 2004-04-11 05:55:35 +00:00
modula3.cxx modula3: documented some of the conceptions and typemaps, added anchors to modules I refer to 2004-05-30 17:14:25 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Don't produce invalid C code when invoked with the 2004-02-13 16:03:24 +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 Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
php4.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
pike.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
python.cxx fixes for const char[] 2004-05-27 11:29:39 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Incorporated Kou's patch for the Ruby module's %import directive, so 2004-05-15 04:52: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 Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +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 Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +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