aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* CMake build: Fix macOS buildCristian Adam2019-08-151-1/+1
* CMake build: Add qtc-askpassEike Ziller2019-08-122-0/+6
* QmlDesigner: reduce enumeration to header onlyTim Jenssen2019-08-072-2/+1
* CMake build: Add "Devel" packageCristian Adam2019-07-251-2/+2
* UnitTests: Fix compile without ClangMarco Bubke2019-07-161-4/+4
* ClangPchManager: Fix path for excluded include filesMarco Bubke2019-07-114-18/+8
* ClangPchManager: Protect fetchPchSourcesMarco Bubke2019-07-111-1/+12
* ClangRefactoring: Test for non existing clientMarco Bubke2019-07-111-1/+2
* ClangRefactoring: Make the indexer more robustMarco Bubke2019-07-111-23/+35
* ClangRefactoring: Add WAL checkpoint at the end of the symbol storageMarco Bubke2019-07-111-0/+1
* Clang: Fix use-after-freeNikolai Kosjar2019-07-095-8/+14
* CMake: Fix buildOrgad Shaneh2019-07-082-5/+1
* ClangRefactor: Avoid warningshjk2019-07-051-14/+0
* CrashHandler: Allow enabling per executableNikolai Kosjar2019-07-051-1/+8
* Fix pri fileMarco Bubke2019-07-041-1/+0
* 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
* 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
* 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
* 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