SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. http://www.swig.org
Find a file
Dave Beazley 15f2345dcd Fixed minor bug with %include
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@38 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 21:06:13 +00:00
Source Fixed minor bug with %include 2000-01-11 21:06:13 +00:00
configure.in Moved Makefiles and configure.in to the top level, and added .cvsignore 2000-01-11 20:51:24 +00:00
Makefile.in Moved Makefiles and configure.in to the top level, and added .cvsignore 2000-01-11 20:51:24 +00:00
README Moved Makefiles and configure.in to the top level, and added .cvsignore 2000-01-11 20:51:24 +00:00

SWIG Source Directory

All new development is being done in C. Portions of the old SWIG1.1
C++ base are slowly being converted over.

DOH -  Dave's Object Hack.   A C library containing core datatypes
        for most of the new C-based system.

Core -  C based SWIG core.

Preprocessor - C based preprocessing module.

SWIG1.1  - Old SWIG1.1 C++ core

Modules1.1 - Old SWIG1.1 C++ modules