aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Clang: Fix detection of unresolved #includesNikolai Kosjar2019-04-251-1/+1
* | Update perfparserUlf Hermann2019-05-081-0/+0
* | Update perfparserUlf Hermann2019-05-071-0/+0
* | Update perfparserUlf Hermann2019-05-071-0/+0
* | Update perfparserUlf Hermann2019-05-021-0/+0
* | Update perfparserUlf Hermann2019-05-021-0/+0
* | ClangRefactoring: Fix indexingMarco Bubke2019-04-291-1/+1
* | Clang: Fix system pre include search pathMarco Bubke2019-04-2912-100/+117
* | Tools: Use "QTC_" prefix for build-system environment variablesAlessandro Portale2019-04-291-2/+2
* | ClangPchManager: Don't generate PCHs if there is no includeMarco Bubke2019-04-292-28/+37
* | QmlDesigner: Dont build qml puppet if DO_NOT_BUILD_QMLDESIGNER is setMarco Bubke2019-04-291-1/+2
* | Clang: Reindex without PCHs if error are occurringMarco Bubke2019-04-233-26/+72
* | ClangRefactoring: Move command line generation in worker threadMarco Bubke2019-04-231-16/+23
* | ClangRefactoring: Move transaction in fetchPrecompiledHeaderMarco Bubke2019-04-232-11/+14
* | Clang: Refactor fetchPrecompiledHeaderMarco Bubke2019-04-233-19/+15
* | ClangPchManager: Fix alive messageMarco Bubke2019-04-233-2/+12
* | Clang: Fix build with clang-8Ivan Donchevskii2019-04-178-45/+6
* | Core: Turn progress detail expander into a real iconAlessandro Portale2019-04-111-1/+40
* | Enable Clang Refactoring compilingMarco Bubke2019-04-111-4/+2
* | Autotest: Move "sort alphabetically" icon to utilsAlessandro Portale2019-04-091-1/+1
* | UnitTests: More QString fixesMarco Bubke2019-04-082-3/+3
* | Clang: Fix set_union bugMarco Bubke2019-04-043-16/+22