summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jau::latch: Using condition_variable requires us to hold same mutex lock on m...Sven Gothel2021-12-051-4/+3
* Bump README v0.7.3v0.7.3Sven Gothel2021-11-171-1/+1
* ordered_atomic: Add to_string(const ordered_atomic<>&), allowing to skip manu...Sven Gothel2021-11-171-0/+6
* latch: Extend with wait_for() and arrive_and_wait_for(), i.e. add variants wi...Sven Gothel2021-11-162-4/+142
* TestLatch01: Add validation against external artifactSven Gothel2021-11-161-4/+8
* latch: Fix and add unit testSven Gothel2021-11-163-6/+83
* latch: Move into namespace jauSven Gothel2021-11-161-66/+70
* Bump READMESven Gothel2021-11-161-0/+6
* Add jau::latch implementation for C++17, inspired by std::latch C++20Sven Gothel2021-11-161-0/+112
* test_lfringbuffer_a: Add missing value initialisationSven Gothel2021-11-161-1/+1
* ringbuffer: Remove locking mutex before notify_all, leading to pessimistic re...Sven Gothel2021-11-161-6/+12
* README.md bumpv0.7.2Sven Gothel2021-11-151-0/+5
* helper_jni: Add checkAndGetObject(..)Sven Gothel2021-11-151-0/+13
* scripts/build-doc.sh: Create tar archive of docSven Gothel2021-11-041-1/+1
* Fix Doxygen <tt> on '#### `something`', remove the code-qualifierSven Gothel2021-11-033-7/+8
* ringbuffer: Refine API docv0.7.1Sven Gothel2021-11-031-7/+10
* ringbuffer: Add notion of operating threading mode for more efficancyv0.7.0Sven Gothel2021-11-025-233/+522
* ringbuffer::moveIntoImpl(): Apply same 'integral, memcpy' path as for copyInt...Sven Gothel2021-11-021-1/+9
* test_lfringbuffer11: Fix GCC 8.4 optimization warning (uninitialized var)Sven Gothel2021-11-011-1/+1
* Bump README.mdSven Gothel2021-11-011-0/+1
* test_lfringbuffer_a.hpp test_lfringbuffer[01-04]: Add multi-threading test w/...Sven Gothel2021-11-015-153/+368
* test_lfringbuffer[00..04]: Further unify: Unify test invocation via template ...Sven Gothel2021-11-015-257/+230
* README.md .. bumpSven Gothel2021-10-311-1/+12
* test_lfringbuffer[00..04]: Unify non-threaded functional tests using template...Sven Gothel2021-10-316-1508/+876
* darray/ringbuffer::get_info(): Add type infoSven Gothel2021-10-312-2/+6
* ringbuffer API change: Drop whole `NullValue` *angle*, simplifying; Drop `use...Sven Gothel2021-10-317-346/+225
* darray: Use proper 'void*' cast to lose const'ness, drop non-required 'void*'...Sven Gothel2021-10-311-8/+10
* darray: Enhance use_memmove API docSven Gothel2021-10-311-10/+18
* Bump README.md v0.6.1v0.6.1Sven Gothel2021-10-281-0/+4
* TOctets: Add convenient memmove*, memset* and bzero* methods; Ensure all memo...Sven Gothel2021-10-281-6/+34
* README.md .. fixed language, v0.6.0 already pushedSven Gothel2021-10-241-2/+1
* README.md bumpv0.6.0Sven Gothel2021-10-241-0/+2
* Add darray and cow_darray construction with initializer list using move-seman...Sven Gothel2021-10-242-1/+225
* Fix cow_darray::push_back( InputIt first, InputIt last ): On storage growth p...Sven Gothel2021-10-241-1/+1
* darray: Split JAU_DEBUG print for low- and high-level, PRINTF0 for low-memory...Sven Gothel2021-10-241-13/+19
* ringbuffer: Fix string usage in constexpr func (alloc -> abort case)Sven Gothel2021-10-241-4/+2
* cow_darray, darray: Use unique debug PRINTF macro namesSven Gothel2021-10-232-77/+78
* README: Bump for next 0.6.0 release.Sven Gothel2021-10-231-20/+25
* use_secmem darray, ringbuffer: Remove redundant bzero on [re]allocation and f...Sven Gothel2021-10-232-18/+0
* octets.hpp: Use unique TRACE macro nameSven Gothel2021-10-231-20/+20
* Apply same Non-Type Template Parameter of darray; Drop new[] C++ array storag...Sven Gothel2021-10-234-102/+161
* darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se...Sven Gothel2021-10-237-71/+249
* callocator: Cover more std typedef's, standard, C++17 and deprecated C++17Sven Gothel2021-10-231-3/+14
* test_cow_darray01 -> test_darray01: Test only covers darray not cow_darraySven Gothel2021-10-232-3/+1
* darray + ringbuffer: Use explicit 'constexpr if': if constexpr ( .. )Sven Gothel2021-10-223-27/+28
* endian conversion [le|be|cpu]_to_[le|be|cpu]() and bit_cast(): Use explicit '...Sven Gothel2021-10-222-51/+51
* POctet: Add explicit copy-ctor with given capacity; Add TROOctets default ctorSven Gothel2021-10-211-0/+26
* POctet copy-ctor API doc: Mention source.size() -> capacity of new instanceSven Gothel2021-10-211-6/+10
* octets: Fix TRACE_PRINT fmt usageSven Gothel2021-10-211-1/+1
* POctets API doc: Mention using native byte orderSven Gothel2021-10-211-7/+7