swig/Source
Gonzalo Garramuno 4cd98d3865 Improved algorithm of renaming of methods with numbers at the end.
Fixed some const issues.
Improved report on overloaded function error.
Fixed some minor iterator potential problems.



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9770 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-05-04 13:12:31 +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 algorithm of renaming of methods with numbers at the end. 2007-05-04 13:12:31 +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 Improved algorithm of renaming of methods with numbers at the end. 2007-05-04 13:12:31 +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.