aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-4/+4
* Replace two bool flags with one enumJarek Kobus2021-07-021-24/+23
* Simplify the assert conditionJarek Kobus2021-07-011-3/+3
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-17/+17
* AutoTest: Prefer ITestParser to ITestFramework in TestCodeParserBernhard Beschow2021-02-081-26/+19
* AutoTest: Turn global variable into attributeBernhard Beschow2021-01-061-10/+6
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-4/+4
* AutoTest: Introduce ITestToolChristian Stenger2020-11-161-6/+10
* AutoTest: Clean up header messChristian Stenger2020-11-091-4/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* AutoTest: Restore former check state on reparseChristian Stenger2020-06-181-0/+1
* AutoTest: Move TestCodeParser and TestTreeModel ownership to plugin pimplhjk2020-03-201-7/+4
* AutoTest: Use ITestFramework * instead of its id in some caseshjk2020-03-161-28/+20
* AutoTest: Reparse only newly added frameworksChristian Stenger2019-09-181-1/+0
* AutoTest: Remove leftover code and messageChristian Stenger2019-09-171-11/+1
* AutoTest: Allow re-parsing with a sub-set of parsersChristian Stenger2019-09-171-32/+40
* AutoTest: Re-order responsibilitiesChristian Stenger2019-09-061-0/+1
* AutoTest: Unify container usage in TestFrameworkManagerChristian Stenger2019-08-221-1/+1
* Autotest: Avoid a deprecation warninghjk2019-07-051-1/+1
* Avoid more deprecation warningshjk2019-07-051-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* AutoTest: Remove scan filter capabilityChristian Stenger2019-03-181-23/+0
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* AutoTest: Access plugin singleton through static functionsChristian Stenger2018-02-011-1/+1
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-1/+2
* AutoTest: Fix wrong behavior when rescan is triggeredChristian Stenger2018-01-161-1/+1
* Session: Remove projectContainsFileTobias Hunger2017-12-081-1/+1
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* AutoTest: Ensure reparse even for unlisted Qml filesChristian Stenger2017-08-251-3/+4
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-1/+4
|\
| * Reduce CPU load of test parsingEike Ziller2017-05-161-1/+4
* | AutoTest: Remove not needed codeChristian Stenger2017-05-191-1/+0
|/
* Autotest: Avoid needless iterations over the project filesOrgad Shaneh2017-05-111-1/+1
* Autotest: De-noise TestCodeParserOrgad Shaneh2017-05-111-9/+11
* AutoTest: Do not perform parse for disabled parsersChristian Stenger2017-03-091-0/+2
* AutoTest: Handle conflicting update triggersChristian Stenger2017-03-081-2/+9
* AutoTest: Ensure that removing and adding qml files is noticedChristian Stenger2017-03-071-9/+23
* AutoTest: Modernize codeChristian Stenger2017-02-171-5/+5
* AutoTest: Allow basic filtering of scanned foldersChristian Stenger2017-01-261-1/+40
* AutoTest: Avoid scheduling single shots if not necessaryChristian Stenger2017-01-031-0/+2
* AutoTest: Always parse if plugin is enabledChristian Stenger2016-12-121-19/+5
* AutoTest: Limit purging of test tree to project switchingChristian Stenger2016-12-021-2/+1
* Reduce thread priority for test parsingEike Ziller2016-11-151-1/+2
* AutoTest: Fix handling of enabled state for code parserChristian Stenger2016-11-141-17/+9
* AutoTest: Re-do multi-threaded parsing for testsChristian Stenger2016-11-111-41/+20
* AutoTest: Speed up parsing for testsChristian Stenger2016-11-071-21/+29
* AutoTest: Reduce re-parsings while editing single fileChristian Stenger2016-10-261-10/+39
* AutoTest: Modernize code a bitChristian Stenger2016-09-291-1/+1