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-float] update to 8.0.0 #43681

Merged
merged 1 commit into from
Feb 8, 2025
Merged
Show file tree
Hide file tree
Changes from all 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-float/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 fastfloat/fast_float
REF "v${VERSION}"
SHA512 d6745c0f7d3b7fd31d710ca1a5b8a58506d0009dbf2e1a29c70483abcec2c2498a15a5efef203f39b43a9357a04c91e360080b7897fffdf68bf4ec561c40c77d
SHA512 5a3b867729f95e1c7456e659a68c0e14ba0a01a08b34d1d0293fe3c5829e3d764af9601d40e096c1a8ca66082f39003624bfdc2a2ea746fd3c30c23269f89356
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/fast-float/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-float",
"version": "7.0.0",
"version": "8.0.0",
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
"homepage": "https://github.com/fastfloat/fast_float",
"license": "Apache-2.0 OR BSL-1.0 OR MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2673,7 +2673,7 @@
"port-version": 0
},
"fast-float": {
"baseline": "7.0.0",
"baseline": "8.0.0",
"port-version": 0
},
"fastcdr": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fast-float.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0942edffecbfd40ac16a56b169dbc6b561391b4d",
"version": "8.0.0",
"port-version": 0
},
{
"git-tree": "4db8fa1aa86a36c36a92478ed34a2f99c6b98f22",
"version": "7.0.0",
Expand Down