summaryrefslogtreecommitdiff
path: root/src/common/lz4_compression.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-15fssystem: rework for yuzu styleGravatar Liam1-1/+1
2023-08-15vfs: expand support for NCA readingGravatar Liam1-0/+6
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-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::spanGravatar Lioncash1-2/+1
Allows making the incoming data stream non-allocating.
2020-08-15common/compression: Roll back std::span changesGravatar Lioncash1-17/+18
Seems like all compilers don't support std::span yet.
2020-07-25lz4_compression: Make use of std::span in interfacesGravatar Lioncash1-11/+10
Allows compressing the data and size parameters into one.
2019-04-03common/lz4_compression: Remove #pragma once directive from the cpp fileGravatar Lioncash1-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 feedbackGravatar unknown1-0/+78