Thu, 23 May 2024 02:31:34 UTC | login

Information for build dispenso-1.2.0-1.fc40

ID279524
Package Namedispenso
Version1.2.0
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dispenso.git#6e8357b8afc6b3cab2a0e3c83a0aee230225e7b4
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 failed
Volume DEFAULT
StartedSun, 07 Jan 2024 12:57:04 UTC
CompletedSun, 07 Jan 2024 13:55:00 UTC
Taskbuild (f40, /rpms/dispenso.git:6e8357b8afc6b3cab2a0e3c83a0aee230225e7b4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dispenso.git#6e8357b8afc6b3cab2a0e3c83a0aee230225e7b4'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jan 03 2024 Michel Lind <salimma@fedoraproject.org> 1.2.0-1 - Update to 1.2.0 * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * 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