swig/Source
Marcelo Matus f3c24eff33 fixes for directors + pointers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7860 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-11-21 21:01:35 +00:00
..
CParse Add in support for non standard integral types used on Windows - Bug #872013 2005-11-10 21:21:04 +00:00
DOH add GetFlagAttr/SetFlagAttr to deal with flag attributes as callbak and ref/unref 2005-10-07 13:16:21 +00:00
Include Portability warning for files which will overwrite each other on case insensitive file systems such as FAT32/NTFS. 2005-11-09 22:57:57 +00:00
Modules fixes for directors + pointers 2005-11-21 21:01:35 +00:00
Preprocessor remove extra info printed for %define, but not #define, it makes very hard to find an error since swig reports it from where the macro was defined, not used 2005-10-24 14:38:09 +00:00
Swig fix and make publicly available the upper case and lower case conversion functions 2005-11-09 22:59:01 +00:00
.cvsignore Missing files 2003-05-08 13:02:58 +00:00
Makefile.am Support for Lua added - patch from Mark Gossage 2005-08-15 20:38:34 +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.