swig/Source/SWIG1.1
Dave Beazley 34c2500de2 New %types directive
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@800 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-02 16:26:10 +00:00
..
.cvsignore Conditionaly compile experimental code with --enable-experiment 2000-01-30 15:39:55 +00:00
cplus.cxx Modified C++ handling code to inherit destructors so that a derived class 2000-08-31 21:41:00 +00:00
emit.cxx Eliminated old typemap/except code. Variety of minor bug fixes throughout. 2000-08-15 18:29:23 +00:00
internal.h Completely new type implementation. Almost everything broken. Typemaps sort of work. Tcl is the only working language module. More changes to follow over the next few days. 2000-08-14 22:09:56 +00:00
lang.cxx Restored the Python module. Lots of minor fixes and cleanup 2000-08-16 21:47:36 +00:00
main.cxx Minor cleanup 2000-09-01 16:01:42 +00:00
Makefile.in Added dependency to allow for parallel builds. 2000-08-29 08:40:09 +00:00
parser.yxx New %types directive 2000-09-02 16:26:10 +00:00
README Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
scanner.cxx New %types directive 2000-09-02 16:26:10 +00:00
swig11.h Use EXIT_SUCCESS' and EXIT_FAILURE'. 2000-08-31 18:04:30 +00:00

2/10/00

This is the old SWIG1.1 core written in C++.  This is a real mess
and in the process of being deprecated.  Please bear with us.

-- Dave