aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangpchmanager
Commit message (Expand)AuthorAgeFilesLines
* ClangTools: Remove clang executable settingsIvan Donchevskii2018-05-041-0/+1
* Clang: Disable PCHs generationMarco Bubke2018-04-121-3/+0
* Clang: Store the symbol kind in the databaseMarco Bubke2018-04-121-1/+6
* ClangSupport: Use simpler structures in some caseshjk2018-04-061-1/+1
* Clang: Add busy timeout handler to databaseMarco Bubke2018-04-041-1/+5
* Clang: Handle a busy database in the PCH pluginMarco Bubke2018-04-041-3/+20
* Clang: Improve interfacesMarco Bubke2018-03-265-40/+10
* Clang: Use PCHs for indexingMarco Bubke2018-03-2210-19/+279
* Clang: Add lastModified to the precompiled headerMarco Bubke2018-03-203-6/+14
* Clang: Add isInPrecompiledHeader to the file status tableMarco Bubke2018-02-221-1/+1
* Clang: Prevent segmentation fault in WriteMessageBlockMarco Bubke2018-02-222-3/+3
* Clang: Check if the include search path has changedMarco Bubke2018-02-222-4/+28
* Clang: Don't reparse if the macros haven't changedMarco Bubke2018-02-211-2/+6
* Clang: Introduce CompilerMacroMarco Bubke2018-02-152-6/+7
* Clang: Rename defineName in macroNameMarco Bubke2018-02-012-3/+3
* Clang: Add defineName to ProjectPartMarco Bubke2018-02-012-0/+12
* Clang: On the road to update and preprocessor supportMarco Bubke2018-01-296-15/+37
* Clang: Store the database in user resourcesMarco Bubke2017-11-291-0/+4
* Clang: Move QLocalServer in ConnectionClientMarco Bubke2017-11-282-11/+23
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-251-0/+48
|\
| * Add qbs project files for some clang-related tools and pluginsChristian Kandeler2017-10-231-0/+48
* | CppTools: merge CompilerOptionsBuilder with Clang oneIvan Donchevskii2017-10-231-4/+4
|/
* Clang: Unify compiler options buildersIvan Donchevskii2017-09-221-29/+3
* Clang: Add Symbol IndexingMarco Bubke2017-09-148-58/+155
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | Utils: Convert to SmallStringView for comparisonMarco Bubke2017-08-292-2/+2
* | Clang: Rename library clangbackendipc to clangsupportMarco Bubke2017-08-291-1/+1
|/
* Clang: Fix clang refactoring enablingMarco Bubke2017-07-201-0/+2
* Clang: Improve speed by content generationMarco Bubke2017-02-162-8/+35
* ClangCodeModel: fix link error with MinGW based buildKonstantin Podsvirov2017-02-081-3/+1
* Fix spelling of unitttest_publicMarco Bubke2017-02-031-1/+1
* Clang: Handle generated filesMarco Bubke2017-02-013-31/+119
* Clang: Add ClangPchManagerMarco Bubke2017-01-3017-0/+960