summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/catch/catchtestparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Fix missing includesChristian Stenger2023-03-021-0/+1
* Autotest: Use QPromise for async callsJarek Kobus2023-02-271-2/+2
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-251-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-23/+2
* AutoTest: Fix catch2 parsing when using prefixed commandsChristian Stenger2022-06-161-2/+4
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-5/+5
* Pass QFutureInterface by referenceJarek Kobus2021-08-301-1/+1
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-2/+2
* AutoTest: Take precompiled headers into accountChristian Stenger2021-06-071-1/+18
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-8/+9
* AutoTest: Support upcoming Catch2 v3Christian Stenger2021-05-071-5/+14
* AutoTest: Improve type safety in TestParseResultBernhard Beschow2021-02-041-1/+1
* AutoTest: Use working copy of own parserBernhard Beschow2021-01-221-15/+8
* AutoTest: Use base of framework inside TestTreeItemChristian Stenger2020-11-091-4/+5
* AutoTest: Remove some unused memberChristian Stenger2020-04-231-3/+2
* AutoTest: Support registering functions as catch test casesChristian Stenger2020-04-201-1/+2
* AutoTest: Pull catch tree nodes one level upChristian Stenger2020-04-201-1/+1
* AutoTest: Support missing Catch2 test case macrosChristian Stenger2020-04-171-3/+14
* AutoTest: Re-implement catch parserChristian Stenger2020-04-161-144/+13
* AutoTest: add support for Catch frameworkJochen Seemann2020-04-091-0/+288