Morph
99ceb03a1c
general: Convert source file copyright comments over to SPDX
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.
4 years ago
Lioncash
49bfd0c461
zstd_compression: Make use of std::span
Allows for the incoming data stream to be non-allocating.
5 years ago
Lioncash
1ee060ca0d
common/compression: Roll back std::span changes
Seems like all compilers don't support std::span yet.
6 years ago
Lioncash
c5bdccfecb
zstd_compression: Make use of std::span in interfaces
Allows condensing the data and size parameters into a single argument.
6 years ago
Lioncash
a6f7a44aab
common/zstd_compression: Remove #pragma once directive from source file
Introduced in 72477731ed . This is only
necessary within header files.
7 years ago
unknown
b4857e326f
common/zstd_compression: simplify decompression interface
7 years ago
unknown
72477731ed
common/zstd_compression: Add Zstandard wrapper
7 years ago