Thu, 06 Jun 2024 23:57:50 UTC | login

Information for build moodycamel-concurrentqueue-1.0.4-4.fc40

ID296272
Package Namemoodycamel-concurrentqueue
Version1.0.4
Release4.fc40
Epoch
SummaryAn industrial-strength lock-free queue for C++
DescriptionAn industrial-strength lock-free queue for C++. Features: - Knock-your-socks-off blazing fast performance - Single-header implementation. Just drop it in your project - Fully thread-safe lock-free queue. Use concurrently from any number of threads - C++11 implementation -- elements are moved (instead of copied) where possible - Templated, obviating the need to deal exclusively with pointers -- memory is managed for you - No artificial limitations on element types or maximum count - Memory can be allocated once up-front, or dynamically as needed - Fully portable (no assembly; all is done through standard C++11 primitives) - Supports super-fast bulk operations - Includes a low-overhead blocking version (BlockingConcurrentQueue) - Exception safe
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 17 Mar 2024 15:38:05 UTC
CompletedSun, 17 Mar 2024 15:38:05 UTC
Tags
f40
f41
RPMs
src
moodycamel-concurrentqueue-1.0.4-4.fc40.src.rpm (info) (download)
noarch
moodycamel-concurrentqueue-devel-1.0.4-4.fc40.noarch.rpm (info) (download)
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 05 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.4-2 - Correct SPDX license formula * Wed Jan 03 2024 Michel Lind <salimma@fedoraproject.org> - 1.0.4-1 - Update to 1.0.4 - Use SPDX license identifiers - Fix wrong-file-end-of-line-encoding in README.md * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.3-1 - Initial Fedora package