aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Allow limiting scan inside project settingsChristian Stenger2024-04-301-0/+34
* AutoTest: Suppress progress bar more aggressivelyChristian Stenger2024-02-281-1/+1
* AutoTest: Delay reparsing of postponed filesChristian Stenger2024-02-281-21/+5
* AutoTest: Reuse TaskTreeRunner for test scannerJarek Kobus2024-01-171-15/+15
* AutoTest: Pass a list of results inside testParseResultsReady()Jarek Kobus2024-01-151-3/+3
* AutoTest: Use LoopRepeat for test scannerJarek Kobus2024-01-151-15/+21
* TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-4/+4
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-2/+2
* AutoTest: Add report helper functionChristian Stenger2023-09-071-0/+13
* AutoTest: Allow temporarily disabling of functionalityChristian Stenger2023-08-301-5/+20
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-07-131-1/+1
|\
| * AutoTest: Retrigger scan if active frameworks changeChristian Stenger2023-07-111-1/+1
* | CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+1
* | Autotest: Adapt to changed settings access pattern againhjk2023-07-101-1/+1
* | AutoTest: Make scan thread limit customizableChristian Stenger2023-07-041-1/+6
|/
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-1/+1
* AutoTest: Tweak postponing parse once moreChristian Stenger2023-06-051-1/+1
* TaskTree: Refactor Group internal dataJarek Kobus2023-05-191-1/+1
* 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