Update summary for 1.3.28
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8568 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0f4408b17f
commit
341b392845
1 changed files with 16 additions and 7 deletions
23
README
23
README
|
|
@ -75,17 +75,26 @@ What's New?
|
|||
|
||||
SWIG-1.3.28 summary:
|
||||
- New language module: Common Lisp with CFFI.
|
||||
- Minor bug fixes and improvements to the Lua, Ruby, Java,
|
||||
modules.
|
||||
- Support for Ruby bang methods.
|
||||
- More powerful renaming (%rename) capability.
|
||||
- More user friendly warning handling.
|
||||
- Initial GCJ/Java to scripting language support.
|
||||
- Copy constructor generation if none declared.
|
||||
- Explicit conversions (python)
|
||||
- Optional automatic copy constructor wrapper generation.
|
||||
- Explicit conversions (python).
|
||||
- Python threading support added.
|
||||
- Support for Ruby bang methods.
|
||||
- Better handling of std::string variables.
|
||||
- Unified typemap library (UTL) providing core typemaps for all scripting languages.
|
||||
|
||||
- Unified typemap library (UTL) potentially providing core typemaps for all
|
||||
scripting languages based on the recently evolving Python typemaps.
|
||||
- Python, Ruby, Perl and Tcl using using the UTL.
|
||||
- Improved dispatching in overloaded functions by using a cast and rank
|
||||
mechanism.
|
||||
- Better handling of Windows extensions and types.
|
||||
- C++ support added to the Allegrocl module, also enhanced C support.
|
||||
- Python STL support improved, eg performance improvements and addition of
|
||||
iterators and STL containers of native Python types.
|
||||
- Better runtime error reporting.
|
||||
- Minor bug fixes and improvements to the Lua, Ruby, Java, C#, Python, Guile,
|
||||
Chicken, Tcl and Perl modules.
|
||||
|
||||
SWIG-1.3.27 summary:
|
||||
- Fix bug in anonymous typedef structures which was leading to strange behaviour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue