[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект gulrak-filesystem-1.5.14-4.el9

Имя gulrak-filesystem
Эпоха 0
Версия 1.5.14
Релиз 4.el9
Сайт https://github.com/gulrak/filesystem
Лицензия MIT
Время сборки 2025-03-05 20:04:33
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Implementation of C++17 std::filesystem for C++11/14/17/20
Репозитории Extras
Полное описание This is a header-only single-file std::filesystem compatible helper library, based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or C++20 (tightly following the C++17 standard with very few documented exceptions). It is currently tested on macOS 10.12/10.14/10.15, Windows 10, Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, FreeBSD 12 and Alpine ARM/ARM64 Linux but should work on other systems too, as long as you have at least a C++11 compatible compiler. It should work with Android NDK, Emscripten and I even had reports of it being used on iOS (within sandboxing constraints) and with v1.5.6 there is experimental support for QNX. The support of Android NDK, Emscripten and QNX is not backed up by automated testing but PRs and bug reports are welcome for those too. It is of course in its own namespace ghc::filesystem to not interfere with a regular std::filesystem should you use it in a mixed C++17 environment (which is possible).
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
gulrak-filesystem-devel-1.5.14-4.el9.x86_64 Development files for gulrak-filesystem 6a26853f2bed0a35bb42c85b7641cbb48b73bb49b1a3a010069ac6850e03a7d7 download
aarch64
gulrak-filesystem-devel-1.5.14-4.el9.aarch64 Development files for gulrak-filesystem 9d85c5f02174f4fc9acd70a51ccb0d3a22409989b93ec0e49424fe179369b1a5 download
src
gulrak-filesystem-1.5.14-4.el9.src Implementation of C++17 std::filesystem for C++11/14/17/20 9a55fc055711228b8a190fb87dd04ae1963c2006200093e35402181b6d09c44f download
История изменений link
* Wed Mar 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5.14-4
- Rebuilt for MSVSphere 9.5

* Sat Aug 10 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.14-4
- Ensure the catch2 (v2.x) compat package is used for tests

* Sat Aug 10 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.14-3
- Add trailing slashes to listed directories

* Mon Mar 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.14-1
- Update to 1.5.14 (close RHBZ#2175562)

* Mon Mar 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.12-2
- Confirm that License is SPDX MIT (no License field change)