swig/Source/Modules
2004-11-30 20:18:33 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Send the "runtime" target to /dev/null too. 2004-11-08 21:35:21 +00:00
allocate.cxx Complete the virtual:type for covariant return types 2004-11-30 20:13:31 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx warning fix 2004-11-04 22:06:51 +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 for enums no longer being handled as integers in the core. 2004-11-28 19:04:28 +00:00
directors.cxx move fix for typedef (no ptr/no ref) + director from directors.cxx to lang.cxx. This should fix more related problems around. Also fix for unnamed namespace in lang.cxx 2004-11-03 08:00:14 +00:00
emit.cxx compact default arguments feature (original default argument wrapping mode) 2004-10-20 20:59:33 +00:00
guile.cxx Switch Guile module to use -scm as default instead of -gh. 2004-11-04 01:02:21 +00:00
java.cxx Fixes for enums no longer being handled as integers in the core. 2004-11-28 19:03:02 +00:00
lang.cxx Store the complete return type for director methods. Over time, the director code can migrate to using the new "returntype" attribute rather than each language module calculating it themselves. 2004-11-30 20:18:33 +00:00
main.cxx patch #1069631 to disable cpp 2004-11-22 01:37:29 +00:00
modula3.cxx warning fixes compiling under mingw 2004-11-08 21:19:47 +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 support/ignore multi-inheritance directors 2004-11-15 22:52:38 +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 support/ignore multi-inheritance directors 2004-11-15 22:52:38 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx support/ignore multi-inheritance directors 2004-11-15 22:52:38 +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 process protected/private bases 2004-11-15 22:53:13 +00:00
tcl8.cxx fix tcl + -namespace + constants(enum) 2004-10-29 22:28:00 +00:00
typepass.cxx Removed last vestiges of enums being handled as integers in the core. 2004-11-28 18:57:40 +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