| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst... | Sven Gothel | 2022-01-27 | 1 | -0/+14 |
* | helper_jni: Add convert_instance_to_jobject(..) with given jclass, different ... | Sven Gothel | 2022-01-27 | 1 | -0/+16 |
* | Fixes for clang++ 11.0.1-2 | Sven Gothel | 2022-01-25 | 1 | -1/+5 |
* | service_runner: Add facility for optional singleton sighandler; start() shall... | Sven Gothel | 2022-01-17 | 1 | -2/+39 |
* | jau::server_runner: Fix API doc; Have get_name() return const reference only.v0.7.8 | Sven Gothel | 2022-01-13 | 1 | -3/+3 |
* | Added `jau::service_runner`, a reusable dedicated thread performing custom us...v0.7.7 | Sven Gothel | 2022-01-12 | 1 | -0/+140 |
* | Add helper_jni.hpp: convert_vector_uniqueptr_to_jarraylist(..) variant ...v0.7.6 | Sven Gothel | 2022-01-04 | 1 | -0/+54 |
* | jau::ringbuffer: Using condition_variable requires us to hold same mutex lock... | Sven Gothel | 2021-12-05 | 1 | -18/+12 |
* | jau:latch::wait_for(..): Reuse absolute timeout time_point, don't wait for an... | Sven Gothel | 2021-12-05 | 1 | -3/+6 |
* | jau::latch: Using condition_variable requires us to hold same mutex lock on m... | Sven Gothel | 2021-12-05 | 1 | -4/+3 |
* | 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 | 1 | -2/+116 |
* | latch: Fix and add unit test | Sven Gothel | 2021-11-16 | 1 | -6/+10 |
* | latch: Move into namespace jau | Sven Gothel | 2021-11-16 | 1 | -66/+70 |
* | Add jau::latch implementation for C++17, inspired by std::latch C++20 | Sven Gothel | 2021-11-16 | 1 | -0/+112 |
* | ringbuffer: Remove locking mutex before notify_all, leading to pessimistic re... | Sven Gothel | 2021-11-16 | 1 | -6/+12 |
* | helper_jni: Add checkAndGetObject(..) | Sven Gothel | 2021-11-15 | 1 | -0/+13 |
* | 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 | 1 | -232/+470 |
* | ringbuffer::moveIntoImpl(): Apply same 'integral, memcpy' path as for copyInt... | Sven Gothel | 2021-11-02 | 1 | -1/+9 |
* | 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 | 1 | -221/+158 |
* | 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 |
* | TOctets: Add convenient memmove*, memset* and bzero* methods; Ensure all memo... | Sven Gothel | 2021-10-28 | 1 | -6/+34 |
* | 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 |
* | 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 | 1 | -98/+154 |
* | darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se... | Sven Gothel | 2021-10-23 | 4 | -49/+145 |
* | callocator: Cover more std typedef's, standard, C++17 and deprecated C++17 | Sven Gothel | 2021-10-23 | 1 | -3/+14 |
* | 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 |
* | EUI48[Sub] C++/Java: Better API doc re byte order, mention using native byte ... | Sven Gothel | 2021-10-21 | 1 | -10/+6 |
* | EUI48Sub: Add required endian conversion for byte stream ctor (C++ and Java)v0.5.0 | Sven Gothel | 2021-10-05 | 2 | -19/+18 |
* | EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java) | Sven Gothel | 2021-10-05 | 2 | -15/+115 |
* | ringbuffer: Use std names for sizes: getSize() -> size(); getFreeSlots() -> f... | Sven Gothel | 2021-10-05 | 1 | -32/+32 |
* | jau:*Octets: Adding elaborated API doc; Use std names for sizes: getSize() ->... | Sven Gothel | 2021-10-05 | 1 | -117/+248 |
* | Have OutOfMemoryError being derived from std::bad_alloc (not std::exception);... | Sven Gothel | 2021-10-04 | 2 | -11/+35 |
* | Fix: be_to_cpu(uint16_t const n) | Sven Gothel | 2021-10-04 | 1 | -1/+1 |
* | jau:*Octets: Expose endian awareness, pass either endian::little or endian::b... | Sven Gothel | 2021-10-03 | 1 | -65/+137 |