2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message: *: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS |
2023-07-30 10:24:21 by Nia Alarie | Files touched by this commit (2) |
Log message: 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-20 21:36:00 by Ryo ONODERA | Files touched by this commit (2) |
Log message: dragonbox: Use c++17/gnu++17. Its header file is for c++17 |
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message: *: convert to cmake/build.mk |
2022-08-24 14:53:25 by Ryo ONODERA | Files touched by this commit (6) |
Log message: 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. |