swig/Source
William S Fulton f331ce63c0 minor superficial mod
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6392 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-16 20:32:18 +00:00
..
CParse add initial C99 complex support + long double 2004-10-10 08:18:14 +00:00
DOH Just fixed comment (strncmp is ANSI C so will be present on all systems as SWIG requires an ANSI compiler) 2004-09-27 20:17:36 +00:00
Include Bill Clarke patch: fix to ensure SWIGIMPORT always defined for %import and new warning when using -importall and -includeall together 2004-09-27 19:35:05 +00:00
Modules Removed ability to share type information by C linking 2004-10-16 18:23:59 +00:00
Preprocessor oops, SWIGIMPORT changed to SWIGIMPORTED 2004-09-27 19:53:33 +00:00
Swig minor superficial mod 2004-10-16 20:32:18 +00:00
.cvsignore Missing files 2003-05-08 13:02:58 +00:00
Makefile.am Added Allegro CL module 2004-04-27 23:00:41 +00:00
README *** empty log message *** 2002-12-03 20:43:22 +00:00

SWIG Source directory

This directory currently contains a mix of legacy SWIG1.1 code and
recent development work.  As a result, it's still a little messy.
Here is a rough breakdown of the directories:

 Source/DOH          -  A core set of basic datatypes including
                        strings, lists, hashes, and files.  Used
                        extensively by the rest of SWIG.

 Source/Swig         -  Swig core. Type-system, utility functions.

 Source/Preprocessor -  SWIG C Preprocessor

 Source/CParse       -  SWIG C Parser (still messy)

 Source/Modules      -  Language modules.


The following directories may be in CVS, but are largely deprecated:

 Source/Modules1.1   -  Old SWIG-1.1 modules. Empty.

 Source/LParse       -  Experimental parser.  Officially dead
                        as CParse is more capable.

 Source/SWIG1.1      -  Old SWIG1.1 core. Completely empty now.