diff options
author | Sven Gothel <[email protected]> | 2021-06-22 03:08:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-06-22 03:08:58 +0200 |
commit | 8145145c5a01f3ea9343c21fcf7ced6b2813914b (patch) | |
tree | 28960c494b00229ca016c6cb5d3248f69115d8f3 | |
parent | c06b672017677ab01e5ddce0e2977d68a9203195 (diff) |
Bump README.mdv0.4.1
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -122,6 +122,15 @@ Changes * First stable release (TODO) +**0.4.1** + +* ringbuffer: Added block access, fast-path for integral types, `bool get*(Value_type& v)`, .. +* ringbuffer: Special `NullValue_type` template type and value (ctor) handling +* ringbuffer: Add 'Size_type waitForElements(..)' and fix 'Size_type waitForFreeSlots(..)' +* ringbuffer: `get()` and `getBlocking()` takes size of dest buffer and minimum count to wait for, return received elements. +* ringbuffer: syncWrite and syncRead member semantic cleanup, +* Added `uint64_t getWallClockSeconds()` + **0.3.0** * Consolidate conversion to hex and decimal string: `to_hexstring(Type)` and `to_decstring(Type)`, dropped `<type>[Hex|Dec]String(..)` |