aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/abstractmetabuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement partial QSharedPointer supportAlexandru Croitor2017-03-171-0/+11
* Move DuplicatingFunctionPredicate out of the functionFriedemann Kleint2017-03-161-14/+14
* Change class AbstractMetaClassList to be a typedef for a QListFriedemann Kleint2017-03-161-14/+14
* AbstractMetaBuilder::traverseFunctions() Split out duplicate removalFriedemann Kleint2017-03-161-18/+68
* Improve Qt initialization order hackFriedemann Kleint2017-03-091-3/+17
* CodeModel/MetaBuilder: Improve debug formattingFriedemann Kleint2017-03-031-7/+18
* Fix and refactor _fixFunctionModelItemTypes()Friedemann Kleint2017-03-021-19/+23
* 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-281-24/+50
* Handle rvalue references throughoutFriedemann Kleint2017-02-281-7/+7
* traverseOperatorFunction(): Do not strip argument off unary member operatorsFriedemann Kleint2017-02-231-1/+2
* TypeParser: Change qFatal() into error returnFriedemann Kleint2017-02-221-2/+12
* AbstractMetaBuilderPrivate::traverseDom(): Fix crashFriedemann Kleint2017-02-221-14/+22
* AbstractMetaBuilder: Fix type checkFriedemann Kleint2017-02-081-2/+1
* Fix unique code model itemsFriedemann Kleint2017-02-021-22/+5
* Code model: Change _ScopeModelItem::m_classes from QHash to a QListFriedemann Kleint2017-02-011-5/+3
* Code model: Change some QHash instances to QListFriedemann Kleint2017-02-011-13/+10
* Fix build with MSVC2013Friedemann Kleint2017-01-301-5/+5
* TypeInfo: Introduce enumeration for reference typesFriedemann Kleint2017-01-271-2/+3
* Code model: Rename TypeAliasModelItem to TypedefModelItemFriedemann Kleint2017-01-201-21/+21
* Remove CodeModelPointerFriedemann Kleint2017-01-161-14/+14
* AbstractMetaBuilder: Split build into DOM creation and traversalFriedemann Kleint2017-01-121-59/+67
* AbstractMetaBuilder: Fix public APIFriedemann Kleint2017-01-061-112/+210
* Add debug output to AbstractMetaBuilderFriedemann Kleint2016-12-191-0/+40
* Fix crash when creating signatures of function pointers in a parameterAlexandru Croitor2016-12-131-0/+12
* Introduce Q_GADGET/Q_FLAG/Q_ENUM/QFlags to ApiExtractorFriedemann Kleint2016-11-111-2/+4
* Fix warnings about unused variablesFriedemann Kleint2016-11-101-1/+1
* Print full signatures for unmatched typesystem entriesAlexandru Croitor2016-11-021-9/+38
* Updated license headers of the code generator partsFriedemann Kleint2016-09-231-22/+27
* Use const reference for argument in foreachFriedemann Kleint2016-09-221-25/+25
* Fix wasteful iterations over QMap/Hash::values()/keys()Friedemann Kleint2016-09-221-6/+9
* Avoid assigning the result of QString::mid()/left() to selfFriedemann Kleint2016-09-221-1/+1
* Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-191-140/+151
* Introduce the Qt 5 logging systemFriedemann Kleint2016-09-121-93/+103
* Don't ignore classes in topologysb-4.8-headMatthew Woehlke2015-03-071-3/+0
* Process global enums in declaration orderMatthew Woehlke2015-02-191-3/+2
* Fix function rejections (i.e. support overloads)Matthew Woehlke2014-04-161-0/+12
* Don't warn when inheriting from containerMatthew Woehlke2013-10-091-5/+10
* Fix finding container base classesMatthew Woehlke2013-10-091-32/+62
* Revert "Remove useless code."Matthew Woehlke2013-10-091-0/+3
* Refactor and improve added function resolvingMatthew Woehlke2013-09-261-14/+60
* Remove useless code.Matthew Woehlke2013-09-251-3/+0
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
* Move ApiExtractor into ApiExtractor directory to ease the merge into Shiboken.Hugo Parente Lima2012-03-131-0/+2962