5 Commits

Author SHA256 Message Date
a1bafd9b97 Accepting request 1278191 from science
Update to version 8.0.2

OBS-URL: https://build.opensuse.org/request/show/1278191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fast_float?expand=0&rev=3
2025-05-23 12:28:18 +00:00
d340f80eff OBS-URL: https://build.opensuse.org/package/show/science/fast_float?expand=0&rev=6 2025-05-18 04:25:33 +00:00
549fd6da1e Accepting request 1278184 from home:VaiTon:branches:science
- Update to 8.0.2:
  * No relevant changes
- Update to 8.0.1:
  * Fix various build warnings
- Update to 8.0.0:
  * Add version macros
  * Better compile time error messages for unsupported types
  * Support char8_t on C++20
  * Introduce equiv_uint_t helper
  * 16-bit float support

OBS-URL: https://build.opensuse.org/request/show/1278184
OBS-URL: https://build.opensuse.org/package/show/science/fast_float?expand=0&rev=5
2025-05-18 04:24:33 +00:00
c73b94d98e Accepting request 1238754 from science
OBS-URL: https://build.opensuse.org/request/show/1238754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fast_float?expand=0&rev=2
2025-01-19 20:49:36 +00:00
69ddca22ba Accepting request 1238627 from home:StefanBruens:branches:science
- Update to 7.0.0:
  + Iplus/minus handling in parse_infnan
  + enum class chars_format
  + Add allow_leading_plus and skip_white_space in chars_format
- Drop upstream make_supplemental_tests_optional.patch

OBS-URL: https://build.opensuse.org/request/show/1238627
OBS-URL: https://build.opensuse.org/package/show/science/fast_float?expand=0&rev=3
2025-01-19 04:31:22 +00:00
4 changed files with 18 additions and 4 deletions

Binary file not shown.

3
fast_float-8.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e14a33089712b681d74d94e2a11362643bd7d769ae8f7e7caefe955f57f7eacd
size 121232

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat May 17 17:46:52 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 8.0.2:
* No relevant changes.
- Changes from version 8.0.1:
* Fix various build warnings.
- Changes from version 8.0.0:
* Add version macros.
* Better compile time error messages for unsupported types.
* Support char8_t on C++20.
* Introduce equiv_uint_t helper.
* 16-bit float support.
-------------------------------------------------------------------
Sat Jan 18 05:58:09 UTC 2025 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -17,7 +17,7 @@
Name: fast_float
Version: 7.0.0
Version: 8.0.2
Release: 0
Summary: A fast number parsing library
License: Apache-2.0 OR BSL-1.0 OR MIT