[simdjson] Update to v1.0.0 (#20052)

* [simdjson] Update to 1.0.0

* [simdjson] Bump version
This commit is contained in:
myd7349 2021-09-08 23:02:07 +08:00 committed by GitHub
parent 6ea34201f3
commit e239a6fa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -1,9 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simdjson/simdjson
REF 33d926bd4448e2e087511f34e49461230691a503 # v0.9.7
REF 3bd8b0b575f43403705dcce57d427944c11421f8 # v1.0.0
HEAD_REF master
SHA512 1c492ed4c19019abbe6743c8ad60f0a03f9171f5ece6a3b2ec6429eec610d3b0750eceba81cda11791fe6fd34881af1810ee18f1ba486f9147e188c955546cad
SHA512 61c5db9bdf331cc692d85f135fda29ad5db7ee23d9518153adfd44cf26d76dae834a3071bd6c9e9b2a99a27a2881899162ac146750f444e9829a6dbbe986f769
)
vcpkg_check_features(
@ -18,7 +18,7 @@ vcpkg_check_features(
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DSIMDJSON_JUST_LIBRARY=ON
-DSIMDJSON_SANITIZE_UNDEFINED=OFF

View File

@ -1,6 +1,6 @@
{
"name": "simdjson",
"version": "0.9.7",
"version-semver": "1.0.0",
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
"homepage": "https://simdjson.org/",
"license": "Apache-2.0",

View File

@ -5937,7 +5937,7 @@
"port-version": 0
},
"simdjson": {
"baseline": "0.9.7",
"baseline": "1.0.0",
"port-version": 0
},
"simdutf": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "80800c0596226b9d3a818cf8ddf903b2e66e279c",
"version-semver": "1.0.0",
"port-version": 0
},
{
"git-tree": "9f3cbe33b4ec739d22f7549f1b73846067f78d84",
"version": "0.9.7",