swig/Source/Modules
William S Fulton 2a1a430967 Remove some R debugging output
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11959 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2010-04-01 18:29:36 +00:00
..
allegrocl.cxx [allegrocl] Use fully qualified symbol name for cl::identity 2010-03-10 19:38:24 +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 Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +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 Fix nspace when no -namespace is used (for C#) 2010-03-17 19:35:45 +00:00
directors.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
emit.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
guile.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
java.cxx Java/C# constants fix after last nspace commit 2010-03-13 23:39:46 +00:00
lang.cxx Change typemap matching rules for the default type (SWIGTYPE) to follow template partial specialization type deduction. Fixes some containers of const pointers. SWIGTYPE*& typemps removed and replaced with SWIGTYPE *const&. 2010-04-01 18:26:37 +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 Fix incorrect current directory handling from last commit 2010-03-13 23:24:15 +00:00
modula3.cxx Correct file and line number display for some error messages, these now also result in exiting with an error. 2010-03-13 23:08:02 +00:00
module.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
mzscheme.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
ocaml.cxx add some missing nspace support 2010-03-10 22:00:14 +00:00
octave.cxx Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +00:00
overload.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
perl5.cxx Correct file and line number display for some error messages, these now also result in exiting with an error. 2010-03-13 23:08:02 +00:00
php.cxx Correct file and line number display for some error messages, these now also result in exiting with an error. 2010-03-13 23:08:02 +00:00
pike.cxx add some missing nspace support 2010-03-10 22:00:14 +00:00
python.cxx Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +00:00
r.cxx Remove some R debugging output 2010-04-01 18:29:36 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx minor ruby cleanup 2010-03-13 00:24:00 +00:00
s-exp.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
swigmain.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
swigmod.h Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +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 Add improved namespace support - the nspace feature, working for Java only at the moment. 2010-03-04 21:27:23 +00:00
uffi.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
utils.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +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