aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
...
* 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 fo...Hugo Parente Lima2012-03-082-1/+5
* 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 2...Hugo Parente Lima2012-03-085-26/+26
* Added sbkpython.h to deal with conflicts and missing symbols between Python2...Hugo Parente Lima2012-03-0815-14/+58
* 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
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-083-132/+4
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-085-9/+46
* Fixed cyclic dependency resolution.Renato Filho2012-03-081-16/+53
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-083-4/+132
* Creates type registers for enums in createScopedEnum and createGlobalEnum.Marcelo Lira2012-03-081-19/+17
* Check for NULL pointer on transferOwnership function.Renato Filho2012-03-081-1/+2
* Mark deprecated functions as deprecated.Hugo Parente Lima2012-03-083-4/+11
* Check for python debug enviroment to print debug messages onRenato Filho2012-03-081-1/+2
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-081-0/+2
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-081-1/+14
* Added functions to provide a cleaner enum and flags initialization.Marcelo Lira2012-03-082-0/+110
* Added a function to initialize a new wrapper type and add it to a module or e...Marcelo Lira2012-03-082-3/+55
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-086-0/+157
* Check for PYTHONVERBOSE enviroment var to print debug message on bindingRenato Filho2012-03-081-9/+11
* Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...Hugo Parente Lima2012-03-081-2/+5
* Improved documentation on ObjectType's cast related functions.Marcelo Lira2012-03-082-9/+22
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-082-4/+4
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-082-8/+35
* Cleared cptr data during the cpp object destruction.Renato Filho2012-03-081-7/+15
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-081-1/+13