aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport
Commit message (Expand)AuthorAgeFilesLines
* Clang: Remove old codeMarco Bubke2019-07-0415-306/+0
* Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-045-51/+72
* clangsupport: Fix compiler warning about initialization re-orderingChristian Kandeler2019-07-021-2/+2
* CMake build: Fix building with CMakeCristian Adam2019-07-011-1/+6
* Clang: Add reset to ModifiedTimeCheckerMarco Bubke2019-06-275-167/+176
* Clang: Watch only PCH sourcesMarco Bubke2019-06-271-2/+2
* Clang: Update ModifiedTimeChecker in SymbolIndexerMarco Bubke2019-06-272-1/+3
* Clang: Watch directories instead of filesMarco Bubke2019-06-2718-127/+901
* CMake build: Adapt to changesEike Ziller2019-06-181-1/+0
* Clang: Delete ipcserverinterface.cppOrgad Shaneh2019-06-172-32/+1
* Clang: Improve updatingMarco Bubke2019-06-176-73/+17
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-2/+0
* Qt Creator CMake portCristian Adam2019-05-171-0/+138
* Clangsupport: Remove some useless default constructorsTobias Hunger2019-05-131-3/+0
* Clangbackend: Add missing overrideTobias Hunger2019-05-131-1/+1
* Clang: Fix system pre include search pathMarco Bubke2019-04-293-13/+56
* ClangPchManager: Don't generate PCHs if there is no includeMarco Bubke2019-04-291-2/+6
* Clang: Reindex without PCHs if error are occurringMarco Bubke2019-04-232-0/+53
* Clang: Add global preincludes search pathMarco Bubke2019-04-231-0/+18
* ClangPchManager: Fix alive messageMarco Bubke2019-04-231-0/+6
* Clang: Fix set_union bugMarco Bubke2019-04-041-13/+15
* Clang: Minimize reindexingMarco Bubke2019-04-027-1/+443
* ClangPchManager: Handle non generated PCHsMarco Bubke2019-04-024-5/+26
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-0220-116/+879
|\
| * Clang: Improve project part updatingMarco Bubke2019-04-0120-116/+879
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-142-3/+8
|\|
| * Clang: Disable warnings in CommandLineBuilderMarco Bubke2019-03-061-0/+3
| * Clang: Don't filter source with missing includesMarco Bubke2019-03-061-0/+1
| * Clang: Improve dependency buildingMarco Bubke2019-03-061-3/+4
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-052-0/+40
|\|
| * Clang: Share executeInLoopMarco Bubke2019-03-042-0/+73
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-0122-100/+152
|\|
| * ClangPchManager: Show extra progress for dependency buildingMarco Bubke2019-02-222-12/+10
| * Clang: Fix progress barMarco Bubke2019-02-2220-88/+142
* | Replace static_casts by QOverload where possiblehjk2019-02-262-2/+2
|/
* Observe the cration of extra compilerMarco Bubke2019-02-181-2/+2
* Clang: Disable min and max macrosMarco Bubke2019-02-181-1/+4
* Clang: Fix command line builderMarco Bubke2019-02-141-3/+4
* Clang: Fix command line builderMarco Bubke2019-02-121-2/+2
* ClangRefactoring: Fix progress counterMarco Bubke2019-02-121-9/+23
* Clang: Extend ClangTool and CommandLineBuilderIvan Donchevskii2019-02-111-8/+12
* Clang: Use full paths in compilation database for symbol collectorIvan Donchevskii2019-02-073-12/+22
* Clang: Fix some issues with running indexer over Qt CreatorIvan Donchevskii2019-02-072-2/+3
* ClangPchManager: Merge system pch tasksMarco Bubke2019-02-052-4/+31
* ClangSupport: Fix CommandLineBuilderMarco Bubke2019-01-241-0/+15
* ClangSupport: Remove not used interfaceMarco Bubke2019-01-242-43/+1
* ClangRefactoring: Adapt project part in the databaseMarco Bubke2019-01-241-1/+4
* PchManager: Update only after generated files have been updatedMarco Bubke2019-01-234-0/+12
* PchManager: Split pch tasks in project and system pch tasksMarco Bubke2019-01-2113-150/+572
* ClangPchManager: Introduce PchTaskQueueMarco Bubke2018-12-101-3/+4