aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* 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 ↵Hugo Parente Lima2012-03-082-13/+13
| | | | garbage collector.
* 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
| | | | | | | | Also fixes isWrapperType to avoid erring when the type is an object type passed as value. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed code style on sbkenum.cppHugo Parente Lima2012-03-081-9/+4
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix PySide compilation with Python 2.5.Hugo Parente Lima2012-03-081-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removes printfs and fixes str test.Marcelo Lira2012-03-082-12/+2
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* String::convertible renamed to String::isConvertible.Hugo Parente Lima2012-03-083-3/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | This file is necessary due some problem with syntax generated by 'file' named argument.
* 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
|