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
00213377b1
lz4_compression: Make use of std::span
Allows making the incoming data stream 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
2e511246fa
lz4_compression: Make use of std::span in interfaces
Allows compressing the data and size parameters into one.
6 years ago
Lioncash
0e2f617abc
common/lz4_compression: Remove #pragma once directive from the cpp file
Introduced within 798d76f4c7 , this only
really has an effect within header files.
Silences a -Wpragma-once-outside-header warning with clang.
7 years ago
unknown
c791192d64
Addressed feedback
7 years ago