swig/Source/Modules
Art Yerkes dd64ccf0ae Added class template support (removes text of ocaml class definition from swig
executable).  Now, changes to the implementation of classes can be made without
affecting SWIG itself.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4872 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-08 03:49:09 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx Compiler warnings. 2003-03-23 20:44:52 +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 Matched the text for warnings 462 and 463 to that shown in the docs. 2003-06-01 22:53:38 +00:00
contract.cxx wrap by contract work 2003-05-21 21:18:44 +00:00
csharp.cxx Fix for proxy class typemaps so that they use the C++ type and not the proxy class name. 2003-05-11 21:37:52 +00:00
emit.cxx Cleanup. 2003-05-29 18:29:01 +00:00
guile.cxx Merged first chunk of Guile changes contributed by John Lenz. 2003-06-03 22:12:50 +00:00
java.cxx Fix for proxy class typemaps so that they use the C++ type and not the proxy class name. 2003-05-11 21:37:52 +00:00
lang.cxx Re-introduces warning for missing globalin and memberin typemaps. Same warning as missing varin typemap. 2003-06-01 22:52:28 +00:00
main.cxx wrap by contract work 2003-05-21 21:29:11 +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 Added class template support (removes text of ocaml class definition from swig 2003-06-08 03:49:09 +00:00
overload.cxx Allow number of arguments replacement when overloading. 2003-02-15 02:01:29 +00:00
perl5.cxx Matched the text for warnings 462 and 463 to that shown in the docs. 2003-06-01 22:53:38 +00:00
php4.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
pike.cxx *** empty log message *** 2003-05-01 16:04:35 +00:00
python.cxx Matched the text for warnings 462 and 463 to that shown in the docs. 2003-06-01 22:53:38 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx *** empty log message *** 2003-06-04 23:36:13 +00:00
s-exp.cxx Minor tweak to remove warnings 2003-05-07 18:58:36 +00:00
swigmain.cxx cosmetic change 2003-03-19 20:44:44 +00:00
swigmod.h wrap by contract work 2003-05-21 21:18:44 +00:00
tcl8.cxx Matched the text for warnings 462 and 463 to that shown in the docs. 2003-06-01 22:53:38 +00:00
typepass.cxx Very subtle change to handling of unnamed enums and typedef (an 2003-05-01 19:48:14 +00:00
xml.cxx Fixed xml sym:name problem. 2003-03-23 14:13:34 +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