File tree Expand file tree Collapse file tree 3 files changed +894
-430
lines changed Expand file tree Collapse file tree 3 files changed +894
-430
lines changed Original file line number Diff line number Diff line change 244
244
245
245
## xxHash
246
246
- [ ![ Upstream] ( https://img.shields.io/github/v/release/Cyan4973/xxHash?label=Upstream )] ( https://github.com/Cyan4973/xxHash )
247
- - Version: 0.8.2
247
+ - Version: 0.8.3
248
248
- License: BSD-2-Clause
249
249
250
250
## yaml-cpp
Original file line number Diff line number Diff line change 1
1
/*
2
2
* xxHash - Extremely Fast Hash algorithm
3
- * Copyright (C) 2012-2021 Yann Collet
3
+ * Copyright (C) 2012-2023 Yann Collet
4
4
*
5
5
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
6
6
*
32
32
* - xxHash source repository: https://github.com/Cyan4973/xxHash
33
33
*/
34
34
35
-
36
35
/*
37
36
* xxhash.c instantiates functions defined in xxhash.h
38
37
*/
39
38
40
- #define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
41
- #define XXH_IMPLEMENTATION /* access definitions */
39
+ #define XXH_STATIC_LINKING_ONLY /* access advanced declarations */
40
+ #define XXH_IMPLEMENTATION /* access definitions */
42
41
43
42
#include "xxhash.h"
You can’t perform that action at this time.
0 commit comments