aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.0.9.sb-1.0.9Hugo Parente Lima2012-03-081-1/+1
* Fix regression with enums.Lauro Neto2012-03-082-26/+28
* Fix ABI break and link error on MS Windows.sb-1.0.8Hugo Parente Lima2012-03-082-4/+4
* Version bump to 1.0.8.Hugo Parente Lima2012-03-081-3/+3
* Don't delete parentInfo when it seens to be useless to avoid crash on garbage...Hugo Parente Lima2012-03-082-13/+13
* Add constructor overload AutoDecRef(SbkObject*).Hugo Parente Lima2012-03-081-0/+6
* Fixes writeReturnValueHeuristics to not mess with constructors.Marcelo Lira2012-03-082-1/+2
* Fixed code style on sbkenum.cppHugo Parente Lima2012-03-081-9/+4
* Fixed regression that made enums not hashable.Hugo Parente Lima2012-03-083-1/+10
* Made SbkChar_Check macro safer with parenthesis.Marcelo Lira2012-03-081-5/+1
* Fix PySide compilation with Python 2.5.Hugo Parente Lima2012-03-081-0/+1
* Removes printfs and fixes str test.Marcelo Lira2012-03-082-12/+2
* String::convertible renamed to String::isConvertible.Hugo Parente Lima2012-03-083-3/+3
* Added new line to end of shibokenbuffer.h.Hugo Parente Lima2012-03-081-1/+1
* Small changes to sbkstring.cpp.Hugo Parente Lima2012-03-081-16/+8
* Use sbkpython instead of Python.h.Hugo Parente Lima2012-03-081-1/+1
* Add macros to kept python 2.5 compatibility.Hugo Parente Lima2012-03-081-9/+16
* Avoid string variable to be used unitialized.Hugo Parente Lima2012-03-081-1/+1
* Fix detection of Python2 on system where "python" means "python2".Hugo Parente Lima2012-03-081-3/+6
* Removed invalid test.Renato Filho2012-03-082-57/+1
* Fix string.Renato Filho2012-03-081-5/+9
* Fixed char conversion to work with both python 3.x and 2.xRenato Filho2012-03-081-3/+29
* Fixed object destruction.Renato Filho2012-03-081-1/+2
* Fixed shiboken buffer to work with python 3.xRenato Filho2012-03-081-0/+4
* 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