summaryrefslogtreecommitdiffstats
path: root/src/common/lz4_compression.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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