swig/Source/Modules
Miklos Vajna 7e4b1a086d PHP: Cleanups.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11479 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-07-30 12:16:50 +00:00
..
allegrocl.cxx consistent terminology for multi-argument typemaps 2009-07-29 20:52:29 +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 Typemap API changes to facilitate more uniform typemap handling across language modules - in particular some typemaps usage did not respect the warning attribute and other warning handling and $typemap special variable (which will be refined in future commit) as well as local typemap variable handling: 2009-07-08 12:17:45 +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 Typemap API changes to facilitate more uniform typemap handling across language modules - in particular some typemaps usage did not respect the warning attribute and other warning handling and $typemap special variable (which will be refined in future commit) as well as local typemap variable handling: 2009-07-08 12:17:45 +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 typemap method name: use consistent terminology in code 2009-07-30 06:06:49 +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 consistent terminology for multi-argument typemaps 2009-07-29 20:52:29 +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 typemap method name: use consistent terminology in code 2009-07-30 06:06:49 +00:00
lang.cxx (method, typelist) special variable macro fixed/enhanced and made official 2009-07-29 20:50:39 +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 typemap method name: use consistent terminology in code 2009-07-30 06:06:49 +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 fix typo 2009-07-12 21:11:08 +00:00
overload.cxx remove some debugging cruft 2009-07-26 21:29:55 +00:00
perl5.cxx [Perl] Don't specify Perl prototype "()" for a constructor with a 2009-07-15 07:43:16 +00:00
php.cxx PHP: Cleanups. 2009-07-30 12:16:50 +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 improve WARN_LANG_OVERLOAD_KEYWORD warning by giving the name of the overloaded function 2009-07-18 22:34:33 +00:00
r.cxx fix some overloaded warning messages when templates are used 2009-07-26 21:21:26 +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 (method, typelist) special variable macro fixed/enhanced and made official 2009-07-29 20:50:39 +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 Typemap API changes to facilitate more uniform typemap handling across language modules - in particular some typemaps usage did not respect the warning attribute and other warning handling and $typemap special variable (which will be refined in future commit) as well as local typemap variable handling: 2009-07-08 12:17:45 +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