aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/symbolscollector-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake Build: Use same Qt compiler defines for testsCristian Adam2019-09-101-1/+1
* ClangRefactoring: Improve follow symbol and usageMarco Bubke2019-08-271-0/+40
* Clang: Reduce database accessesMarco Bubke2019-08-271-2/+4
* Clang: Optimize file path cacheMarco Bubke2019-08-271-1/+1
* ClangRefactoring: Remove file status collectionMarco Bubke2019-08-271-33/+0
* ClangRefactoring: Clear input files after collecting symbolsMarco Bubke2019-06-261-4/+19
* ClangRefactoring: Improve indexingMarco Bubke2019-06-171-196/+23
* Clang: Improve dependency buildingMarco Bubke2019-03-061-1/+1
* UnitTests: Move symbolscollector data to sub directoryMarco Bubke2019-02-121-77/+99
* ClangPchManager: Introduce UsedMacroAndSourcesCollectorMarco Bubke2018-10-121-0/+20
* Clang: Improve generated files handlingMarco Bubke2018-09-061-53/+53
* Clang: Introduce parallel indexingMarco Bubke2018-09-031-1/+1
* ClangRefactoring: Improve symbol parsingMarco Bubke2018-08-271-2/+60
* Clang: Don't index already indexed symbolsMarco Bubke2018-08-201-0/+30
* Clang: Don't parse system headersMarco Bubke2018-08-141-1/+1
* Clang: Locator filter for the symbol databaseMarco Bubke2018-04-121-16/+16
* Clang: Distinguish between Enum and RecordsMarco Bubke2018-04-121-8/+6
* Clang: Process SymbolKind and SymbolTags with the indexerMarco Bubke2018-03-271-3/+129
* Clang: Add isInPrecompiledHeader to the file status tableMarco Bubke2018-02-221-1/+1
* Clang: Rename FileInformation in FileStatusMarco Bubke2018-02-081-11/+11
* Clang: Remove export filtersMarco Bubke2018-02-081-1/+3
* Clang: Collect source dependenciesMarco Bubke2018-02-011-0/+18
* Clang: Clear used macros and file information for symbol collectionMarco Bubke2018-02-011-0/+40
* Clang: Get file informations from symbols collectorMarco Bubke2018-02-011-2/+33
* Clang: Rename defineName in macroNameMarco Bubke2018-02-011-21/+21
* Clang: Improve Macro collectionMarco Bubke2018-02-011-5/+85
* Clang: On the road to update and preprocessor supportMarco Bubke2018-01-291-37/+171
* Clang: Clear SymbolCollector before updating new project partsMarco Bubke2018-01-031-0/+49
* Clang: Collect source filesMarco Bubke2018-01-031-8/+50
* Clang: Handle native file in the file cacheMarco Bubke2017-11-231-1/+1
* UnitTests: Use memory databaseMarco Bubke2017-10-231-1/+3
* Clang: Add file cacheMarco Bubke2017-10-051-6/+15
* Clang: Add Symbol IndexingMarco Bubke2017-09-141-1/+17
* Clang: Add symbol storageMarco Bubke2017-08-291-2/+3
* Clang: Add symbols collectorMarco Bubke2017-08-291-0/+162