From ef3906f038a70991b163ade8844f4785cf0ffe0a Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 2 Nov 2006 12:05:03 +0000 Subject: [PATCH] Add "PHP5 class wrappers" to the list of exciting new stuff in 1.3.30. Add "R" to the summary of supported languages. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9513 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index fee038674..8530e9d7d 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ Version: 1.3.30rc1 (November 1, 2006) Tagline: SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua, - Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3, and - Common Lisp (CLISP, Allegro CL, CFFI, UFFI). + Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3, + Common Lisp (CLISP, Allegro CL, CFFI, UFFI), and R. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to @@ -96,6 +96,7 @@ SWIG-1.3.30 summary: - Numerous director fixes and improvements - Improved mingw/msys support - Better constants support in Guile and chicken modules +- Support for generating PHP5 class wrappers - Minor improvements/fixes in cffi, php, allegrocl, perl, chicken, lua, ruby, ocaml, python, java, c# and guile language modules - Many many other bug fixes