Download List

项目描述

SIP is a tool to generate C++ interface code for Python. It is similar to SWIG, but uses a different interface format. It was used to build PyQt and PyKDE, and has support for the Qt signal/slot mechanism.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-23 22:49 Back to release list
4.13.1

否决警告可以不再被禁用。类模板现在允许超级类定义为模板参数。此版本将 all_raise_py_exception 参数添加到 %模块指令、 /NoRaisesPyException/ 函数注释、 /PyName/ typedef 批注、 支助为"公共"超级类列表,在前面的类的名称为"受保护"和"私有"(任何这种超级的类将被忽略) 的超级类列表中前一类的名称。
Deprecation warnings can no longer be disabled. Class templates now allow super-classes to be defined as template arguments. This release adds the all_raise_py_exception argument to the %Module directive, the /NoRaisesPyException/ function annotation, the /PyName/ typedef annotation, support for "public" preceding the name of a class in a super-class list, and support for "protected" and "private" preceding the name of a class in a super-class list (any such super-class will be ignored).

Project Resources