aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/unarchiver.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-2/+2
* Utils: Use LibArchive to extract archivesMarcus Tillmanns2025-03-191-27/+19
* TaskTree: Introduce SimpleCustomTask helperJarek Kobus2025-02-271-8/+1
* TaskTree: Make most of TaskAdapter subclasses finalJarek Kobus2024-07-101-1/+1
* Utils: Add gzip support to unarchiverMarcus Tillmanns2024-05-311-1/+5
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-1/+1
* TaskTree: Get rid of registration macrosJarek Kobus2023-08-171-2/+2
* Utils: Rename archive.{cpp, h} -> unarchiver.{cpp, h}Jarek Kobus2023-07-201-0/+57