Name: | fast_float-devel |
---|---|
Version: | 3.5.1 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 140982 |
License: | Apache-2.0 OR MIT |
RPM: | fast_float-devel-3.5.1-1.el9.noarch.rpm |
Source RPM: | fast_float-3.5.1-1.el9.src.rpm |
Build Date: | Mon Aug 15 2022 |
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. |
- Update to 3.5.1 (close RHBZ#2115912)
- Update License field to SPDX
- Drop “forge” macros, which are not doing much here
- Export CMake targets as architecture independent.
- Fixed CMake configs installation. Fixes RHBZ#2059643.
- Let the -devel package be noarch
- Stop meddling with install path for .cmake files
- Update to 3.4.0 (close RHBZ#2027907)
- Update to 3.2.0 (close RHBZ#2006183)
- Update to 3.1.0 (close RHBZ#2004552)