aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-0429-1019/+379
|\
| * Clang: Remove old codeMarco Bubke2019-07-0411-846/+0
| * ClangPchManager: Don't update system PCH if no system include file changedMarco Bubke2019-07-046-32/+119
| * Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-0415-166/+287
| * CMake build: Fix building with CMakeCristian Adam2019-07-011-2/+0
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-2815-268/+47
|\|
| * Clang: Add reset to ModifiedTimeCheckerMarco Bubke2019-06-272-12/+2
| * Clang: Watch only PCH sourcesMarco Bubke2019-06-275-13/+16
| * Clang: Update ModifiedTimeChecker in SymbolIndexerMarco Bubke2019-06-272-3/+5
| * Clang: Watch directories instead of filesMarco Bubke2019-06-276-239/+8
| * ClangRefactoring: Clear input files after collecting symbolsMarco Bubke2019-06-262-1/+7
| * ensure the 'Auto' key is set while registering post mortem debuggerDavid Schulz2019-06-241-0/+9
* | ClangRefactor: Suppress warnings about unused stuffhjk2019-06-212-18/+4
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-1838-268/+453
|\|
| * CMake build: Adapt to changesEike Ziller2019-06-181-0/+1
| * Clang build: Fix compilation with MSVC2017v4.10.0-beta1Cristian Adam2019-06-173-3/+3
| * ClangRefactoring: Activate updating for indexingMarco Bubke2019-06-173-0/+11
| * ClangRefactoring: Improve indexingMarco Bubke2019-06-1724-225/+368
| * ClangPchManager: Improve handling of no include in project PCHMarco Bubke2019-06-172-9/+6
| * Clang: Improve updatingMarco Bubke2019-06-176-25/+49
| * ClangRefactoring: Ensure that database is written to log after indexingMarco Bubke2019-06-172-9/+19
* | Fix qbs buildChristian Kandeler2019-06-181-0/+2
* | CMake build: Build fix for "Enable macro editing for the Clang indexer"Cristian Adam2019-06-141-0/+2
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-132-0/+5
|/
* CMake build: Make sdktool use parts of UtilsCristian Adam2019-06-121-2/+33
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-061-3/+2
|\
| * CPlusPlus: Avoid a few deprecation warningshjk2019-06-051-3/+2
* | ClangPchManager: Improve settings for PCH creationMarco Bubke2019-06-051-0/+2
* | Clang: Remove DelayedTemplateParsing settingsMarco Bubke2019-06-052-2/+0
|/
* sdktool: Fix linking on WindowsChristian Stenger2019-06-042-1/+3
* Utils: Move CommandLine to fileutils.{cpp,h}hjk2019-06-032-0/+6
* CMake: Add missing dependencies to clangrefactoringbackend related codeTobias Hunger2019-06-032-4/+8
* CMake: Add Threads::Threads as public dependency to clangrefactoringbackend l...Tobias Hunger2019-06-031-0/+1
* sdktool: Adapt testsChristian Stenger2019-06-033-6/+6
* CMake build: Add unittest CMake build filesCristian Adam2019-05-297-78/+181
* CMake build: Add option for disabling build of executableEike Ziller2019-05-293-96/+111
* Utils: Rename FileName to FilePathhjk2019-05-286-13/+13
* More FileName::appendPath() -> .pathAppended() changeshjk2019-05-271-5/+5
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* CMake build/macOS: Add iostoolEike Ziller2019-05-242-4/+19
* Clangbackend: Remove useless default constructorTobias Hunger2019-05-231-1/+0
* Add qml2puppet CMake build fileCristian Adam2019-05-172-7/+121
* Qt Creator CMake portCristian Adam2019-05-1718-0/+298
* Update perfparserUlf Hermann2019-05-171-0/+0
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-5/+4
* Utils: Replace mutating FileName::appendStringhjk2019-05-151-2/+1
* Clang: Sprinkle some overrides over the codebaseTobias Hunger2019-05-132-5/+5
* ClangRefactoring: Remove redundant std::moveOrgad Shaneh2019-05-111-1/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-088-55/+11
|\
| * sdktool: Do not fiddle with display namesEike Ziller2019-05-077-54/+10