Commit graph

4 commits

Author SHA1 Message Date
nia
c71d79ce3c dragonbox: Do not use USE_LANGUAGES to require a newer compiler but rather
USE_CXX_FEATURES. It sets -std=gnu++17 on its own.

Append USE_CXX_FEATURES, don't set it.
2023-07-30 08:24:21 +00:00
ryoon
97ad4d6d6b dragonbox: Use c++17/gnu++17. Its header file is for c++17 2023-07-20 19:36:00 +00:00
wiz
a2e1a35a28 *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
ryoon
1e794ec548 math/dragonbox: import dragonbox-1.1.3
This library is a reference implementation of Dragonbox in C++.

Dragonbox is a float-to-string conversion algorithm based on a
beautiful algorithm Schubfach, developed by Raffaello Giulietti in
2017-2018. Dragonbox is further inspired by Grisu and Grisu-Exact.
2022-08-24 12:53:24 +00:00