aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangrefactoringbackend/source/symbolstorage.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ClangRefactoring and ClangPchManagerEike Ziller2021-06-151-198/+0
* Sqlite: Move result count to class declarationMarco Bubke2021-03-261-2/+3
* Sqlite: Improve constraint supportMarco Bubke2020-05-141-1/+1
* ClangRefactoring: Add WAL checkpoint at the end of the symbol storageMarco Bubke2019-07-111-0/+1
* Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-041-106/+0
* Clang: Sprinkle some overrides over the codebaseTobias Hunger2019-05-131-3/+3
* Clang: Minimize reindexingMarco Bubke2019-04-021-1/+107
* Clang: Improve project part updatingMarco Bubke2019-04-011-180/+44
* Clang: Improve dependency buildingMarco Bubke2019-03-061-19/+1
* Clang: Move fetchPrecompiledHeader to PrecompiledHeaderStorageMarco Bubke2019-03-041-9/+0
* Clang: Fix some issues with running indexer over Qt CreatorIvan Donchevskii2019-02-071-2/+4
* ClangRefactoring: Adapt project part in the databaseMarco Bubke2019-01-241-18/+28
* PchManager: Split pch tasks in project and system pch tasksMarco Bubke2019-01-211-40/+47
* ClangPchManager: Introduce PchTaskQueueMarco Bubke2018-12-101-1/+1
* Clang: Split symbol storageMarco Bubke2018-10-161-69/+147
* Clang: Cleanup symbol indexerMarco Bubke2018-09-121-9/+0
* Clang: Introduce parallel indexingMarco Bubke2018-09-031-1/+3
* ClangRefactoring: Remove FileCache from SymbolStorageMarco Bubke2018-08-231-5/+2
* Clang: Locator filter for the symbol databaseMarco Bubke2018-04-121-5/+6
* Clang: Store the symbol kind in the databaseMarco Bubke2018-04-121-1/+2
* Clang: Use PCHs for indexingMarco Bubke2018-03-221-5/+10
* Clang: Add time stamp based filtering for project partsMarco Bubke2018-02-221-0/+7
* Clang: Add isInPrecompiledHeader to the file status tableMarco Bubke2018-02-221-1/+2
* Clang: Check if the include search path has changedMarco Bubke2018-02-221-7/+15
* Clang: Don't reparse if the macros haven't changedMarco Bubke2018-02-211-0/+7
* Clang: Introduce CompilerMacroMarco Bubke2018-02-151-6/+20
* Clang: Update symbol database if file has changedMarco Bubke2018-02-141-0/+13
* Clang: Rename FileInformation in FileStatusMarco Bubke2018-02-081-6/+6
* Clang: Add source dependency saving to the symbol storageMarco Bubke2018-02-011-0/+12
* Clang: Add insert file information to symbol storageMarco Bubke2018-02-011-0/+10
* Clang: Add macro names the to project partMarco Bubke2018-02-011-3/+5
* Clang: Rename defineName in macroNameMarco Bubke2018-02-011-7/+7
* Clang: Fix statement names for symbol storageMarco Bubke2018-02-011-5/+5
* Clang: Store UsedDefines in the symbol databaseMarco Bubke2018-02-011-0/+6
* Clang: Update or insert used defines in the storage by the symbol indexerMarco Bubke2018-02-011-0/+5
* Clang: On the road to update and preprocessor supportMarco Bubke2018-01-291-7/+49
* Clang: Make it more clear that the FilePathId.filePathId is not sharedMarco Bubke2018-01-221-1/+1
* Clang: Add file cacheMarco Bubke2017-10-051-24/+4
* Sqlite: Remove the Sqlite PrefixMarco Bubke2017-09-181-1/+1
* Clang: Add Symbol IndexingMarco Bubke2017-09-141-2/+5
* Clang: Add symbol storageMarco Bubke2017-08-291-0/+155