swig/Source
William S Fulton 7803f9d220 Removed last vestiges of enums being handled as integers in the core.
New attribute, 'enumtype' -> needed when obtaining an enumitem value via a wrapper method - it contains the type of the enum so that an instance of this enum can be declared.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6774 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-28 18:57:40 +00:00
..
CParse more on protected ctors+directors 2004-11-28 10:35:49 +00:00
DOH warning fix 2004-10-29 21:34:01 +00:00
Include add proper deprecated code for %name 2004-11-16 06:32:26 +00:00
Modules Removed last vestiges of enums being handled as integers in the core. 2004-11-28 18:57:40 +00:00
Preprocessor fix macro with empy args 2004-11-18 00:25:23 +00:00
Swig Removed last vestiges of enums being handled as integers in the core. 2004-11-28 18:53:17 +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.