2 weeks agoRemoved the macx-xcode file at it isn't supported by the build system. 4.13-maint tip
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.

2 weeks agoRemoved the free() of a code block filename now that filenames are retained for 4.13-maint
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.

2 weeks agoError messages related to callables should now include the filename and line 4.13-maint
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.

4 weeks agoFixed the support for keeping an extra reference to a containing class when 4.13-maint
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.

4 weeks agoEliminate a race condition in sip_api_is_py_method(). 4.13-maint
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().

4 weeks agoImproved the text of the exception raised when a wrapped C/C++ object doesn't 4.13-maint
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.

5 weeks agoTaught the build system about Qt5's QtGui module. 4.13-maint
Phil Thompson <phil@riverbankcomputing.com> [Mon, 09 Apr 2012 10:55:42 +0100] rev 1044
Taught the build system about Qt5's QtGui module.

6 weeks agoAllow a string as well as an identifier for arguments to various name= 4.13-maint
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.

2 months agoUpdated the Unicode support for Python v3.3. 4.13-maint
Phil Thompson <phil@riverbankcomputing.com> [Fri, 09 Mar 2012 15:55:21 +0000] rev 1042
Updated the Unicode support for Python v3.3.

2 months agoEnsure a reference is kept to the containing object when getting an instance 4.13-maint
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.