summaryrefslogtreecommitdiffstats
path: root/src/common/lz4_compression.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* lz4_compression: Make use of std::spanLioncash2021-05-241-2/+1
| | | | Allows making the incoming data stream non-allocating.
* common/compression: Roll back std::span changesLioncash2020-08-151-17/+18
| | | | Seems like all compilers don't support std::span yet.
* lz4_compression: Make use of std::span in interfacesLioncash2020-07-251-11/+10
| | | | Allows compressing the data and size parameters into one.
* common/lz4_compression: Remove #pragma once directive from the cpp fileLioncash2019-04-041-2/+0
| | | | | | | Introduced within 798d76f4c7018174e58702fb06a042dc8c84f0be, this only really has an effect within header files. Silences a -Wpragma-once-outside-header warning with clang.
* Addressed feedbackunknown2019-03-291-0/+78