aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_lfringbuffer01.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-1/+0
* test_lfringbuffer_a.hpp test_lfringbuffer[01-04]: Add multi-threading test w/...Sven Gothel2021-11-011-4/+0
* test_lfringbuffer[00..04]: Further unify: Unify test invocation via template ...Sven Gothel2021-11-011-63/+14
* test_lfringbuffer[00..04]: Unify non-threaded functional tests using template...Sven Gothel2021-10-311-495/+70
* ringbuffer API change: Drop whole `NullValue` *angle*, simplifying; Drop `use...Sven Gothel2021-10-311-36/+18
* Apply same Non-Type Template Parameter of darray; Drop new[] C++ array storag...Sven Gothel2021-10-231-1/+2
* ringbuffer: Use std names for sizes: getSize() -> size(); getFreeSlots() -> f...Sven Gothel2021-10-051-39/+39
* 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-202/+375
* unit tests: Add MIT license headerSven Gothel2020-12-251-0/+23
* Replace cppunit.h with Catch2 (v3-devel): Supporting CI integration, more ver...Sven Gothel2020-12-211-140/+136
* ringbuffer: Parameterize Size_type, allowing using e.g. jau::nsize_t for elem...Sven Gothel2020-10-201-32/+32
* ringbuffer: Normalize using size_t instead of int for element count and size ...Sven Gothel2020-10-201-62/+96
* Move jaucpp files to root-folderSven Gothel2020-10-161-0/+333