summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/testcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Output time taken when parsing testsMarcus Tillmanns2023-05-121-0/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-3/+3
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-1/+0
* AutoTest: Optimize starting task tree in TestCodeParser::scanForTests()Jarek Kobus2023-04-251-5/+2
* AutoTest: Further optimize TestCodeParser::scanForTests()Jarek Kobus2023-04-251-30/+29
* AutoTest: Only handle document updates if necessaryChristian Stenger2023-04-251-2/+13
* AutoTest: Optimize TestCodeParser::scanForTestsJarek Kobus2023-04-241-9/+5
* TestCodeParser: Apply priority to thead poolJarek Kobus2023-03-101-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-7/+7
* Autotest: Use QPromise for async callsJarek Kobus2023-02-271-4/+4
* TestCodeParser: Reuse TaskTreeJarek Kobus2023-02-061-44/+47
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-21/+21
* AutoTest: Reduce parsing attemptsChristian Stenger2023-01-231-5/+13
* AutoTest: Only scan necessary files for testsMarcus Tillmanns2023-01-231-4/+25
* Autotest: Add ITestParser::supportedExtensionsMarcus Tillmanns2023-01-231-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AutoTest: Pass context object to lambda connectionsJarek Kobus2022-12-081-3/+3
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-031-0/+4
|\
| * Autotest: Don't parse tests without filesMarcus Tillmanns2022-10-261-0/+4
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-2/+2
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-3/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-2/+2
* 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