summaryrefslogtreecommitdiffstats
path: root/src/common/lz4_compression.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-15fssystem: rework for yuzu styleLiam1-1/+1
2023-08-15vfs: expand support for NCA readingLiam1-0/+6
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-05-24lz4_compression: Make use of std::spanLioncash1-2/+1
Allows making the incoming data stream non-allocating.
2020-08-15common/compression: Roll back std::span changesLioncash1-17/+18
Seems like all compilers don't support std::span yet.
2020-07-25lz4_compression: Make use of std::span in interfacesLioncash1-11/+10
Allows compressing the data and size parameters into one.
2019-04-04common/lz4_compression: Remove #pragma once directive from the cpp fileLioncash1-2/+0
Introduced within 798d76f4c7018174e58702fb06a042dc8c84f0be, this only really has an effect within header files. Silences a -Wpragma-once-outside-header warning with clang.
2019-03-29Addressed feedbackunknown1-0/+78