Wed, 22 May 2024 12:34:50 UTC | login

Information for build dispenso-1.1.0-2.fc38

ID245367
Package Namedispenso
Version1.1.0
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dispenso.git#d9aeb529004708525b16e22aae2a54eb12b794de
SummaryA library for working with sets of tasks in parallel
DescriptionDispenso is a library for working with sets of tasks in parallel. It provides mechanisms for thread pools, task sets, parallel for loops, futures, pipelines, and more. Dispenso is a well-tested C++14 library designed to have minimal dependencies (some dependencies are required for the tests and benchmarks), and designed to be clean with compiler sanitizers (ASAN, TSAN). Dispenso is currently being used in dozens of projects and hundreds of C++ files at Meta (formerly Facebook). Dispenso also aims to avoid major disruption at every release. Releases will be made such that major versions are created when a backward incompatibility is introduced, and minor versions are created when substantial features have been added or bugs have been fixed, and the aim would be to only very rarely bump major versions. That should make the project suitable for use from main branch, or if you need a harder requirement, you can base code on a specific version.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 09 May 2023 14:07:27 UTC
CompletedTue, 09 May 2023 15:27:42 UTC
Taskbuild (f38, /rpms/dispenso.git:d9aeb529004708525b16e22aae2a54eb12b794de)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dispenso.git#d9aeb529004708525b16e22aae2a54eb12b794de'}}
Tags
f38
f39
f40
RPMs
src
dispenso-1.1.0-2.fc38.src.rpm (info) (download)
riscv64
dispenso-1.1.0-2.fc38.riscv64.rpm (info) (download)
dispenso-devel-1.1.0-2.fc38.riscv64.rpm (info) (download)
dispenso-debuginfo-1.1.0-2.fc38.riscv64.rpm (info) (download)
dispenso-debugsource-1.1.0-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 01 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.1.0-1 - Update to 1.1.0 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 27 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.0-3 - Fix linking against gmock on F34 * Wed Jan 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.0-2 - Use system moodycamel, to avoid bundling and fix build issue on armv7hl * Tue Jan 25 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.0-1 - Initial Fedora package