*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4600 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fd3ee6349e
commit
538f3a8253
2 changed files with 10 additions and 3 deletions
9
SWIG/NEW
9
SWIG/NEW
|
|
@ -2,7 +2,7 @@ New Features and Important Changes, v1.3
|
|||
|
||||
Author(s) : David Beazley
|
||||
|
||||
June 2, 2002
|
||||
March 21, 2003
|
||||
|
||||
1. Introduction
|
||||
---------------
|
||||
|
|
@ -246,6 +246,13 @@ and it is simpler to implement than the old string based approach.
|
|||
|
||||
6.9 %feature directive.
|
||||
|
||||
6.10 Ocaml module added.
|
||||
|
||||
6.11 XML module added.
|
||||
|
||||
6.12 CHICKEN module added.
|
||||
|
||||
6.13 C# module added.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ $Header$
|
|||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with
|
||||
languages including Perl, Python, Tcl, Guile, Mzscheme,
|
||||
Java, Ruby, PHP, Ocaml and CHICKEN.
|
||||
Java, Ruby, PHP, Ocaml, C# and CHICKEN.
|
||||
|
||||
SWIG reads annotated C/C++ header files and creates wrapper code (glue
|
||||
code) in order to make the corresponding C/C++ libraries available to
|
||||
|
|
@ -84,7 +84,7 @@ The most notable changes since SWIG1.1 include the following:
|
|||
- A full C preprocessor with macro expansion.
|
||||
Includes C99 variadic macro support.
|
||||
|
||||
- Java, Ruby, MzScheme, PHP4, OCAML, Pike, CHICKEN and XML modules
|
||||
- Java, Ruby, MzScheme, PHP4, OCAML, Pike, CHICKEN, XML and C# modules
|
||||
added. Guile module improved.
|
||||
|
||||
- Better code generation. SWIG is better able to make optimizations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue