Download List

Descripción del Proyecto

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 Requirements

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.

2013-01-29 07:34
4.14.3

Esta es una versión de menor característica requerida por los polacos 0.3.
This is a minor feature release required by poles 0.3.

2012-02-13 04:00
4.13.2

Esta es una versión bugfix.
This is a bugfix release.

2011-12-23 22:49
4.13.1

Ya no se pueden deshabilitar advertencias de descarte. Plantillas de clase permiten ahora super-classes definirse como argumentos de plantilla. Esta versión incorpora el argumento de all_raise_py_exception a la Directiva de módulo %, la anotación de la función de /NoRaisesPyException/, el /PyName/ typedef anotación, soporte para "pública" que precede al nombre de una clase en una lista de superclase y apoyo para "proteger" y "privada" que precede al nombre de una clase en una lista de superclase (se ignorará cualquier dicha superclase).
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).

2011-11-01 06:47
4.13

Esta versión incorpora la Directiva de DefaultDocstringFormat %. Añade el argumento del formato de la Directiva de Docstring %. % ConvertToSubClassCode ahora puede provocar un reinicio del proceso de conversión utilizando un diferente tipo solicitado. ' *' y '&' ahora se admiten como operadores unarios en expresiones utilizadas en los valores de los argumentos por defecto. La anotación de /Transfer/ ahora puede utilizarse con la anotación de /Array/ para evitar la liberación de la matriz temporal de punteros.
This release adds the %DefaultDocstringFormat directive. It adds the format argument to the %Docstring directive. %ConvertToSubClassCode can now cause a restart of the conversion process using a different requested type. '*' and '&' are now supported as unary operators in expressions used in the values of default arguments. The /Transfer/ annotation can now be used with the /Array/ annotation to prevent the freeing of the temporary array of pointers.

2011-08-10 23:37
4.12.4

Esta es una versión de corrección de errores menores.
This is a minor bugfix release.

Project Resources