aboutsummaryrefslogtreecommitdiff
path: root/ports/fast-float/vcpkg.json
diff options
context:
space:
mode:
authorgeorg-emg <71000124+georg-emg@users.noreply.github.com>2021-02-11 08:56:13 +0100
committerGitHub <noreply@github.com>2021-02-10 23:56:13 -0800
commitbfc3ba0aab3f4058f5fe1dd8d442bfa7bbcaee8a (patch)
tree88fd0d0220d7f0a156517d6acd83585be5b13be5 /ports/fast-float/vcpkg.json
parent087869eb3a70f17dd98b4a9ebd7182ab31a4b1e4 (diff)
downloadvcpkg-bfc3ba0aab3f4058f5fe1dd8d442bfa7bbcaee8a.tar.gz
vcpkg-bfc3ba0aab3f4058f5fe1dd8d442bfa7bbcaee8a.zip
[fast-float] Add new port (#16144)
* added a port for the fast_float library * Updated fast_float to version 0.8.0 * Added version files for fast-float * Added newline at end of file * Updated git-tree entry after change * Fixed line endings * Updated tree after change * ran vcpkg x-add-version --all to fix versions for log4cpp, which were broken for some reason.
Diffstat (limited to 'ports/fast-float/vcpkg.json')
-rw-r--r--ports/fast-float/vcpkg.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/fast-float/vcpkg.json b/ports/fast-float/vcpkg.json
new file mode 100644
index 000000000..d750f44b2
--- /dev/null
+++ b/ports/fast-float/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "fast-float",
+ "version-string": "0.8.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"
+}