| Commit message (Expand) | Author | Age | Files | Lines |
* | jau::ringbuffer: Add `nodiscard` attribute for put*, drop*, get*, peek* and w... | Sven Gothel | 2023-01-01 | 1 | -1/+1 |
* | clang-tidy: Add 'performance-' fixes | Sven Gothel | 2022-11-27 | 1 | -4/+4 |
* | ClangTidy: Fix test code | Sven Gothel | 2022-11-21 | 1 | -4/+4 |
* | Tests: Don't include iostream if not explicitly used | Sven Gothel | 2022-08-05 | 1 | -1/+0 |
* | Catch2: Adopt tests to v3.0.1 | Sven Gothel | 2022-06-19 | 1 | -2/+0 |
* | Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut... | Sven Gothel | 2022-05-01 | 1 | -3/+4 |
* | ringbuffer: Add notion of operating threading mode for more efficancyv0.7.0 | Sven Gothel | 2021-11-02 | 1 | -0/+16 |
* | ringbuffer API change: Drop whole `NullValue` *angle*, simplifying; Drop `use... | Sven Gothel | 2021-10-31 | 1 | -7/+5 |
* | ringbuffer: Use std names for sizes: getSize() -> size(); getFreeSlots() -> f... | Sven Gothel | 2021-10-05 | 1 | -12/+12 |
* | ringbuffer::get() and ::getBlocking(): Pass size of dest buffer and minimum c...v0.4.0 | Sven Gothel | 2021-06-19 | 1 | -1/+1 |
* | ringbuffer: Add typename 'NullValue_type', denoting the type for 'nullelem', ...v0.3.3 | Sven Gothel | 2021-06-11 | 1 | -4/+4 |
* | ringbuffer: Move the 'T nullelem' to ctor, simplifying ringbuffer declaration | Sven Gothel | 2021-06-10 | 1 | -3/+3 |
* | jau::ringbuffer<> enhancement: Support block access, integral types, non-valu... | Sven Gothel | 2021-06-10 | 1 | -0/+322 |