swig/Source/Modules
William S Fulton 160ce6d4a8 Slight performance tweak for templates
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2010-01-29 18:49:16 +00:00
..
allegrocl.cxx Slight performance tweak for templates 2010-01-29 18:49:16 +00:00
allocate.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
browser.cxx
cffi.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
chicken.cxx
clisp.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
contract.cxx
csharp.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
directors.cxx
emit.cxx consistent terminology for multi-argument typemaps 2009-07-29 20:52:29 +00:00
guile.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
java.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
lang.cxx Fix #2933129 - typemaps not being found when the unary scope operator (::) is used to denote global scope 2010-01-22 20:39:54 +00:00
lua.cxx
main.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
modula3.cxx fix SWIG naming convention 2009-08-21 00:25:11 +00:00
module.cxx
mzscheme.cxx Very minor perf tweak 2010-01-08 18:46:41 +00:00
ocaml.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
octave.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
overload.cxx Fix a few inconsistencies in reporting of file/line numberings including modifying the overload warnings to now be two line warnings 2010-01-09 19:34:43 +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 Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
pike.cxx
python.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
r.cxx remove some dead code using which should be using SwigType_typedef_resolve_all instead of SwigType_typedef_resolve 2010-01-20 19:58:28 +00:00
README
ruby.cxx Add typemaps used debugging option (-debug-tmused). Fix missing file/line numbers for typemap warnings and in the output from the -debug-tmsearch/-debug-tmused options 2010-01-04 19:33:52 +00:00
s-exp.cxx
swigmain.cxx
swigmod.h (method, typelist) special variable macro fixed/enhanced and made official 2009-07-29 20:50:39 +00:00
tcl8.cxx Python and Tcl - improve error message for missing constructor when the reason is because the class is abstract. 2009-08-08 22:56:10 +00:00
typepass.cxx
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
xml.cxx

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