aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* Fixes writeReturnValueHeuristics to not mess with constructors.Marcelo Lira2012-03-082-1/+2
* Fix python 2.x generation.Renato Filho2012-03-081-4/+4
* Updated shiboken generator to works with python3 code.Renato Filho2012-03-082-19/+75
* Update string usage to new Shiboken::String API.Renato Filho2012-03-082-1/+6
* Create SHIBOKEN MODULE INIT macro.Renato Filho2012-03-081-11/+2
* Fix getattro function on Python3.Hugo Parente Lima2012-03-081-2/+1
* Added SBK_PyString_FromCString and SBK_PyString_FromFormat as helper macro fo...Hugo Parente Lima2012-03-081-1/+1
* Correctly prints the return type of virtual functions instead of a C++ expres...Hugo Parente Lima2012-03-081-7/+7
* Port module initialization to Python3.Hugo Parente Lima2012-03-081-7/+42
* Use PyBytes instead of PyString on generated code.Hugo Parente Lima2012-03-081-3/+5
* 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-081-2/+1
* Added sbkpython.h to deal with conflicts and missing symbols between Python2...Hugo Parente Lima2012-03-082-2/+2
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-082-24/+19
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-081-15/+7
* 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
* Fiexed default __repr__ function generation.Renato Filho2012-03-081-1/+1
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-082-19/+24
* Implmented support to q_metacall function modification.Renato Filho2012-03-081-7/+22
* 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-081-4/+0
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-082-8/+10
* 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
* Functions marked as deprecated will raises a python warning.Renato Filho2012-03-081-0/+7
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-084-58/+96
* Improved type system converter variable usage in the sample test binding.Marcelo Lira2012-03-081-2/+1
* CppGenerator's writeHashFunction now uses writeCppSelfDefinition.Marcelo Lira2012-03-081-4/+3
* The type system converter variable replacement was moved to a single method.Marcelo Lira2012-03-082-30/+77
* Moved functionality from a couple of write function to ones that return strings.Marcelo Lira2012-03-082-35/+46
* Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.Marcelo Lira2012-03-084-47/+36
* Added tests for a class that its only constructor is the copy one.Marcelo Lira2012-03-081-1/+1
* Improved the generation of type indexes written to the generated module header.Marcelo Lira2012-03-083-13/+68
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-084-6/+34
* The result of rich comparisons are stored in a return variable before convert...Marcelo Lira2012-03-081-8/+9
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-083-17/+65
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-082-13/+27
* Don't abort header generator if no classes were found.Hugo Parente Lima2012-03-081-3/+0
* Check if the directory exists before writing C++ module definition file.Hugo Parente Lima2012-03-081-0/+1
* Removed huge if block to ease the code readbility.Hugo Parente Lima2012-03-081-187/+190
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-083-18/+24
* Small visual improvements on writeArgumentNames().Marcelo Lira2012-03-081-10/+7
* Disassembled ShibokenGenerator's writeCodeSnips method.Marcelo Lira2012-03-084-296/+301
* Removed unnecessary indentation from generated overload selector switch.Marcelo Lira2012-03-081-19/+13
* Improved and fixed the setter and getter writer functions.Marcelo Lira2012-03-081-46/+38
* Moved many variables names used in generated code to macros.Marcelo Lira2012-03-084-149/+142
* Revamped the virtual method writer.Marcelo Lira2012-03-084-80/+82
* I rewrote generator functions of type checking strings in ShibokenGenerator.Marcelo Lira2012-03-081-60/+55