swig/Source/Modules
Sylvestre Ledru e48855bfbf Merge from trunk
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12733 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2011-06-03 20:35:55 +00:00
..
allegrocl.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
allocate.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
browser.cxx merge revisions 11872:11876 from trunk to gsoc2009-sploving branch - license changes 2010-03-06 01:19:37 +00:00
cffi.cxx Better consistency in usage display 2011-03-09 21:42:38 +00:00
chicken.cxx Fix for a few affected target languages since last commit changed the way enum values that are type char are handled. 2011-03-26 23:25:14 +00:00
clisp.cxx Better consistency in usage display 2011-03-09 21:42:38 +00:00
contract.cxx merge revisions 11872:11876 from trunk to gsoc2009-sploving branch - license changes 2010-03-06 01:19:37 +00:00
csharp.cxx SF bug #3195112 - fix wrapping of enums that are type char 2011-03-26 15:28:31 +00:00
d.cxx [D] nspace: Correctly generate identifiers for base classes when 2011-04-23 13:34:08 +00:00
directors.cxx merge revisions 11872:11876 from trunk to gsoc2009-sploving branch - license changes 2010-03-06 01:19:37 +00:00
emit.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
go.cxx Initialize a couple of members accidentally left uninitialized. 2011-04-30 06:02:28 +00:00
guile.cxx Fix for a few affected target languages since last commit changed the way enum values that are type char are handled. 2011-03-26 23:25:14 +00:00
java.cxx Apply #3289851 to fix memory leak in directors when checking for pending exceptions. 2011-05-17 19:15:50 +00:00
lang.cxx Add in missing wrappers for friend functions for some target languages 2011-04-01 23:06:40 +00:00
lua.cxx [Lua, Python, Tcl] C/C++ prototypes shown in error message when calling an overloaded method with incorrect arguments improved to show always show fully qualified name and if a const method. Also fixed other Lua error messages in generated code which weren't consistently using the fully qualified C++ name. 2011-05-05 06:23:02 +00:00
main.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
modula3.cxx Better consistency in usage display 2011-03-09 21:42:38 +00:00
module.cxx merge revisions 11872:11876 from trunk to gsoc2009-sploving branch - license changes 2010-03-06 01:19:37 +00:00
mzscheme.cxx Fix for a few affected target languages since last commit changed the way enum values that are type char are handled. 2011-03-26 23:25:14 +00:00
ocaml.cxx Fix for a few affected target languages since last commit changed the way enum values that are type char are handled. 2011-03-26 23:25:14 +00:00
octave.cxx Help goes to stdout not stderr 2011-05-17 05:47:23 +00:00
overload.cxx Fix partial overloading warning messages appearing 2011-03-11 22:36:59 +00:00
perl5.cxx Better consistency in usage display 2011-03-09 21:42:38 +00:00
php.cxx SWIG_ZTS_SetPointerZval() now interprets bit 1 in newobject as meaning (wrap 2011-05-30 06:47:47 +00:00
pike.cxx Fix for a few affected target languages since last commit changed the way enum values that are type char are handled. 2011-03-26 23:25:14 +00:00
python.cxx Add in error handling in the even of not being able to find a base when initializing a builtin type - should the base not be loaded 2011-05-20 05:58:05 +00:00
r.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
s-exp.cxx merge revisions 11872:11876 from trunk to gsoc2009-sploving branch - license changes 2010-03-06 01:19:37 +00:00
scilab.cxx Make dynamic_cast.cpptest work 2011-05-30 13:46:03 +00:00
swigmain.cxx Merged from trunk 2011-05-06 10:15:45 +00:00
swigmod.h constify SwigType * in many places 2010-12-15 21:55:08 +00:00
tcl8.cxx [Lua, Python, Tcl] C/C++ prototypes shown in error message when calling an overloaded method with incorrect arguments improved to show always show fully qualified name and if a const method. Also fixed other Lua error messages in generated code which weren't consistently using the fully qualified C++ name. 2011-05-05 06:23:02 +00:00
typepass.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
uffi.cxx Remove redundant code highlighted by warnings in gcc-4.6 2011-03-14 07:22:08 +00:00
utils.cxx Cosmetic - comments added 2011-05-05 06:09:55 +00:00
xml.cxx merge revisions 11872:11876 from trunk to gsoc2009-sploving branch - license changes 2010-03-06 01:19:37 +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