summaryrefslogtreecommitdiffstats
path: root/api/direct_bt/LFRingbuffer.hpp
Commit message (Expand)AuthorAgeFilesLines
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-493/+0
* helgrind 'misc': Complete SC-DRF release on atomic even @ peek, i.e. add the ...Sven Gothel2020-10-071-3/+5
* LFRingbuffer: Use 'ordered_atomic<T, std::memory_order>' and document SC-DRF ...Sven Gothel2020-10-031-44/+52
* LFRingbuffer: Use std::lock(..) on operations waiting for either read and/or ...Sven Gothel2020-09-281-20/+26
* Handle abort() via dbt_debug's new ABORT(..), ensure a message is being send ...Sven Gothel2020-09-201-3/+1
* C++ noexcept: Ringbuffer and its LFRingbuffer implementationSven Gothel2020-09-141-36/+49
* *Ringbuffer: Add 'drop(int count)' method, dropping max count oldest elementsSven Gothel2020-06-241-0/+23
* Use atomic as a memory barrier (data race), volatile is not suitable for mult...Sven Gothel2020-05-281-5/+5
* Ringbuffer: Add timeout limitation to getBlocking(..) and putBlocking(..) etc.Sven Gothel2020-05-021-17/+36
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-091-0/+424