aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/parser
Commit message (Expand)AuthorAgeFilesLines
* _ScopeModelItem: Store functions in listFriedemann Kleint2017-03-162-17/+13
* Remove FunctionDefinitionModelItemFriedemann Kleint2017-03-165-52/+6
* Define __STDC__ according to ANSIChristian Tismer2017-03-131-1/+1
* MemberModelItem: Improve debug outputFriedemann Kleint2017-03-071-1/+18
* Further improve debug outputFriedemann Kleint2017-03-042-12/+71
* CodeModel/MetaBuilder: Improve debug formattingFriedemann Kleint2017-03-031-43/+76
* Handle rvalue references throughoutFriedemann Kleint2017-02-284-9/+42
* Output file name in debug operator of _CodeModelItemFriedemann Kleint2017-02-211-0/+3
* Fix unique code model itemsFriedemann Kleint2017-02-021-0/+2
* Code model: Change _ScopeModelItem::m_classes from QHash to a QListFriedemann Kleint2017-02-012-19/+30
* Code model: Change some QHash instances to QListFriedemann Kleint2017-02-012-58/+64
* Code model: Fix coding styleFriedemann Kleint2017-02-012-276/+232
* Code model: Remove unused functionsFriedemann Kleint2017-02-012-129/+0
* TypeInfo: Introduce enumeration for reference typesFriedemann Kleint2017-01-273-15/+24
* Code model: Remove "auto" keywordFriedemann Kleint2017-01-241-3/+4
* Add debug output to the code modelFriedemann Kleint2017-01-232-0/+303
* Code model: Rename TypeAliasModelItem to TypedefModelItemFriedemann Kleint2017-01-204-37/+37
* Initialize _EnumModelItem::_M_anonymousFriedemann Kleint2017-01-201-2/+2
* _CodeModelItem-derived classes: Add out-of line destructorFriedemann Kleint2017-01-172-0/+56
* Fix some warnings related to class TypeInfoFriedemann Kleint2017-01-171-15/+7
* _CodeModelItem: Use Q_DISABLE_COPYFriedemann Kleint2017-01-161-47/+1
* _CodeModelItem: Simplify constructionFriedemann Kleint2017-01-163-195/+83
* Remove CodeModelPointerFriedemann Kleint2017-01-167-174/+52
* Fix C++ parser to identify function pointers in parameter clausesAlexandru Croitor2016-12-132-4/+25
* Make code compilable with a namespace build of Qthjk2016-11-043-4/+1
* Fix license issues in shibokenFriedemann Kleint2016-10-182-2/+2
* Fix return value of TypeInfo::resolveType() in case no alias item was foundFriedemann Kleint2016-09-281-1/+1
* Parser: Suppress potential endless recursionFriedemann Kleint2016-09-272-3/+22
* Updated license headers of the code generator partsFriedemann Kleint2016-09-2356-1282/+1562
* Use const reference for argument in foreachFriedemann Kleint2016-09-221-5/+5
* Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-199-93/+96
* Fix build warnings about uninitialized variablesFriedemann Kleint2016-09-151-4/+7
* Stop displaying all included framework header files.Alexandru Croitor2016-06-161-2/+0
* a quick fix that should work, but will become obsolete with Qt 5.6.1Christian Tismer2016-04-191-0/+6
* The include file handler wasn't rejecting targets that resolve to directories...David Brooks2015-12-041-10/+3
* fix a wrong 'and' with '&&'.Christian Tismer2015-09-181-1/+1
* Qt5.5: change parser and lexer to support the new Q_ENUM (not Q_ENUMS) macro.Christian Tismer2015-09-154-3/+23
* silence a few warningsChristian Tismer2015-07-182-1/+3
* remove an old debugging output for the mac. This seems never to happen.Christian Tismer2015-07-181-2/+4
* undo all the "x->y" to "x.load()->y" changes in favor of a tiny addition to c...Christian Tismer2015-06-066-144/+150
* after many many edits, shiboken builds now.Christian Tismer2015-06-065-144/+144
* Return enums in declaration order (order added)Matthew Woehlke2015-02-192-2/+10
* Add parsing of 'noexcept' keywordMatthew Woehlke2014-04-165-0/+25
* Fix buffer overrun processing macro definitionsMatthew Woehlke2013-10-151-0/+2
* Fix 'special' include handlingMatthew Woehlke2013-10-091-1/+1
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-2856-56/+56
* Move ApiExtractor into ApiExtractor directory to ease the merge into Shiboken.Hugo Parente Lima2012-03-1360-0/+16741