Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d67cb1f

Browse filesBrowse files
nodejs-github-bottargos
authored andcommitted
deps: update simdjson to 3.12.0
PR-URL: #56874 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 70b04b4 commit d67cb1f
Copy full SHA for d67cb1f

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎deps/simdjson/LICENSE‎

Copy file name to clipboardExpand all lines: deps/simdjson/LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2023 The simdjson authors
189+
Copyright 2018-2025 The simdjson authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
Collapse file

‎deps/simdjson/simdjson.cpp‎

Copy file name to clipboardExpand all lines: deps/simdjson/simdjson.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */
1+
/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */
22
/* including simdjson.cpp: */
33
/* begin file simdjson.cpp */
44
#define SIMDJSON_SRC_SIMDJSON_CPP
Collapse file

‎deps/simdjson/simdjson.h‎

Copy file name to clipboardExpand all lines: deps/simdjson/simdjson.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2025-01-09 11:01:48 -0500. Do not edit! */
1+
/* auto-generated on 2025-01-27 20:34:35 -0500. Do not edit! */
22
/* including simdjson.h: */
33
/* begin file simdjson.h */
44
#ifndef SIMDJSON_H
@@ -2437,7 +2437,7 @@ namespace std {
24372437
#define SIMDJSON_SIMDJSON_VERSION_H
24382438

24392439
/** The version of simdjson being used (major.minor.revision) */
2440-
#define SIMDJSON_VERSION "3.11.6"
2440+
#define SIMDJSON_VERSION "3.12.0"
24412441

24422442
namespace simdjson {
24432443
enum {
@@ -2448,11 +2448,11 @@ enum {
24482448
/**
24492449
* The minor version (major.MINOR.revision) of simdjson being used.
24502450
*/
2451-
SIMDJSON_VERSION_MINOR = 11,
2451+
SIMDJSON_VERSION_MINOR = 12,
24522452
/**
24532453
* The revision (major.minor.REVISION) of simdjson being used.
24542454
*/
2455-
SIMDJSON_VERSION_REVISION = 6
2455+
SIMDJSON_VERSION_REVISION = 0
24562456
};
24572457
} // namespace simdjson
24582458

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.