aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/itestparser.h
Commit message (Expand)AuthorAgeFilesLines
* AutoTests: Some code cosmeticshjk2025-04-101-1/+1
* AutoTest: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-2/+0
* AutoTest: Speed up scanning for testsChristian Stenger2023-09-081-0/+5
* AutoTest: Further optimize TestCodeParser::scanForTests()Jarek Kobus2023-04-251-2/+2
* Autotest: Use QPromise for async callsJarek Kobus2023-02-271-3/+3
* Autotest: Add ITestParser::supportedExtensionsMarcus Tillmanns2023-01-231-0/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+2
* Pass QFutureInterface by referenceJarek Kobus2021-08-301-1/+1
* AutoTest: Cache PCH lookupsChristian Stenger2021-06-081-0/+1
* AutoTest: Take precompiled headers into accountChristian Stenger2021-06-071-0/+10
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-8/+8
* AutoTest: Improve type safety in TestParseResultBernhard Beschow2021-02-041-3/+3
* AutoTest: Use working copy of own parserBernhard Beschow2021-01-221-1/+1
* AutoTest: Clean up header messChristian Stenger2020-11-091-2/+2
* AutoTest: Use base of framework inside TestTreeItemChristian Stenger2020-11-091-3/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* AutoTest: Use ITestFramework * instead of its id in some caseshjk2020-03-161-6/+9
* AutoTest: Shuffle namespaces for clearer separationChristian Stenger2019-09-021-3/+1
* Standardize on int for line and column valueshjk2019-07-261-2/+2
* Autotest: extract cpp document lookup into cpp test parserDavid Schulz2019-05-131-0/+2
* AutoTest: Fix wrong behavior when rescan is triggeredChristian Stenger2018-01-161-2/+2
* AutoTest: Avoid fetching WorkingCopy from multiple threadsChristian Stenger2016-06-201-14/+8
* AutoTest: Add Id to parsers and remove now useless enumChristian Stenger2016-06-071-6/+8
* AutoTest: Move test framework related code...Christian Stenger2016-06-011-0/+96