Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fast_float-devel-6.1.6-4.fc40 RPM for noarch

From Fedora 40 updates for aarch64 / Packages / f

Name: fast_float-devel Distribution: Fedora Project
Version: 6.1.6 Vendor: Fedora Project
Release: 4.fc40 Build date: Thu Dec 12 14:47:51 2024
Group: Unspecified Build host: buildvm-x86-18.iad2.fedoraproject.org
Size: 175214 Source RPM: fast_float-6.1.6-4.fc40.src.rpm
Packager: Fedora Project
Url: https://github.com/fastfloat/fast_float
Summary: Fast & exact implementation of C++ from_chars for number types
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.

Provides

Requires

License

Apache-2.0 OR MIT OR BSL-1.0

Changelog

* Thu Dec 12 2024 Benjamin A. Beasley <[email protected]> - 6.1.6-4
  - Add a SourceLicense field
* Fri Nov 22 2024 Benjamin A. Beasley <[email protected]> - 6.1.6-3
  - Do not run exhaustive tests by default
  - We can always manually run scratch builds with them enabled, especially
    after significant upstream changes.
* Fri Nov 22 2024 Benjamin A. Beasley <[email protected]> - 6.1.6-2
  - Invoke %cmake in %conf rather than in %build
* Fri Sep 13 2024 Benjamin A. Beasley <[email protected]> - 6.1.6-1
  - Update to 6.1.6 (close RHBZ#2310850)
* Wed Sep 04 2024 Benjamin A. Beasley <[email protected]> - 6.1.5-1
  - Update to 6.1.5 (close RHBZ#2309323)
* Fri Aug 16 2024 Benjamin A. Beasley <[email protected]> - 6.1.4-1
  - Update to 6.1.4 (close RHBZ#2305268)
* Wed Jul 24 2024 Benjamin A. Beasley <[email protected]> - 6.1.3-1
  - Update to 6.1.3 (close RHBZ#2299620)
* Mon Mar 18 2024 Benjamin A. Beasley <[email protected]> - 6.1.1-1
  - Update to 6.1.1 (close RHBZ#2270000)
* Tue Jan 30 2024 Benjamin A. Beasley <[email protected]> - 6.1.0-1
  - Update to 6.1.0 (close RHBZ#2260990)
* Wed Jan 24 2024 Fedora Release Engineering <[email protected]> - 6.0.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <[email protected]> - 6.0.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 15 2023 Benjamin A. Beasley <[email protected]> - 6.0.0-1
  - Update to 6.0.0 (close RHBZ#2254687)
* Wed Nov 15 2023 Benjamin A. Beasley <[email protected]> - 5.3.0-1
  - Update to 5.3.0 (close RHBZ#2249761)
* Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 5.2.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jul 02 2023 Benjamin A. Beasley <[email protected]> - 5.2.0-1
  - Update to 5.2.0 (close RHBZ#2213937)
* Sun Jun 18 2023 Benjamin A. Beasley <[email protected]> - 5.0.0-2
  - Use new (rpm 4.17.1+) bcond style
* Fri May 26 2023 Benjamin A. Beasley <[email protected]> - 5.0.0-1
  - Update to 5.0.0 (close RHBZ#2210325)
  - License changes from (Apache-2.0 OR MIT) to (Apache-2.0 OR MIT OR
    BSL-1.0)
* Thu May 25 2023 Benjamin A. Beasley <[email protected]> - 4.0.0-2
  - Drop unnecessary manual dependency on cmake-filesystem
* Mon Apr 03 2023 Benjamin A. Beasley <[email protected]> - 4.0.0-1
  - Update to 4.0.0 (close RHBZ#2183568)
* Thu Mar 30 2023 Benjamin A. Beasley <[email protected]> - 3.11.0-1
  - Update to 3.11.0 (close RHBZ#2182344)
* Tue Mar 07 2023 Benjamin A. Beasley <[email protected]> - 3.10.1-1
  - Update to 3.10.1 (close RHBZ#2175980)
* Wed Feb 08 2023 Benjamin A. Beasley <[email protected]> - 3.10.0-1
  - Update to 3.10.0 (close RHBZ#2167538)
* Sat Jan 21 2023 Benjamin A. Beasley <[email protected]> - 3.9.0-1
  - Update to 3.9.0 (close RHBZ#2162158)
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 3.8.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Dec 20 2022 Benjamin A. Beasley <[email protected]> - 3.8.1-2
  - Indicate dirs. in files list with trailing slashes

Files

/usr/include/fast_float
/usr/include/fast_float/ascii_number.h
/usr/include/fast_float/bigint.h
/usr/include/fast_float/constexpr_feature_detect.h
/usr/include/fast_float/decimal_to_binary.h
/usr/include/fast_float/digit_comparison.h
/usr/include/fast_float/fast_float.h
/usr/include/fast_float/fast_table.h
/usr/include/fast_float/float_common.h
/usr/include/fast_float/parse_number.h
/usr/share/cmake/FastFloat
/usr/share/cmake/FastFloat/FastFloatConfig.cmake
/usr/share/cmake/FastFloat/FastFloatConfigVersion.cmake
/usr/share/cmake/FastFloat/fast_float-targets.cmake
/usr/share/doc/fast_float-devel
/usr/share/doc/fast_float-devel/AUTHORS
/usr/share/doc/fast_float-devel/CONTRIBUTORS
/usr/share/doc/fast_float-devel/README.md
/usr/share/licenses/fast_float-devel
/usr/share/licenses/fast_float-devel/LICENSE-APACHE
/usr/share/licenses/fast_float-devel/LICENSE-BOOST
/usr/share/licenses/fast_float-devel/LICENSE-MIT


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jan 8 03:48:13 2025