aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/expected.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-29/+0
* Utils/Axivion: Remove last traces of expected_strhjk2025-04-141-3/+0
* Utils: Fix macro under MSVCMarcus Tillmanns2024-09-241-1/+1
* Utils: Add QVERIFY_EXPECTED macroMarcus Tillmanns2024-09-231-0/+3
* Utils: Add QTC_CHECK_EXPECTEDMarcus Tillmanns2024-04-041-0/+9
* Utils: Make CTAD work with std::unexpectedMarco Bubke2023-05-161-14/+1
* Utils: Enforce use of semicolon after QTC_ASSERT_EXPECTEDhjk2023-01-101-14/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-0/+47