aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Documentation for shiboken module.Hugo Parente Lima2012-03-084-6/+150
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-0815-29/+367
* Implmented support to q_metacall function modification.Renato Filho2012-03-081-7/+22
* Version Bump.sb-1.0.6Renato Filho2012-03-081-3/+3
* Not print warning if the typedef used on signal is QFlags.Renato Filho2012-03-081-1/+1
* Centralized the place where the TypeResolver creation is written.Marcelo Lira2012-03-081-11/+25
* Creates type registers for enums in createScopedEnum and createGlobalEnum.Marcelo Lira2012-03-082-23/+17
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-086-8/+128
* Added a test case for a bit-field structure member.Marcelo Lira2012-03-086-9/+26
* Added a test for an user defined primitive type from a required module.Marcelo Lira2012-03-085-2/+64
* Added test for typedef of unsigned short.Marcelo Lira2012-03-083-0/+9
* Added test for user defined primitive type used as public class field.Marcelo Lira2012-03-082-3/+17
* Added test for implicit conversion with user's primitive type.Marcelo Lira2012-03-082-4/+14
* Added a method modification test dealing with code injection and user's primi...Marcelo Lira2012-03-083-0/+14
* CppGenerator's writeCopyFunction method now uses cpythonToPythonConversionFun...Marcelo Lira2012-03-083-9/+22
* CppGenerator's method writeReprFunction now uses writeCppSelfDefinition.Marcelo Lira2012-03-081-10/+7
* 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