Name: | c4core-devel |
---|---|
Version: | 0.1.9^20220802gitda43293 |
Release: | 9.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 433357 |
License: | MIT AND BSL-1.0 AND BSD-2-Clause AND (Apache-2.0 OR MIT) |
RPM: | c4core-devel-0.1.9^20220802gitda43293-9.el9.x86_64.rpm |
Source RPM: | c4core-0.1.9^20220802gitda43293-9.el9.src.rpm |
Build Date: | Tue Jul 25 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/biojppm/c4core |
Summary: | C++ core utilities |
Description: | c4core is a library of low-level C++ utilities, written with low-latency projects in mind. Some of the utilities provided by c4core have already equivalent functionality in the C++ standard, but they are provided as the existing C++ equivalent may be insufficient (eg, std::string_view), inefficient (eg, std::string), heavy (eg streams), or plainly unusable on some platforms/projects, (eg exceptions); some other utilities have equivalent under consideration for C++ standardization; and yet some other utilities have (to my knowledge) no equivalent under consideration. |
- Fix wrong multilib library paths in .cmake files (fix RHBZ#2223194)
- Improved spec-file comment on multilib path
- Rebuild for fast_float 3.9.0
- Update License to include header-only dependencies
- Indicate dirs. in files lists with trailing slashes
- Update to da43293 snapshot
- Update License field to SPDX
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Fix simplified doctest download workaround
- Simplify doctest download workaround