Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-24 | lz4_compression: Make use of std::span | Lioncash | 1 | -2/+3 | |
Allows making the incoming data stream non-allocating. | |||||
2020-08-15 | common/compression: Roll back std::span changes | Lioncash | 1 | -8/+11 | |
Seems like all compilers don't support std::span yet. | |||||
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -4/+5 | |
Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | |||||
2020-07-25 | lz4_compression: Make use of std::span in interfaces | Lioncash | 1 | -6/+4 | |
Allows compressing the data and size parameters into one. | |||||
2019-04-15 | common/{lz4_compression, zstd_compression}: Add missing header guards | Lioncash | 1 | -0/+2 | |
These two files were missing the #pragma once directive. | |||||
2019-03-29 | Addressed feedback | unknown | 1 | -0/+55 | |