swig/Source/Modules
2014-02-22 19:01:48 +04:00
..
allegrocl.cxx
allocate.cxx
browser.cxx
cffi.cxx
chicken.cxx
clisp.cxx
contract.cxx
csharp.cxx Nested classes support is diversified, depending on the language capability. If the language cannot support nested classes, they will be unconditionally moved to the global namespace. If language module does not override Language::nestedClassesSupport() function, nested classes will be ignored, unless "feature:flatnested" is used. 2014-02-02 22:38:13 +04:00
d.cxx
directors.cxx
emit.cxx
go.cxx
guile.cxx
java.cxx Nested classes support is diversified, depending on the language capability. If the language cannot support nested classes, they will be unconditionally moved to the global namespace. If language module does not override Language::nestedClassesSupport() function, nested classes will be ignored, unless "feature:flatnested" is used. 2014-02-02 22:38:13 +04:00
lang.cxx Rename methods to make it clear what 'symbols table' they operate on. 2014-02-19 13:34:50 +04:00
lua.cxx Options in alphabetical order 2014-02-22 19:01:48 +04:00
main.cxx Nested classes support is diversified, depending on the language capability. If the language cannot support nested classes, they will be unconditionally moved to the global namespace. If language module does not override Language::nestedClassesSupport() function, nested classes will be ignored, unless "feature:flatnested" is used. 2014-02-02 22:38:13 +04:00
modula3.cxx
module.cxx
mzscheme.cxx
nested.cxx Nested classes support is diversified, depending on the language capability. If the language cannot support nested classes, they will be unconditionally moved to the global namespace. If language module does not override Language::nestedClassesSupport() function, nested classes will be ignored, unless "feature:flatnested" is used. 2014-02-02 22:38:13 +04:00
ocaml.cxx
octave.cxx
overload.cxx Removing obsolete debug code 2014-02-19 13:34:48 +04:00
perl5.cxx
php.cxx
pike.cxx
python.cxx
r.cxx
README
ruby.cxx
s-exp.cxx
swigmain.cxx
swigmod.h Rename methods to make it clear what 'symbols table' they operate on. 2014-02-19 13:34:50 +04:00
tcl8.cxx
typepass.cxx Nested classes support is diversified, depending on the language capability. If the language cannot support nested classes, they will be unconditionally moved to the global namespace. If language module does not override Language::nestedClassesSupport() function, nested classes will be ignored, unless "feature:flatnested" is used. 2014-02-02 22:38:13 +04:00
uffi.cxx
utils.cxx
xml.cxx

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