aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppindexingsupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Let users disable the built-in indexerChristian Kandeler38 hours1-1/+3
* CppEditor: Move some convenience functions to CppCodeModelSettings classChristian Kandeler2024-03-121-0/+1
* CppEditor: Skip redundant check for large filesChristian Kandeler2024-03-111-3/+0
* CppEditor: Do not access document manager when gathering local symbolsChristian Kandeler2024-02-201-1/+1
* CppEditor: FilePath-ify SymbolSearcherhjk2023-11-071-3/+3
* CppIndexingSupport: Pass params to parse() with const refJarek Kobus2023-10-061-1/+1
* CppIndexingSupport: Make some functions staticJarek Kobus2023-10-061-4/+4
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-12/+8
* FindFlags: Move it into Utils libJarek Kobus2023-05-261-3/+3
* SearchResultItem: Introduce SearchResultItemsJarek Kobus2023-05-081-1/+1
* Utils: Move SearchResultItem/Color into UtilsJarek Kobus2023-05-081-7/+7
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-7/+0
* CppEditor: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-26/+22
* CppEditor: Convert to Tr::trAlessandro Portale2023-01-121-1/+2
* CppEditor: Add missing includehjk2023-01-091-0/+1
* CppIndexingSupport: Get rid of createSymbolSearcher()Jarek Kobus2023-01-091-6/+0
* SymbolSearcher: Flatten class hierarchyJarek Kobus2023-01-091-79/+60
* CppIndexingSupport: Flatten class hierarchyJarek Kobus2023-01-091-1/+346
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+39