| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-03-23 | zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize | 1 | -1/+1 | ||
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | 1 | -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. | |||||
| 2021-05-24 | zstd_compression: Make use of std::span | 1 | -1/+1 | ||
| Allows for the incoming data stream to be non-allocating. | |||||
| 2020-08-15 | common/compression: Roll back std::span changes | 1 | -6/+6 | ||
| Seems like all compilers don't support std::span yet. | |||||
| 2020-07-25 | zstd_compression: Make use of std::span in interfaces | 1 | -7/+6 | ||
| Allows condensing the data and size parameters into a single argument. | |||||
| 2019-05-04 | common/zstd_compression: Remove #pragma once directive from source file | 1 | -2/+0 | ||
| Introduced in 72477731ed20c56a4d6f18a22f43224fab667cef. This is only necessary within header files. | |||||
| 2019-03-29 | common/zstd_compression: simplify decompression interface | 1 | -7/+8 | ||
| 2019-03-29 | common/zstd_compression: Add Zstandard wrapper | 1 | -0/+52 | ||