summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/MultithreadedCompressor.h
AgeCommit message (Collapse)Author
2026-01-17Common: Replace Result with C++23's std::expected.Jordan Woyak
2025-11-21Common/Result: Swap order of template parameters to match C++26's ↵Jordan Woyak
std::expected, make all member functions constexpr, and add moving "unexpected" conversion constructor for consistency.
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2020-05-06DiscIO: Implement multithreaded compressionJosJuice