Port details |
- readerwriterqueue Fast single-producer, single-consumer lock-free queue for C++
- 1.0.6 devel
=2 1.0.6Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-10-19 01:24:26
- Last Update: 2022-10-19 04:04:54
- Commit Hash: d84c97ab
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/cameron314/readerwriterqueue
- Description:
- readerwriterqueue is a lock-free queue for C++.
It only supports a two-thread use case (one consuming, and one producing). The
threads can't switch roles, though you could use this queue completely from a
single thread if you wish.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- readerwriterqueue>0:devel/readerwriterqueue
- To install the port:
- cd /usr/ports/devel/readerwriterqueue/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/readerwriterqueue
- pkg install readerwriterqueue
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: readerwriterqueue
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1666141537
SHA256 (cameron314-readerwriterqueue-v1.0.6_GH0.tar.gz) = fc68f55bbd49a8b646462695e1777fb8f2c0b4f342d5e6574135211312ba56c1
SIZE (cameron314-readerwriterqueue-v1.0.6_GH0.tar.gz) = 41219
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_readerwriterqueue
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.6 19 Oct 2022 04:04:54
    |
Yuri Victorovich (yuri)  |
devel/readerwriterqueue: Add tests |
1.0.6 19 Oct 2022 01:21:33
    |
Yuri Victorovich (yuri)  |
devel/readerwriterqueue: New port: Fast single-producer, single-consumer
lock-free queue for C++ |
Number of commits found: 2
|