swig/Source/SWIG1.1
Dave Beazley 71dad53e9f Modified -l option so that library files are included at the end again. The earlier
change broke a lot of existing code I wasn't anticipating.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@862 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-20 02:23:38 +00:00
..
.cvsignore Conditionaly compile experimental code with --enable-experiment 2000-01-30 15:39:55 +00:00
cplus.cxx Didn't fix the virtual member function problem (at least I don't think 2000-09-03 21:24:13 +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 Changes to support memberin typemap 2000-09-03 19:14:55 +00:00
main.cxx Modified -l option so that library files are included at the end again. The earlier 2000-09-20 02:23:38 +00:00
Makefile.in Added dependency to allow for parallel builds. 2000-08-29 08:40:09 +00:00
parser.yxx Fixed infinite loop on enum. 2000-09-19 16:40:54 +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 Changes to support memberin typemap 2000-09-03 19:14:55 +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