./math/dragonbox, Floating-point to binary-to-decimal conversion library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.3, Package name: dragonbox-1.1.3, Maintainer: ryoon

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.


Master sites:

Filesize: 4235.579 KB

Version history: (Expand)


CVS history: (Expand)


   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.