Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/compression: Roll back std::span changes | Lioncash | 2020-08-15 | 1 | -6/+8 |
| | | | | Seems like all compilers don't support std::span yet. | ||||
* | common: Make use of [[nodiscard]] where applicable | Lioncash | 2020-08-15 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | zstd_compression: Make use of std::span in interfaces | Lioncash | 2020-07-25 | 1 | -4/+3 |
| | | | | Allows condensing the data and size parameters into a single argument. | ||||
* | common/{lz4_compression, zstd_compression}: Add missing header guards | Lioncash | 2019-04-15 | 1 | -0/+2 |
| | | | | These two files were missing the #pragma once directive. | ||||
* | common/zstd_compression: simplify decompression interface | unknown | 2019-03-29 | 1 | -3/+1 |
| | |||||
* | common/zstd_compression: Add Zstandard wrapper | unknown | 2019-03-29 | 1 | -0/+44 |