Mon, 26 Jan 2026 18:07:43 CST | login

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

ID23003
Package Namemoodycamel-concurrentqueue
Version1.0.4
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/moodycamel-concurrentqueue.git?.#52c8b48ebae4eeeb19eac09031e429e227e43468
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 18:14:45 CST
CompletedMon, 03 Jun 2024 18:18:05 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-1.oc9.src.rpm (info) (download)
noarch
moodycamel-concurrentqueue-devel-1.0.4-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-1 - initial build