aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression with enums.Lauro Neto2012-03-081-26/+22
| | | | | 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
|
* 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
|
* 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-082-1/+7
|
* 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-081-2/+0
| | | | | 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 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
|
* Fixed compat header.Renato Filho2012-03-081-0/+1
|
* fix shiboken enum.Renato Filho2012-03-081-8/+19
|
* fix string class.Renato Filho2012-03-081-26/+47
|
* 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 regressions caused on python2.x.Renato Filho2012-03-082-10/+21
|
* 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
|
* Update string usage to new Shiboken::String API.Renato Filho2012-03-083-33/+17
|
* Created Shiboken::String API to support py3k.Renato Filho2012-03-084-0/+178
|
* Updated CMake to find for python3.Renato Filho2012-03-081-1/+1
|
* 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-082-1/+5
| | | | for Py3k port.
* 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-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
|
* 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 ↵Hugo Parente Lima2012-03-085-26/+26
| | | | | | 2.x and 3.x. Enclosing PyCObject uses inside #ifdefs
* Added sbkpython.h to deal with conflicts and missing symbols between ↵Hugo Parente Lima2012-03-0815-14/+58
| | | | Python2 and 3.
* Replaced all PyString_* by PyBytes_* as preparation for a Python 3.x port.Hugo Parente Lima2012-03-085-21/+21
|
* Fixed invalidate function in objects with refereces to other objects.Renato Filho2012-03-081-0/+29
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>