refactor: replace vendored xxhash.h with CMake FetchContent dependency
CI / build-and-test (push) Successful in 33s
CI / build-and-test (pull_request) Successful in 32s

Remove 7490-line vendored xxhash.h, use FetchContent to pull xxHash v0.8.3
at CMake configure time (SOURCE_SUBDIR cmake_unofficial). Links as static
library via the xxhash target.
This commit is contained in:
2026-07-19 15:21:35 +02:00
parent 598e4e7514
commit 12557c351c
3 changed files with 13 additions and 7494 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#define XXH_STATIC_LINKING_ONLY
#define XXH_IMPLEMENTATION
#include "xxhash.h"
#include <xxhash.h>
uint32_t delta_adler32(const void *data, uint32_t len) {
const uint8_t *p = (const uint8_t *)data;
-7490
View File
File diff suppressed because it is too large Load Diff