swig/Source/Modules
2010-09-21 06:07:06 +00:00
..
allegrocl.cxx Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
allocate.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
browser.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
cffi.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
chicken.cxx Remove superfluous semicolons. 2010-05-21 07:10:12 +00:00
clisp.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
contract.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
csharp.cxx File and line number corrections for warnings WARN_JAVA_MULTIPLE_INHERITANCE WARN_MODULA3_MULTIPLE_INHERITANCE WARN_CSHARP_MULTIPLE_INHERITANCE and errors 'The javabase typemap for proxy' 'No methodname attribute...' 'No methodmodifiers attribute...' 'The csbase typemap for proxy...' 2010-09-20 19:11:55 +00:00
directors.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
emit.cxx Fix segfault when using Python's -threads options and exceptions are thrown 2010-04-08 06:46:18 +00:00
go.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
guile.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
java.cxx File and line number corrections for warnings WARN_JAVA_MULTIPLE_INHERITANCE WARN_MODULA3_MULTIPLE_INHERITANCE WARN_CSHARP_MULTIPLE_INHERITANCE and errors 'The javabase typemap for proxy' 'No methodname attribute...' 'No methodmodifiers attribute...' 'The csbase typemap for proxy...' 2010-09-20 19:11:55 +00:00
lang.cxx Expand the family of debug print functions for displaying DOH types. Provide gdb support for calling these. Document improved debugging experience. 2010-09-15 20:17:11 +00:00
lua.cxx Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +00:00
main.cxx Include the values of configurable options in swig -version. 2010-07-22 17:02:55 +00:00
modula3.cxx Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE, WARN_TYPE_UNDEFINED_CLASS, WARN_MODULA3_MULTIPLE_INHERITANCE 2010-09-21 06:07:06 +00:00
module.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
mzscheme.cxx Remove superfluous semicolons. 2010-05-21 07:10:12 +00:00
ocaml.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
octave.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
overload.cxx Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
perl5.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
php.cxx [PHP] Fix handling of OUTPUT typemaps (Patch from Ryan in SF#3058394). 2010-09-08 02:40:56 +00:00
pike.cxx add some missing nspace support 2010-03-10 22:00:14 +00:00
python.cxx Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE, WARN_TYPE_UNDEFINED_CLASS, WARN_MODULA3_MULTIPLE_INHERITANCE 2010-09-21 06:07:06 +00:00
r.cxx code style: fix inconsistent NULL pointer comparisons 2010-06-17 23:49:12 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE, WARN_TYPE_UNDEFINED_CLASS, WARN_MODULA3_MULTIPLE_INHERITANCE 2010-09-21 06:07:06 +00:00
s-exp.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
swigmain.cxx Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
swigmod.h Expand the family of debug print functions for displaying DOH types. Provide gdb support for calling these. Document improved debugging experience. 2010-09-15 20:17:11 +00:00
tcl8.cxx Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +00:00
typepass.cxx Various inherited class warning/error line number fixes 2010-09-18 01:14:21 +00:00
uffi.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
utils.cxx Expand the family of debug print functions for displaying DOH types. Provide gdb support for calling these. Document improved debugging experience. 2010-09-15 20:17:11 +00:00
xml.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +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