swig/Source/Modules
William S Fulton 55d3b5dcca Improved support for native Windows compilers.
It is no longer necessary to explicitly export the SWIG_init DLL function by passing flags to the linker.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4340 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-18 20:18:54 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx -fvirtual 2003-02-16 21:07:16 +00:00
browser.cxx Added missing #include of "swigconfig.h" to Source/Modules/browser.cxx, 2002-12-20 16:27:16 +00:00
chicken.cxx Initial addition. 2003-02-15 01:41:16 +00:00
contract.cxx File move 2002-12-03 20:33:35 +00:00
emit.cxx varargs patch. Critical that we check all of the language modules to make sure they still work. 2003-02-04 16:16:12 +00:00
guile.cxx File move 2002-12-03 20:33:35 +00:00
java.cxx Patch submitted by F. Postma for compiling on HP 2003-02-10 22:19:03 +00:00
lang.cxx File move 2002-12-03 20:33:35 +00:00
main.cxx -fcompact 2003-02-16 21:07:57 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Version simplification. 2002-12-11 22:39:28 +00:00
ocaml.cxx Also normalize reference type as well as pointer type. 2003-02-16 13:33:04 +00:00
overload.cxx Allow number of arguments replacement when overloading. 2003-02-15 02:01:29 +00:00
perl5.cxx File move 2002-12-03 20:33:35 +00:00
php4.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
pike.cxx Corrected overloading-related coding in PIKE::dispatchFunction(). 2002-12-20 17:27:14 +00:00
python.cxx File move 2002-12-03 20:33:35 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Improved support for native Windows compilers. 2003-02-18 20:18:54 +00:00
s-exp.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
swigmain.cxx Add CHICKEN code to the things that need to be built. 2003-02-15 02:04:40 +00:00
swigmod.h Version simplification 2002-12-11 22:33:00 +00:00
tcl8.cxx File move 2002-12-03 20:33:35 +00:00
typepass.cxx File move 2002-12-03 20:33:35 +00:00
xml.cxx (Xml_print_attributes): Do "&" replacement 2003-01-08 12:19:28 +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