summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-04-20 20:41:01 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-04-20 20:41:01 +0000
commit9976dc9d757c40ec9b5b178390683c49fd9dd73f (patch)
tree371162a3f8c0697f88e5d1e70d02ee3369fa405f /CHANGES
parentb0921513e0454f02904d3eb9034961bb28a1de6a (diff)
downloadswig-9976dc9d757c40ec9b5b178390683c49fd9dd73f.tar.gz
Add allprotected mode for wrapping protected members when using directors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10381 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES87
1 files changed, 87 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ae4c97957..fc3018a1d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,93 @@ SWIG (Simplified Wrapper and Interface Generator)
See CHANGES.current for current version.
+Version 1.3.35 (7 April 2008)
+=============================
+
+04/07/2008: wsfulton
+ [Lua] Add missing pointer reference typemaps
+
+04/06/2008: wsfulton
+ Fix stack overflow when using typemap warning suppression, eg
+ %warnfilter(SWIGWARN_TYPEMAP_CHARLEAK_MSG)
+
+04/05/2008: wsfulton
+ [Python] Fix shared_ptr typemaps so that %pythonnondynamic can be used. Also corrects
+ display of the proxy class type. Reported by Robert Lupton.
+
+04/04/2008: olly
+ [Python] Add %newobject reference to python memory management subsection of manual
+ (patch from mdbeachy in SF#1894610).
+
+03/27/2008: wsfulton
+ [Python] Fix shared_ptr typemaps where the pointer type is a templated type with
+ with more than one parameter. Reported by Robert Lupton.
+
+03/27/2008: mgossage
+ [Lua] Added a typemap DISOWN for SWIGTYPE* and SWIGTYPE[], and support for %delobject feature.
+ Added Examples/lua/owner which demonstrates the use of the memory management.
+
+03/26/2008: wsfulton
+ [Java] Apply patch #1844301 from Monty Taylor to suppress enum constructor
+ unused warnings.
+
+03/26/2008: wsfulton
+ [Python] Apply patch #1924524 from Casey Raymondson which ensures the
+ "No constructor defined" message is displayed when attempting to call a
+ constructor on a class that doesn't have a constructor wrapper, eg if
+ the C++ class is abstract.
+
+03/26/2008: wsfulton
+ [Python] Apply patch #1925702 from Casey Raymondson which removes warning 512
+ for std::vector wrappers.
+
+03/26/2008: olly
+ [Python] Apply GCC 4.3 warnings patch from Philipp Thomas
+ (SF#1925122).
+
+03/21/2008: wsfulton
+ [Python] Thread safety patch for STL iterators from Abhinandan Jain.
+
+03/17/2008: mgossage
+ [Lua] Added %luacode feature to add source code into wrappers.
+ Updated documentation to document this.
+ Added Examples/lua/arrays to show its use (and typemaps)
+
+03/17/2008: olly
+ Fix nonportable sed usage which failed on Mac OS X (and probably
+ other platforms). Fixes SF#1903612.
+
+03/17/2008: olly
+ Fix memory leak in SWIG's parser (based on patch from Russell
+ Bryant in SF#1914023).`
+
+03/12/2008: wsfulton
+ Fix bug #1878285 - unnecessary cast for C struct creation wrappers.
+
+03/12/2008: wsfulton
+ [Python] Remove debugging info when using shared_ptr support
+
+03/06/2008: mgossage
+ [Lua] Updated documentation for Lua exceptions.
+ Added Examples/lua/exception and Examples/lua/embed2.
+ Small updates to the typemaps.
+
+03/04/2008: wsfulton
+ [Java, C#] Add char *& typemaps.
+
+03/04/2008: wsfulton
+ Fix occasional seg fault when attempting to report overloaded methods as being ignored.
+
+02/29/2008: wsfulton
+ [Perl] Fix #1904537 Swig causes a Perl warning "x used only once" in Perl 5.10
+ reported by Ari Jolma
+
+02/29/2008: wsfulton
+ [Python] Add shared_ptr varin/varout typemaps for wrapping global variables.
+
+02/25/2008: wsfulton
+ Fix $wrapname to work in %exception (fixes some wrap:name assertions)
+
Version 1.3.34 (27 February 2008)
=================================