Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utils: Replace Result class by type alias to std::expected<T, QString> | hjk | 2025-04-11 | 1 | -2/+2 |
* | Utils: Use LibArchive to extract archives | Marcus Tillmanns | 2025-03-19 | 1 | -27/+19 |
* | TaskTree: Introduce SimpleCustomTask helper | Jarek Kobus | 2025-02-27 | 1 | -8/+1 |
* | TaskTree: Make most of TaskAdapter subclasses final | Jarek Kobus | 2024-07-10 | 1 | -1/+1 |
* | Utils: Add gzip support to unarchiver | Marcus Tillmanns | 2024-05-31 | 1 | -1/+5 |
* | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
* | TaskTree: Unify TaskInterface::done(DoneResult) signal | Jarek Kobus | 2023-11-17 | 1 | -1/+1 |
* | TaskTree: Get rid of registration macros | Jarek Kobus | 2023-08-17 | 1 | -2/+2 |
* | Utils: Rename archive.{cpp, h} -> unarchiver.{cpp, h} | Jarek Kobus | 2023-07-20 | 1 | -0/+57 |