Name: | fast_float-devel |
---|---|
Version: | 3.11.0 |
Release: | 5.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 152108 |
License: | Apache-2.0 OR MIT |
RPM: | fast_float-devel-3.11.0-5.el9.noarch.rpm |
Source RPM: | fast_float-3.11.0-5.el9.src.rpm |
Build Date: | Sat Dec 21 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fastfloat/fast_float |
Summary: | Fast & exact implementation of C++ from_chars for float/double |
Description: | The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double 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.
- Use new (rpm 4.17.1+) bcond style
- Drop unnecessary manual dependency on cmake-filesystem
- Update to 3.11.0 (close RHBZ#2182344)
- Update to 3.10.1 (close RHBZ#2175980)
- Update to 3.10.0 (close RHBZ#2167538)
- Update to 3.9.0 (close RHBZ#2162158)
- Indicate dirs. in files list with trailing slashes