summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Remove unnecessary call of location().push()wip/qdoc-clangMartin Smith2017-11-081-1/+0
* qdoc: Fix compilation warnings on MSVCTopi Reinio2017-10-111-2/+2
* qdoc: Allow automatic selection of libclang based on target architectureTopi Reinio2017-10-111-2/+5
* qdoc: Use correct variable to find libclangMartin Smith2017-10-111-11/+11
* qdoc: skip the system include hack on MS-WinEdward Welbourne2017-09-272-1/+9
* qdoc: Correct a misuse of a local variableMartin Smith2017-09-181-5/+5
* qdoc: QPrivateSignal was not handled correctlyMartin Smith2017-09-181-3/+2
* qdoc: This ends use of qdoc's old C++ parserMartin Smith2017-09-0813-669/+326
* qdoc: Use clang to parse \fn commandsMartin Smith2017-09-067-11/+256
* qdoc: Remove uses of QRegular ExpressionMartin Smith2017-09-061-55/+58
* Merge remote-tracking branch 'origin/dev' into wip/qdoc-clangSimon Hausmann2017-09-0519-69/+169
|\
| * Bump versionFrederik Gladhorn2017-09-041-1/+1
| * Qt Designer: Add C++ guards to precompiled headerFriedemann Kleint2017-08-301-0/+2
| * qtattributionsscanner: Allow to use it for one single fileKai Koehne2017-08-286-25/+92
| * Don't create unused IndexItemTableJarek Kobus2017-08-282-9/+0
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-179-34/+74
| |\
| | * Install missing qtwebengine_devtools_resources.pak file for WebEngineAlexandru Croitor2017-08-141-0/+1
| | * Fix crash regression when using ANDROID_DEPLOYMENT_DEPENDENCIESEskil Abrahamsen Blomfeldt2017-08-021-1/+2
| | * windeployqt: Check folder "onecore" for MSVC debug redistributable filesFriedemann Kleint2017-07-271-1/+4
| | * windeployqt: Deploy the geometryloaders plugins for Qt3DRenderAndy Shaw2017-07-241-1/+2
| | * winrtrunner: Give additional hint in case of missing prerequisiteOliver Wolff2017-07-201-4/+9
| | * winrtrunner: print verbose error after failed deployment operationOliver Wolff2017-07-201-12/+0
| | * windeployqt: Fall back comparing names of QML modules when their class name i...Friedemann Kleint2017-07-172-10/+8
| | * Fix remaining GPL-EXCEPT license header in Qt UI ToolsKai Koehne2017-07-141-5/+16
| | * Qt Designer: Suppress QEvent::LayoutRequest when changing layout spanFriedemann Kleint2017-07-073-0/+32
* | | Build fixJędrzej Nowacki2017-08-101-2/+2
* | | qdoc: Better support for multi-\fn documentation blocksMartin Smith2017-08-108-92/+161
* | | qdoc: Remove chapter and part commandsMartin Smith2017-08-103-110/+51
* | | qdoc: Ignore declarations of anonymous structsMartin Smith2017-08-101-0/+2
* | | qdoc: Use correct method to set the hash seed to 0Martin Smith2017-08-101-1/+1
* | | qdoc: Fix signed vs unsigned comparisonsMartin Smith2017-08-101-6/+6
* | | qdoc: create the anonymous enum typeMartin Smith2017-08-101-3/+6
* | | qdoc: Add moduleheader as config variableMartin Smith2017-08-105-1/+22
* | | qdoc: Add (qdoc) to qWarning messagesMartin Smith2017-08-101-5/+6
* | | qdoc: Make qdoc handle ref qualifiers correctlyMartin Smith2017-08-106-0/+52
* | | qdoc: Teach parser for \fn commands to parse array parametersMartin Smith2017-08-101-0/+18
* | | qdoc: Use documentation for implicit special functionsMartin Smith2017-08-104-9/+43
* | | qdoc: Create and Visit the PCH alwaysMartin Smith2017-08-104-80/+129
* | | doc: Fix qdoc macro processingMartin Smith2017-08-101-91/+101
* | | qdoc: Don't report missing parameter nameMartin Smith2017-08-101-8/+1
* | | qdoc: Clean up the Parameter classMartin Smith2017-08-107-35/+16
* | | qdoc: A different way to fix the "signed" problemMartin Smith2017-08-101-3/+16
* | | qdoc: Enable documentation of type alias as typedefMartin Smith2017-08-105-258/+48
* | | qdoc: fix resolve inheritance bugMartin Smith2017-08-104-3/+12
* | | qdoc: Match unqualified parameter typesMartin Smith2017-08-101-5/+9
* | | qdoc: Handle class decls outside the semantic parentMartin Smith2017-08-101-2/+22
* | | qdoc: Parse Friend declarationsOlivier Goffart2017-08-101-0/+11
* | | qdoc: Find the system include path if not providedMartin Smith2017-08-101-1/+26
* | | qdoc: Identify special constructors and assignment opsMartin Smith2017-08-101-2/+15
* | | qdoc: Don't report error for things marked \internalMartin Smith2017-08-104-13/+34