aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkpython.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed regression that made enums not hashable.Hugo Parente Lima2012-03-081-0/+2
|
* Fixed compat header.Renato Filho2012-03-081-0/+1
|
* Updated Shiboken python version compat header.Renato Filho2012-03-081-0/+1
|
* Update string usage to new Shiboken::String API.Renato Filho2012-03-081-24/+0
|
* Create SHIBOKEN MODULE INIT macro.Renato Filho2012-03-081-0/+18
|
* Fix getattro function on Python3.Hugo Parente Lima2012-03-081-0/+2
|
* Added SBK_PyString_FromCString and SBK_PyString_FromFormat as helper macro ↵Hugo Parente Lima2012-03-081-0/+4
| | | | for Py3k port.
* Port module initialization to Python3.Hugo Parente Lima2012-03-081-0/+4
|
* Use PyBytes instead of PyString on generated code.Hugo Parente Lima2012-03-081-0/+2
|
* Port libsample typesystem and glue codes to Python 3.Hugo Parente Lima2012-03-081-0/+2
|
* Added sbkpython.h to deal with conflicts and missing symbols between ↵Hugo Parente Lima2012-03-081-0/+44
Python2 and 3.