swig/Source
Gonzalo Garramuno 3d51df15be Improved overload method mismatch error with
printing of all available prototypes.  Similar
to a patch to python recently.



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9763 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-05-03 21:01:19 +00:00
..
CParse Don't treat `restrict' as a reserved identifier in C++ mode. 2007-04-16 16:42:00 +00:00
DOH String copying patch from Josh Cherry reducing memory consumption by about 25%. 2007-03-23 22:12:10 +00:00
Include Changed Header to Id 2006-12-05 22:13:00 +00:00
Modules Improved overload method mismatch error with 2007-05-03 21:01:19 +00:00
Preprocessor Major overhaul of C/C++ scanner API. Unified tokenizing code so that tokens are scanned by a common code base 2007-01-12 19:01:40 +00:00
Swig Fix parsing of float constants with an exponent (e.g. 1e-02f) (bug #1699646). 2007-04-21 16:00:02 +00:00
Makefile.am Eliminated use of swigkeys.h/.c files. 2007-01-03 20:58:19 +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.