| Name: | c4core-devel | 
|---|---|
| Version: | 0.1.10 | 
| Release: | 3.el8 | 
| Architecture: | aarch64 | 
| Group: | Unspecified | 
| Size: | 433351 | 
| License: | MIT AND BSL-1.0 | 
| RPM: | c4core-devel-0.1.10-3.el8.aarch64.rpm | 
| Source RPM: | c4core-0.1.10-3.el8.src.rpm | 
| Build Date: | Sat Sep 17 2022 | 
| Build Host: | build-ol8-aarch64.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.  | 
- Initial package for EPEL8
- Better predefined macros for platform detection - Fixes compilation on RHEL8 ppc64le.
- Update to 0.1.10 (close RHBZ#2120069)
- 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
- Drop “forge” macros, which are not doing much here
- Update to 0.1.9 (close RHBZ#2057741)