Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b3e9000c8e | |||
| 74dc4f940e | |||
| b0dec84df9 | |||
| 5ad2c5e414 | |||
| f1cf917636 | |||
| 269f1e9c0a |
BIN
fast_float-7.0.0.tar.gz
LFS
BIN
fast_float-7.0.0.tar.gz
LFS
Binary file not shown.
BIN
fast_float-8.2.2.tar.gz
LFS
Normal file
BIN
fast_float-8.2.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 14:56:22 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 8.2.2
|
||||
* Added template overloads for integer_times_pow10()
|
||||
* Added corner cases around max value/infinity
|
||||
* Faster uint8_t parsing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 16:11:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 8.1.0
|
||||
* Implementation of P2497
|
||||
* Implemented multiplication of integer by a power of 10
|
||||
* Do not mis-parse certain wide-character emojis as integer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fast_float
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: fast_float
|
||||
Version: 7.0.0
|
||||
Version: 8.2.2
|
||||
Release: 0
|
||||
Summary: A fast number parsing library
|
||||
Summary: Re-implementation of std::from_chars for parsing strings into numbers
|
||||
License: Apache-2.0 OR BSL-1.0 OR MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/fastfloat/fast_float
|
||||
@@ -49,7 +49,6 @@ from_chars functions for float and double types as well as integer types.
|
||||
-DFASTFLOAT_SUPPLEMENTAL_TESTS:BOOL=OFF \
|
||||
-DSYSTEM_DOCTEST:BOOL=ON \
|
||||
%{nil}
|
||||
#exit 1
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@@ -62,7 +61,6 @@ from_chars functions for float and double types as well as integer types.
|
||||
%license LICENSE-APACHE LICENSE-BOOST LICENSE-MIT
|
||||
%doc README.md
|
||||
%{_includedir}/fast_float
|
||||
%dir %{_datadir}/cmake
|
||||
%{_datadir}/cmake/FastFloat
|
||||
%{_datadir}/cmake/
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user