aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on exit with debug Python 35.6Alexandru Croitor2017-05-191-1/+6
* Generate #error when a minimal constructor could not be foundFriedemann Kleint2017-05-103-9/+28
* Fix headergenerator to build under C++11Christian Tismer2017-05-092-2/+37
* CMakeLists.txt: find python interpreter firstDavide Pesavento2017-05-041-2/+2
* Fix build on Windows due to unsupported string concatenation issueAlexandru Croitor2017-04-281-1/+1
* shiboken test/Photon: Properly define noexceptFriedemann Kleint2017-04-281-6/+8
* Fix Inheritance of PySide, Windows supportChristian Tismer2017-04-261-1/+1
* Handle recursive typesystem includesFriedemann Kleint2017-04-261-8/+14
* Fix Inheritance of PySide, Windows supportChristian Tismer2017-04-211-5/+25
* Fix Inheritance of PySideChristian Tismer2017-04-133-16/+74
* Fix Python extension suffix selection on LinuxAlexandru Croitor2017-04-112-89/+76
* TypeDatabase: Refactor TypeDatabase::normalizedSignature()Friedemann Kleint2017-03-294-20/+45
* Generators: Generate reinterpret_cast<> for SbkObjectType *Friedemann Kleint2017-03-282-44/+54
* Generate reinterpret_cast<> for cppSelfFriedemann Kleint2017-03-281-4/+6
* libshiboken: Take const SbkConverter/SbkObjectType * where appropriateFriedemann Kleint2017-03-284-53/+60
* Generator::minimalConstructor(): No longer generate C-style castsFriedemann Kleint2017-03-281-7/+12
* TypeDatabase: Refactor API version checkingFriedemann Kleint2017-03-247-52/+61
* Improve the 'Value' type wrapper registrationPankaj Pandey2017-03-177-17/+152
* Implement partial QSharedPointer supportAlexandru Croitor2017-03-1731-246/+1660
* Mention class name in warning about Unknown OperatorFriedemann Kleint2017-03-171-5/+18
* Refactor the character handler of the typedatabase XML parserFriedemann Kleint2017-03-173-11/+10
* Typedatabase: Improve debug outputFriedemann Kleint2017-03-171-28/+55
* TypeDatabase: Port to QXmlStreamReaderFriedemann Kleint2017-03-168-96/+121
* TypeDatabase: Make it possible to specify enumeration flags as comma-separate...Friedemann Kleint2017-03-162-37/+45
* Sample bindings: Fix XML errorsFriedemann Kleint2017-03-161-2/+2
* MetaLang classes: Remove some unused fields and functionsFriedemann Kleint2017-03-162-158/+0
* Move DuplicatingFunctionPredicate out of the functionFriedemann Kleint2017-03-161-14/+14
* Change class AbstractMetaClassList to be a typedef for a QListFriedemann Kleint2017-03-1642-203/+208
* _ScopeModelItem: Store functions in listFriedemann Kleint2017-03-163-20/+16
* AbstractMetaBuilder::traverseFunctions() Split out duplicate removalFriedemann Kleint2017-03-162-18/+71
* Remove FunctionDefinitionModelItemFriedemann Kleint2017-03-165-52/+6
* Refactor TestUtil of ApiExtractorFriedemann Kleint2017-03-1335-287/+395
* Define __STDC__ according to ANSIChristian Tismer2017-03-131-1/+1
* Improve Qt initialization order hackFriedemann Kleint2017-03-099-20/+86
* shiboken: Improve error messagesFriedemann Kleint2017-03-071-10/+14
* MemberModelItem: Improve debug outputFriedemann Kleint2017-03-071-1/+18
* dumpcodemodel: Add verbose optionFriedemann Kleint2017-03-061-2/+9
* CppGenerator::writeVirtualMethodNative(): Fix generating return for voidFriedemann Kleint2017-03-061-1/+6
* Further improve debug outputFriedemann Kleint2017-03-042-12/+71
* TestAbstractMetaClass::testSpecialFunctions(): Fix copy constructorFriedemann Kleint2017-03-031-1/+1
* CodeModel/MetaBuilder: Improve debug formattingFriedemann Kleint2017-03-032-50/+94
* Fix and refactor _fixFunctionModelItemTypes()Friedemann Kleint2017-03-023-19/+57
* Generators: Exclude functions using rvalue referencesFriedemann Kleint2017-03-024-4/+24
* Add a test for forward-declared inner classesFriedemann Kleint2017-03-012-0/+27
* AbstractMetaType::cppSignature(): Format rvalue-references correctlyFriedemann Kleint2017-02-281-1/+1
* Revert "traverseOperatorFunction(): Do not strip argument off unary member op...Friedemann Kleint2017-02-281-2/+1
* AbstractMetaFunction: Make FunctionType enumeration more fine-grainedFriedemann Kleint2017-02-289-55/+120
* Refactor AbstractMetaType::decideUsagePattern()Friedemann Kleint2017-02-282-78/+77
* Handle rvalue references throughoutFriedemann Kleint2017-02-2815-80/+178
* Add a debug operator for OverloadDataFriedemann Kleint2017-02-242-0/+41