summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-094-13/+9
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-064-13/+9
| |\
| | * qdoc: Fix incorrect keyword details written to .qhp for QML propertiesTopi Reinio2015-07-311-7/+1
| | * qdoc: Fix string used in compatibility members pageTopi Reinio2015-07-311-1/+1
| | * qdoc: Add images used in examples into .qhpTopi Reinio2015-07-311-1/+3
| | * Fix build with clang 3.7Bernhard Rosenkränzer2015-07-201-4/+4
* | | qdoc: Don't use QStringLiteral in string comparisonsTopi Reinio2015-08-061-8/+8
|/ /
* | qdoc: Do not merge QML module nodes with different major versionsTopi Reinio2015-08-041-0/+14
* | qdoc: Make \target and \keyword commands link as expectedTopi Reinio2015-08-035-15/+23
* | Doc: Fix various issues in QDoc ManualTopi Reinio2015-07-297-172/+149
* | qdoc: Allow using group name as a QHP subproject selectorTopi Reinio2015-07-293-49/+124
* | qdoc: Improve customization of generated html file namesVenugopal Shivashankar2015-07-245-29/+84
* | qdoc: Improve searching of collection nodesTopi Reinio2015-07-245-26/+50
* | Some further optimizations in the qdoc codeLars Knoll2015-07-244-134/+113
* | use Xml stream reader to read qdoc index filesLars Knoll2015-07-244-270/+291
* | Don't generate invalid XMLLars Knoll2015-07-241-1/+5
* | Optimize CppCodeMarker::addMarkUp furtherLars Knoll2015-07-243-15/+12
* | moc: Make toExpand const, we do not modify it.Milian Wolff2015-07-232-2/+2
* | Optimize CppCodeMarker::addMarkUp()Lars Knoll2015-07-233-12/+38
* | Skip loading of index files if we are running with --prepareLars Knoll2015-07-231-3/+5
* | qdoc: replace some inefficient QLists with QVectorMarc Mutz2015-07-224-6/+6
* | tools: mark some types movable/primitiveMarc Mutz2015-07-228-0/+13
* | Optimize moc: Preallocate space for list of arguments on the stack.Milian Wolff2015-07-221-1/+1
* | Make CONFIG += c++11 by default not disable GNU extensionsThiago Macieira2015-07-171-3/+3
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+2
|\|
| * Rcc: Do not output empty lines when listing .qrc contentshjk2015-07-081-1/+2
* | Optimize moc: Remove another temporary list allocation.Milian Wolff2015-07-141-5/+5
* | Optimize moc: Remove temporary allocations during macro expansion.Milian Wolff2015-07-132-10/+7
* | rcc: make qt_rcc_compare_hash a functorMarc Mutz2015-07-131-5/+9
* | qdoc: Add the noautolist command to qdocMartin Smith2015-07-109-10/+53
* | Optimize moc: Implement fast operator== for Symbols.Milian Wolff2015-07-101-1/+4
* | qdoc: don't hold ParsedParameter in a QListMarc Mutz2015-07-101-1/+3
* | qdoc: Make private friend publicMartin Smith2015-07-071-0/+8
* | qdoc: Removed debug codeMartin Smith2015-07-072-13/+0
* | qdoc: Parsing of inline friendsMartin Smith2015-07-074-74/+177
* | Use const-ref in foreach if T is big or non-trivialSĂ©rgio Martins2015-07-046-11/+11
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-7/+18
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-302-5/+5
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-2/+12
| |\
| | * qdoc: Keep track of attributes written to example manifest filesTopi Reinio2015-06-171-2/+12
| * | qdoc: Clear the map of HTML anchors for each generated pageTopi Reinio2015-06-051-0/+1
* | | qdoc: mark Location::StackEntry as movable and Location as complexMarc Mutz2015-06-221-0/+3
* | | qdoc: don't hold Location in QLists, don't even copy itMarc Mutz2015-06-221-5/+2
* | | qdoc: don't hold QQmlJS::AST::SourceLocation in QListsMarc Mutz2015-06-219-36/+39
* | | qdoc: fix one of the most expensive loops in QtMarc Mutz2015-06-211-6/+7
* | | qdoc: Improve documentation for propertiesMartin Smith2015-06-108-53/+125
* | | qdoc: Related non-members are now linked correctlyMartin Smith2015-06-1010-183/+190
* | | qdoc: Always try to use the declaration locationMartin Smith2015-06-095-22/+54
* | | qdoc: fix invalid memory access in HtmlGeneratorMartin Smith2015-06-051-1/+2
* | | qdoc: Just reformatting and removing dead codeMartin Smith2015-06-052-50/+6