swig/Source/Modules
Art Yerkes e9160c8597 Updated documentation.
Provide a swig_val function which generates a shareable value from a module
specific one in a painless way.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6408 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-17 08:38:54 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Sun Workshop warning fixes 2004-08-25 20:45:23 +00:00
allocate.cxx better fix for virtual_mode + protected case 2004-10-07 22:15:23 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx Rework the CLOS code for chicken... still needs a little more work 2004-10-16 20:56:10 +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 Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
directors.cxx Common director support functions moved to new file directors.cxx 2003-11-18 20:21:39 +00:00
emit.cxx New default argument wrapping approach. This adds default argument support for statically typed languages, fixes wrapping of default arguments that are non-public plus fixes other bugs where SWIG could not or failed to correctly lookup up the default value in the symbol table. 2004-10-04 20:32:28 +00:00
guile.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
java.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
lang.cxx add Scott Fix for directors+rename, and testExamples/test-suite/director_basic.i 2004-10-11 22:53:24 +00:00
main.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
modula3.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx New way of sharing type information between modules for chicken, mzscheme, 2004-10-05 22:43:41 +00:00
ocaml.cxx Updated documentation. 2004-10-17 08:38:54 +00:00
overload.cxx minor change in warning message 2004-10-16 20:36:02 +00:00
perl5.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
php4.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
pike.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
python.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
s-exp.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
swigmain.cxx add new -features option, fix SWIG_FEATURES 2004-10-05 21:02:50 +00:00
swigmod.h Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
tcl8.cxx Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
typepass.cxx Fix for enum forward declarations 2004-08-23 20:10:51 +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