swig/Source/Modules
2008-09-01 21:46:41 +00:00
..
allegrocl.cxx Commit patch 2019314 2008-08-02 08:28:02 +00:00
allocate.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx patch #2079381 submitted by Boris Smilga - constant exprs put into no-eval context in DEFCENUM 2008-09-01 21:46:41 +00:00
chicken.cxx fix typo 2008-06-23 21:14:53 +00:00
clisp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
contract.cxx Fix SF #1943608 - substitution in %contract. 2008-05-11 20:25:12 +00:00
csharp.cxx fix potential null pointer usage as reported by Coverity Prevent 2008-06-29 00:50:27 +00:00
directors.cxx Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
emit.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
guile.cxx fix typo 2008-06-23 21:14:53 +00:00
java.cxx Fix enums when using -noproxy 2008-06-02 20:15:39 +00:00
lang.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
lua.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
main.cxx correct comment about deprecated option 2008-06-24 21:53:12 +00:00
modula3.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
ocaml.cxx fix some potential null pointer usage as reported by CoveriCoverity Prevent 2008-06-29 00:19:05 +00:00
octave.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
overload.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
perl5.cxx rollback 10737:10749, this work is better left on a branch until it is 2008-08-19 07:09:29 +00:00
php.cxx [PHP] The deprecated command line option "-make" has been removed. 2008-07-04 01:02:22 +00:00
pike.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
python.cxx reconstruct the relative import, now the generated code looks better 2008-07-02 07:08:00 +00:00
r.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
s-exp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmain.cxx [PHP4] Support for PHP4 has been removed. The PHP developers are 2008-07-02 05:55:18 +00:00
swigmod.h Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
tcl8.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
typepass.cxx Additions to %types so that a user can specify the code to go into the casting / conversion function 2008-01-31 22:45:59 +00:00
uffi.cxx Fix portability problem using /dev/null 2008-09-01 20:42:40 +00:00
utils.cxx Fix wrapping of overloaded protected methods when using allprotected mode 2008-05-07 20:59:00 +00:00
xml.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +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