aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated str test to work with both python 2.x and 3.xRenato Filho2012-03-081-4/+4
* Fixed compat header.Renato Filho2012-03-081-0/+1
* Fix python 2.x generation.Renato Filho2012-03-081-4/+4
* fix shiboken enum.Renato Filho2012-03-081-8/+19
* fix string class.Renato Filho2012-03-081-26/+47
* Updated shiboken generator to works with python3 code.Renato Filho2012-03-082-19/+75
* Updated char conversion for works with python3 unicodes.Renato Filho2012-03-081-4/+9
* Updated Shiboken python version compat header.Renato Filho2012-03-081-0/+1
* Fixed Shiboken::Buffer implementation for python 3.Renato Filho2012-03-081-6/+5
* Updated Shiboken::String functions.Renato Filho2012-03-082-0/+28
* Replaced use of PyBytes_AS_STRING to Shiboken::String functions.Renato Filho2012-03-081-6/+3
* Update enum implemantation.Renato Filho2012-03-082-16/+87
* Fixed tests to work with python3.x and python2.xRenato Filho2012-03-0824-67/+151
* Fixed regressions caused on python2.x.Renato Filho2012-03-082-10/+21
* created py3k file to make tests compatible with python3.x and python2.xRenato Filho2012-03-081-0/+2
* Create Module macro compatible with python 2.x and 3.x.Renato Filho2012-03-081-0/+16
* Updated Shiboken::Buffer API to Py3k.Renato Filho2012-03-081-0/+12
* Implemented support to py3k on Shiboken::Enum.Renato Filho2012-03-081-14/+133
* Updated enum_test for support py3k.Renato Filho2012-03-081-4/+10
* Update string usage to new Shiboken::String API.Renato Filho2012-03-087-68/+80
* Created Shiboken::String API to support py3k.Renato Filho2012-03-084-0/+178
* Fix CMake FinPython3 script.Renato Filho2012-03-082-2/+15
* Fixed duck punch unti test to work with Python3.Hugo Parente Lima2012-03-081-5/+11
* Updated CMake to find for python3.Renato Filho2012-03-0810-17/+328
* Create SHIBOKEN MODULE INIT macro.Renato Filho2012-03-082-11/+20
* Added py3kcompat.py to test suite to make tests pass on Python3.x and 2.x.Hugo Parente Lima2012-03-082-2/+43
* Fix getattro function on Python3.Hugo Parente Lima2012-03-082-2/+3
* Added SBK_PyString_FromCString and SBK_PyString_FromFormat as helper macro fo...Hugo Parente Lima2012-03-084-5/+9
* Correctly prints the return type of virtual functions instead of a C++ expres...Hugo Parente Lima2012-03-081-7/+7
* Fix converter of std::map.Hugo Parente Lima2012-03-081-1/+1
* Fix SbkDbg() << PyObject on Python 3.xHugo Parente Lima2012-03-081-0/+5
* Port module initialization to Python3.Hugo Parente Lima2012-03-082-7/+46
* Use PyBytes instead of PyString on generated code.Hugo Parente Lima2012-03-082-3/+7
* Use ErrorCode class when writing enums.Hugo Parente Lima2012-03-082-11/+15
* Port libsample typesystem and glue codes to Python 3.Hugo Parente Lima2012-03-086-40/+52
* Port Shiboken buffer interface to Python3.Hugo Parente Lima2012-03-081-0/+12
* Use PyModuleCreate to create modules under Python3.Hugo Parente Lima2012-03-081-0/+4
* Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT.Hugo Parente Lima2012-03-082-6/+3
* Using Py_TYPE macro instead of direct access to ob_type to work with Python 2...Hugo Parente Lima2012-03-085-26/+26
* Added sbkpython.h to deal with conflicts and missing symbols between Python2...Hugo Parente Lima2012-03-0817-16/+60
* Replaced all PyString_* by PyBytes_* as preparation for a Python 3.x port.Hugo Parente Lima2012-03-085-21/+21
* Version bumped.sb-1.0.7Renato Filho2012-03-081-3/+3
* Fixed invalidate function in objects with refereces to other objects.Renato Filho2012-03-081-0/+29
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-0815-367/+29
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-086-24/+53
* Use internal dynamic metaobject insted of created by pyside.Renato Filho2012-03-081-0/+3
* Safer type index define line generation.Marcelo Lira2012-03-081-1/+2
* Created unit test for cyclic dependency.Renato Filho2012-03-081-0/+104
* Fixed cyclic dependency resolution.Renato Filho2012-03-081-16/+53
* Fiexed default __repr__ function generation.Renato Filho2012-03-081-1/+1