Mon, 26 Jan 2026 04:17:25 CST | login

Information for build moodycamel-concurrentqueue-1.0.4-2.oc9

ID38514
Package Namemoodycamel-concurrentqueue
Version1.0.4
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/moodycamel-concurrentqueue.git?.#a029e48d5cfc96a6c9fdb5541653eb20314a4f41
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 13:19:39 CST
CompletedFri, 13 Jun 2025 13:28:45 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/moodycamel-concurrentqueue.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/moodycamel-concurrentqueue.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
moodycamel-concurrentqueue-1.0.4-2.oc9.src.rpm (info) (download)
noarch
moodycamel-concurrentqueue-devel-1.0.4-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.0.4-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-1 - initial build