swig/Source/Modules
William S Fulton c7d90e58d8 improve some director warning messages
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11316 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-06-25 06:01:11 +00:00
..
allegrocl.cxx [allegrocl] Minor tweak to improve wrapping in -nocwrap mode. 2009-05-14 00:35:17 +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 CFFI - Fix seg faults when for %extend and using statements 2009-02-20 23:55:37 +00:00
chicken.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
clisp.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +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 improve some director warning messages 2009-06-25 06:01:11 +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 add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
java.cxx improve some director warning messages 2009-06-25 06:01:11 +00:00
lang.cxx Add support for %extend and memberin typemaps 2009-02-13 07:26:06 +00:00
lua.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
main.cxx Fix -co option which broke in 1.3.37 SF #2605955 2009-02-20 20:55:16 +00:00
modula3.cxx printf(string) -> printf("%s", string) 2009-03-31 10:25:54 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
ocaml.cxx remove extra lookup of directorout typemap 2009-06-05 17:19:29 +00:00
octave.cxx remove extra lookup of directorout typemap 2009-06-05 17:19:29 +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 add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
php.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
pike.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
python.cxx remove extra lookup of directorout typemap 2009-06-05 17:19:29 +00:00
r.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx remove extra lookup of directorout typemap 2009-06-05 17:19:29 +00:00
s-exp.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +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 add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +00:00
typepass.cxx fix Java and C# enums when one of the enum items is ignored 2009-06-16 19:29:08 +00:00
uffi.cxx add new %begin directive for inserting code at top of wrapper file 2009-02-20 07:52:24 +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