aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppsemanticinfoupdater.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools: modernizeAlessandro Portale2019-01-211-7/+7
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* CppTools: Use a shared thread poolOrgad Shaneh2016-02-191-1/+3
* CppTools/Editor: Use Utils::runAsyncEike Ziller2016-02-151-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove workaround for crashing if parsing invalid codeNikolai Kosjar2015-02-121-1/+0
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-2/+2
|/
* C++: Fix highlighting after "invalid code"Nikolai Kosjar2014-11-191-0/+1
* CppTools: Make use of QLoggingCategoryNikolai Kosjar2014-11-031-15/+10
* License update.Eike Ziller2014-10-151-7/+8
* CppTools: Do not re-use semantic document if dependencies changedNikolai Kosjar2014-10-151-1/+2
* Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-1/+0
* CppTools: Provide the editor snapshot for SemanticInfoUpdaterNikolai Kosjar2014-08-291-15/+10
* C++: Base parsing on editor document instead of widgetNikolai Kosjar2014-08-251-0/+226