[simdjson] Update to 3.1.5 (#30107)

* [simdjson] Update to 3.1.3

* [simdjson] Bump version

* [simdjson] Update to 3.1.5

* [simdjson] Overwrite version

* [simdjson] Quote

* [simdjson] Overwrite version
This commit is contained in:
myd7349 2023-03-15 05:13:02 +08:00 committed by GitHub
parent 614a459dfa
commit 4f1cf8f903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 5 deletions

View File

@ -1,9 +1,9 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO simdjson/simdjson REPO simdjson/simdjson
REF 8a247f13216aa5a0b149ebb5e352d26eb13f309a # v3.1.2 REF "v${VERSION}"
HEAD_REF master HEAD_REF master
SHA512 6a7394ccde9c9c5be936e260ba48ebead7447a9d40c110071e0901ff8d70422a7aa8e50321d98ec5b50122948395b89a7d0aa40ed171261bea340bf1c0077927 SHA512 e2a8c3b21b134c96158f8a6f209ea4c9c7bd63205ad967860a99ad24bc607b857f3a952ab84cdf927322ddcc6a549555d32c163751fe4ff2b5776de918685b40
) )
vcpkg_check_features( vcpkg_check_features(
@ -13,6 +13,7 @@ vcpkg_check_features(
threads SIMDJSON_ENABLE_THREADS threads SIMDJSON_ENABLE_THREADS
INVERTED_FEATURES INVERTED_FEATURES
deprecated SIMDJSON_DISABLE_DEPRECATED_API deprecated SIMDJSON_DISABLE_DEPRECATED_API
utf8-validation SIMDJSON_SKIPUTF8VALIDATION
) )
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC) string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)

View File

@ -1,6 +1,6 @@
{ {
"name": "simdjson", "name": "simdjson",
"version": "3.1.2", "version": "3.1.5",
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second", "description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
"homepage": "https://simdjson.org/", "homepage": "https://simdjson.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -17,7 +17,8 @@
"default-features": [ "default-features": [
"deprecated", "deprecated",
"exceptions", "exceptions",
"threads" "threads",
"utf8-validation"
], ],
"features": { "features": {
"deprecated": { "deprecated": {
@ -28,6 +29,9 @@
}, },
"threads": { "threads": {
"description": "Link with thread support" "description": "Link with thread support"
},
"utf8-validation": {
"description": "Enable UTF8 validation"
} }
} }
} }

View File

@ -7269,7 +7269,7 @@
"port-version": 1 "port-version": 1
}, },
"simdjson": { "simdjson": {
"baseline": "3.1.2", "baseline": "3.1.5",
"port-version": 0 "port-version": 0
}, },
"simdutf": { "simdutf": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "6694abe5993ac1fc09466303507bb0eccca53911",
"version": "3.1.5",
"port-version": 0
},
{ {
"git-tree": "780181f6b18135c5a85f8aeb5e141f81890fb99b", "git-tree": "780181f6b18135c5a85f8aeb5e141f81890fb99b",
"version": "3.1.2", "version": "3.1.2",