swig/Source
William S Fulton edcd297829 Patch to fix wrapping of templated methods. ISO compliant compilers, like
Comeau and GCC-3.4.0, don't like the template specifier that SWIG was generating
when calling the method. This fix may break some non standard compliant compilers,
for example, Sun workshop compilers prior to version 6.2.p2. Patch submitted
by Bill Clarke.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5975 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-06-03 22:57:27 +00:00
..
CParse Unnamed enum instance in global scope fix 2004-05-24 20:13:55 +00:00
DOH added basic Modula-3 support 2004-03-19 11:45:29 +00:00
Include Java and C# typemap changes 2004-06-03 22:30:15 +00:00
Modules csgetcptr and csptrconstructormodifiers typemap replaced by the csbody/csbody_derived typemap 2004-06-03 22:39:16 +00:00
Preprocessor Added the #@ mangling extension 2004-03-17 08:32:11 +00:00
Swig Patch to fix wrapping of templated methods. ISO compliant compilers, like 2004-06-03 22:57:27 +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.