index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_lfringbuffer11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 efficancy
v0.7.0
Sven Gothel
2021-11-02
1
-0
/
+16
*
test_lfringbuffer11: Fix GCC 8.4 optimization warning (uninitialized var)
Sven Gothel
2021-11-01
1
-1
/
+1
*
ringbuffer API change: Drop whole `NullValue` *angle*, simplifying; Drop `use...
Sven Gothel
2021-10-31
1
-5
/
+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
-89
/
+191
*
unit tests: Add MIT license header
Sven Gothel
2020-12-25
1
-0
/
+23
*
Replace cppunit.h with Catch2 (v3-devel): Supporting CI integration, more ver...
Sven Gothel
2020-12-21
1
-52
/
+49
*
ringbuffer: Parameterize Size_type, allowing using e.g. jau::nsize_t for elem...
Sven Gothel
2020-10-20
1
-19
/
+19
*
ringbuffer: Normalize using size_t instead of int for element count and size ...
Sven Gothel
2020-10-20
1
-34
/
+31
*
Move jaucpp files to root-folder
Sven Gothel
2020-10-16
1
-0
/
+187