swig/Source/SWIG1.1
Dave Beazley 8a7d0af5ad Changed the handling of types in parameter lists and removed the %val
and %out directives.    This result of this change is that SWIG does
a lot less manipulation of types before they are given to language
modules.  It also means that a lot of stuff is going to be broken
for a short period of time.   I am working on cleaning all of this up
so give me a few days to sort it out.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@588 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-07-20 20:26:17 +00:00
..
.cvsignore Conditionaly compile experimental code with --enable-experiment 2000-01-30 15:39:55 +00:00
cplus.cxx Changed the handling of types in parameter lists and removed the %val 2000-07-20 20:26:17 +00:00
emit.cxx Changed the handling of types in parameter lists and removed the %val 2000-07-20 20:26:17 +00:00
internal.h Moved parms and types to C. Changed parameter API 2000-07-13 19:38:59 +00:00
lang.cxx Lot's of cleanup. Removed some more source files. Migrated more functionality to C. 2000-06-18 20:34:21 +00:00
main.cxx Moved parms and types to C. Changed parameter API 2000-07-13 19:38:59 +00:00
Makefile.in Moved parms and types to C. Changed parameter API 2000-07-13 19:38:59 +00:00
parser.yxx Changed the handling of types in parameter lists and removed the %val 2000-07-20 20:26:17 +00:00
README Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
scanner.cxx Changed the handling of types in parameter lists and removed the %val 2000-07-20 20:26:17 +00:00
sstring.cxx C++ String class and all operator overloading removed. 2000-07-10 03:11:24 +00:00
swig11.h Moved parms and types to C. Changed parameter API 2000-07-13 19:38:59 +00:00
typemap.cxx Changed the handling of types in parameter lists and removed the %val 2000-07-20 20:26:17 +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