| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.0.1 source code.tar.gz | 2026-05-03 | 795.8 kB | |
| 3.0.1 source code.zip | 2026-05-03 | 800.6 kB | |
| README.md | 2026-05-03 | 934 Bytes | |
| Totals: 3 Items | 1.6 MB | 0 | |
- Fixed
LOCKFREE_CACHE_COHERENTbeing silently ignored: the variable's value wasn't forwarded to the compiler, so-DLOCKFREE_CACHE_COHERENT=falsehad no effect and cacheline padding was always enabled - Important:
LOCKFREE_CACHE_COHERENTandLOCKFREE_CACHELINE_LENGTHare now sourced exclusively from CMake; non-CMake builds must define both macros themselves and will fail to compile with an#errorif either is missing - Fixed broken example code in Bipartite Buffer docs (unbalanced parentheses)
- Fixed incorrect
@retvaltext forRead/Peek/Skipin Ring Buffer (was copy-pasted fromWrite) - Removed incorrect single-thread caveats from mpmc::PriorityQueue
Push/Popdocumentation - Added missing parameter names to Doxygen
@paramtags across all data structure headers - Various README and documentation fixes