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