aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/squish/suiteconf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-3/+3
* Replace most expected_str by Utils::Resulthjk2025-04-111-2/+2
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* Replace a few expected_str<void> by Utils::Resulthjk2024-10-081-1/+1
* Squish: Use new settings schemehjk2023-07-191-2/+1
* Utils: ensureWritableDir returns expected_strMarcus Tillmanns2023-06-221-3/+3
* Squish: Fix removing a test caseChristian Stenger2023-02-011-0/+11
* Squish: Allow retrieval of suite name from SuiteConfChristian Stenger2023-01-111-0/+7
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-5/+7
* Squish: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Squish: Fix conditionChristian Stenger2022-10-121-3/+1
* Squish: Fix handling of object mapChristian Stenger2022-10-111-1/+1
* Squish: Move some helper functionsChristian Stenger2022-10-111-0/+29
* Squish: Fix handling of test casesChristian Stenger2022-09-291-2/+11
* Squish: Fix handling of suite.confChristian Stenger2022-09-291-20/+126
* Squish: Implement create new test caseChristian Stenger2022-09-291-0/+60
* Squish: Turn SquishUtils into SuiteConfChristian Stenger2022-09-141-0/+113