aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_lfringbuffer13.cpp
Commit message (Expand)AuthorAgeFilesLines
* jau::ringbuffer: Add `nodiscard` attribute for put*, drop*, get*, peek* and w...Sven Gothel2023-01-011-1/+1
* clang-tidy: Add 'performance-' fixesSven Gothel2022-11-271-4/+4
* ClangTidy: Fix test codeSven Gothel2022-11-211-4/+4
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-1/+0
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-191-2/+0
* Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut...Sven Gothel2022-05-011-3/+4
* ringbuffer: Add notion of operating threading mode for more efficancyv0.7.0Sven Gothel2021-11-021-0/+16
* ringbuffer API change: Drop whole `NullValue` *angle*, simplifying; Drop `use...Sven Gothel2021-10-311-7/+5
* ringbuffer: Use std names for sizes: getSize() -> size(); getFreeSlots() -> f...Sven Gothel2021-10-051-12/+12
* ringbuffer::get() and ::getBlocking(): Pass size of dest buffer and minimum c...v0.4.0Sven Gothel2021-06-191-1/+1
* ringbuffer: Add typename 'NullValue_type', denoting the type for 'nullelem', ...v0.3.3Sven Gothel2021-06-111-4/+4
* ringbuffer: Move the 'T nullelem' to ctor, simplifying ringbuffer declarationSven Gothel2021-06-101-3/+3
* jau::ringbuffer<> enhancement: Support block access, integral types, non-valu...Sven Gothel2021-06-101-0/+322