swig/Source/Modules
William S Fulton b0df32dd1a Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free:
const fixes and function prototype declarations matching the definition etc


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5639 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-01-15 22:46:07 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
browser.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
chicken.cxx Major refactoring of DOH List/Hash iterators. See CHANGES 2003-09-11 20:26:57 +00:00
contract.cxx Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +00:00
csharp.cxx Covariant return type fixes... 2003-12-23 21:46:56 +00:00
directors.cxx Common director support functions moved to new file directors.cxx 2003-11-18 20:21:39 +00:00
emit.cxx - Normalize the 'Swig_error' calls and formats, before some 2004-01-15 08:33:12 +00:00
guile.cxx Don't qualify member function names twice. (Thanks to John Lenz.) 2003-11-21 09:18:10 +00:00
java.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
lang.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
main.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Remove symbol clashes between runtime libraries. 2003-10-05 11:36:52 +00:00
ocaml.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
overload.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
perl5.cxx Turned on shadow classes by default. 2003-12-17 19:09:36 +00:00
php4.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
pike.cxx Various warning fixes for .NET 2003 cl /W4 to work barring one warning and for gcc -ansi -Wall -pedantic to be warning free: 2004-01-15 22:46:07 +00:00
python.cxx eliminate spurious temporal variables 2004-01-14 06:46:20 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx *** empty log message *** 2003-12-22 17:23:02 +00:00
s-exp.cxx Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +00:00
swigmain.cxx extern method declarations moved to header file 2003-11-18 20:21:15 +00:00
swigmod.h Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +00:00
tcl8.cxx Fixed cross module linking of base-classes. Base classes are now located using SWIG_TypeQuery() 2003-11-25 03:51:35 +00:00
typepass.cxx - Normalize the 'Swig_error' calls and formats, before some 2004-01-15 08:33:12 +00:00
utils.cxx %rename(x) Foo::y(); 2003-12-10 23:10:31 +00:00
xml.cxx Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +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