swig/Source/Modules
2009-02-13 07:26:06 +00:00
..
allegrocl.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +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 All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA 2008-12-30 00:38:34 +00:00
chicken.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
clisp.cxx add missing language specific preprocessor define where missing for some languages 2008-12-29 23:56:03 +00:00
contract.cxx Patch #1992756 from Colin McDonald - %contract not working for classes in namespace 2009-01-10 01:15:03 +00:00
csharp.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
directors.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +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 Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
java.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
lang.cxx Add support for %extend and memberin typemaps 2009-02-13 07:26:06 +00:00
lua.cxx All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA 2008-12-30 00:38:34 +00:00
main.cxx remove debugging output 2009-01-29 21:20:31 +00:00
modula3.cxx All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA 2008-12-30 00:38:34 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA 2008-12-30 00:38:34 +00:00
ocaml.cxx All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA 2008-12-30 00:38:34 +00:00
octave.cxx Fix octave test allprotected. 2009-01-10 00:29:37 +00:00
overload.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
perl5.cxx Fix segfault when using -perl -v 2009-01-15 07:29:28 +00:00
php.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
pike.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
python.cxx Fix SF#2552488: indentation adjust of %pythonappend and %pythonprepend 2009-01-31 14:37:54 +00:00
r.cxx All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA 2008-12-30 00:38:34 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
s-exp.cxx add missing language specific preprocessor define where missing for some languages 2008-12-29 23:56:03 +00:00
swigmain.cxx remove last vestiges of php4 and encourage use of -php rather than -php5 2008-12-06 23:15:20 +00:00
swigmod.h Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
tcl8.cxx Mark SWIGPERL5, SWIGPHP5, and SWIGTCL8 as deprecated in the source 2009-01-05 22:40:07 +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 Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
utils.cxx Fix wrapping of overloaded protected methods when using allprotected mode 2008-05-07 20:59:00 +00:00
xml.cxx customised ccache support: read the CCACHE_OUTFILES env variable and if exists, the names of all generated files are written to the filename specified in the env variable 2008-11-03 12:51:45 +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