summaryrefslogtreecommitdiffstats
path: root/src/common/zstd_compression.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-24zstd_compression: Make use of std::spanLioncash1-1/+1
Allows for the incoming data stream to be non-allocating.
2020-08-15common/compression: Roll back std::span changesLioncash1-6/+6
Seems like all compilers don't support std::span yet.
2020-07-25zstd_compression: Make use of std::span in interfacesLioncash1-7/+6
Allows condensing the data and size parameters into a single argument.
2019-05-04common/zstd_compression: Remove #pragma once directive from source fileLioncash1-2/+0
Introduced in 72477731ed20c56a4d6f18a22f43224fab667cef. This is only necessary within header files.
2019-03-29common/zstd_compression: simplify decompression interfaceunknown1-7/+8
2019-03-29common/zstd_compression: Add Zstandard wrapperunknown1-0/+52