Phil Thompson <phil@riverbankcomputing.com> [Sun, 29 Apr 2012 18:10:36 +0100] rev 1050
Removed the macx-xcode file at it isn't supported by the build system.
Phil Thompson <phil@riverbankcomputing.com> [Thu, 26 Apr 2012 18:33:15 +0100] rev 1049
Removed the free() of a code block filename now that filenames are retained for
error messages.
Phil Thompson <phil@riverbankcomputing.com> [Thu, 26 Apr 2012 14:15:47 +0100] rev 1048
Error messages related to callables should now include the filename and line
number of the callable in the .sip source file.
Phil Thompson <phil@riverbankcomputing.com> [Wed, 18 Apr 2012 11:03:40 +0100] rev 1047
Fixed the support for keeping an extra reference to a containing class when
refering to a member variable.
Phil Thompson <phil@riverbankcomputing.com> [Mon, 16 Apr 2012 14:01:40 +0100] rev 1046
Eliminate a race condition in sip_api_is_py_method().
Phil Thompson <phil@riverbankcomputing.com> [Sat, 14 Apr 2012 11:56:37 +0100] rev 1045
Improved the text of the exception raised when a wrapped C/C++ object doesn't
exist.
Phil Thompson <phil@riverbankcomputing.com> [Mon, 09 Apr 2012 10:55:42 +0100] rev 1044
Taught the build system about Qt5's QtGui module.
Phil Thompson <phil@riverbankcomputing.com> [Mon, 02 Apr 2012 16:45:08 +0100] rev 1043
Allow a string as well as an identifier for arguments to various name=
settings so that name="name" can be used.
Phil Thompson <phil@riverbankcomputing.com> [Fri, 09 Mar 2012 15:55:21 +0000] rev 1042
Updated the Unicode support for Python v3.3.
Phil Thompson <phil@riverbankcomputing.com> [Sun, 04 Mar 2012 17:16:56 +0000] rev 1041
Ensure a reference is kept to the containing object when getting an instance
variable that is a non-const wrapped object. This should (safely) avoid a
certain kind of application bug.