Name: | fast_float-devel |
---|---|
Version: | 6.1.6 |
Release: | 4.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 175127 |
License: | Apache-2.0 OR MIT OR BSL-1.0 |
RPM: | fast_float-devel-6.1.6-4.el10_0.noarch.rpm |
Source RPM: | fast_float-6.1.6-4.el10_0.src.rpm |
Build Date: | Sat Dec 21 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fastfloat/fast_float |
Summary: | Fast & exact implementation of C++ from_chars for number types |
Description: | The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types as well as integer types. These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types. We provide exact rounding (including round to even). In our experience, these fast_float functions many times faster than comparable number-parsing functions from existing C++ standard libraries. |
- Add a SourceLicense field
- Do not run exhaustive tests by default - We can always manually run scratch builds with them enabled, especially after significant upstream changes.
- Invoke %cmake in %conf rather than in %build
- Update to 6.1.6 (close RHBZ#2310850)
- Update to 6.1.5 (close RHBZ#2309323)
- Update to 6.1.4 (close RHBZ#2305268)
- Update to 6.1.3 (close RHBZ#2299620)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Update to 6.1.1 (close RHBZ#2270000)
- Update to 6.1.0 (close RHBZ#2260990)