Sat, 18 Jan 2025 21:19:30 CST | login

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

ID8504
Package Namemoodycamel-concurrentqueue
Version1.0.4
Release1.ocs23
Epoch
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
StartedWed, 08 May 2024 22:19:53 CST
CompletedWed, 08 May 2024 22:23:38 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/moodycamel-concurrentqueue.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/moodycamel-concurrentqueue.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
moodycamel-concurrentqueue-1.0.4-1.ocs23.src.rpm (info) (download)
noarch
moodycamel-concurrentqueue-devel-1.0.4-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.4-1 - initial build