Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fast-double-parser] update to 0.8.0 #40975

Merged
merged 10 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/fast-double-parser/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lemire/fast_double_parser
REF "v${VERSION}"
SHA512 14a23b9e2ddc924d66f2748134364c546c6511ad380fbf59313c1d77c14dc4b0d22367a44b423f835ff2941f8d9c511f18b97ce25eda826ddc08a8eaaf7014bd
SHA512 41115f3c3b77ad430b0b4a1e622dd2a911ce3283bfd4190b5081f368cd1c371c68cf49789a12a2ed610a91e5b4693fe0b9b0d07876e82cfb0b106a6bc33dedd0
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/fast-double-parser/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-double-parser",
"version": "0.7.0",
"version": "0.8.0",
"description": "Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod",
"homepage": "https://github.com/lemire/fast_double_parser",
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@
"port-version": 2
},
"fast-double-parser": {
"baseline": "0.7.0",
"baseline": "0.8.0",
"port-version": 0
},
"fast-float": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fast-double-parser.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a001ebb7b7dfc168c37c6f51844c1e3f32cc0b09",
"version": "0.8.0",
"port-version": 0
},
{
"git-tree": "fac99fe686dd7874d02be06d78f4df1a6ac7358d",
"version": "0.7.0",
Expand Down