| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common/compression: Roll back std::span changes | 2020-08-15 | 1 | -17/+18 | |
| | | | | | Seems like all compilers don't support std::span yet. | ||||
| * | lz4_compression: Make use of std::span in interfaces | 2020-07-25 | 1 | -11/+10 | |
| | | | | | Allows compressing the data and size parameters into one. | ||||
| * | common/lz4_compression: Remove #pragma once directive from the cpp file | 2019-04-03 | 1 | -2/+0 | |
| | | | | | | | | Introduced within 798d76f4c7018174e58702fb06a042dc8c84f0be, this only really has an effect within header files. Silences a -Wpragma-once-outside-header warning with clang. | ||||
| * | Addressed feedback | 2019-03-29 | 1 | -0/+78 | |