| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | EUI48[Sub] C++/Java: Better API doc re byte order, mention using native byte ... | Sven Gothel | 2021-10-21 | 3 | -25/+15 |
* | EUI48Sub: Add required endian conversion for byte stream ctor (C++ and Java)v0.5.0 | Sven Gothel | 2021-10-05 | 7 | -38/+75 |
* | README bump v0.4.9v0.4.9 | Sven Gothel | 2021-10-05 | 1 | -1/+4 |
* | EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java) | Sven Gothel | 2021-10-05 | 8 | -135/+416 |
* | ringbuffer: Use std names for sizes: getSize() -> size(); getFreeSlots() -> f... | Sven Gothel | 2021-10-05 | 7 | -185/+185 |
* | 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 | 4 | -14/+44 |
* | basic_types.cpp: Use constexpr endian query instead of __BYTE_ORDER macros | Sven Gothel | 2021-10-04 | 1 | -14/+14 |
* | uuid.cpp: Use constexpr endian query instead of __BYTE_ORDER macros | Sven Gothel | 2021-10-04 | 1 | -34/+32 |
* | Fix: be_to_cpu(uint16_t const n) | Sven Gothel | 2021-10-04 | 1 | -1/+1 |
* | Bump README.mdv0.4.8 | Sven Gothel | 2021-10-03 | 1 | -0/+5 |
* | jau:*Octets: Expose endian awareness, pass either endian::little or endian::b... | Sven Gothel | 2021-10-03 | 1 | -65/+137 |
* | jau::darray: Support immutable type, i.e. 'const Type' | Sven Gothel | 2021-10-03 | 3 | -18/+77 |
* | README: Changes v0.4.7v0.4.7 | Sven Gothel | 2021-10-02 | 1 | -0/+6 |
* | uuid_t: Add uuid_t::equivalent(..) method fo relaxed comparison on different ... | Sven Gothel | 2021-10-02 | 3 | -12/+106 |
* | Add uuid_t::getTypeSizeString() | Sven Gothel | 2021-10-02 | 2 | -0/+15 |
* | debug.cpp: Change backtrace depth: ABORT -> all frames, ERR_PRINT* -> 4 framesv0.4.6 | Sven Gothel | 2021-09-27 | 1 | -3/+3 |
* | Fix jau::get_backtrace(..): max_frames>0 was _never_ leading to to collect an...v0.4.5 | Sven Gothel | 2021-09-23 | 3 | -12/+12 |
* | cpp_pragma.hpp: Add PRAGMA_DISABLE_WARNING_NULL_DEREFERENCE and PRAGMA_DISABL...v0.4.4 | Sven Gothel | 2021-09-19 | 1 | -0/+6 |
* | Silence -Wformat-overflow warnings on catch2s' catch_amalgamated.cpp compilation | Sven Gothel | 2021-09-19 | 1 | -1/+1 |
* | README: Latest inclusion will be tagged 0.4.3 (0.4.2 already used)v0.4.3 | Sven Gothel | 2021-09-18 | 1 | -1/+1 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT for... | Sven Gothel | 2021-09-18 | 14 | -0/+2565 |
* | Java JNI: Exceptions: Use jau::RuntimeException derivatives for all exception...v0.4.2 | Sven Gothel | 2021-08-03 | 2 | -11/+11 |
* | test: Remove unused global variable (clang 11.0.1 warning -> error) | Sven Gothel | 2021-07-28 | 1 | -1/+0 |
* | Bump README.mdv0.4.1 | Sven Gothel | 2021-06-22 | 1 | -0/+9 |
* | ordered_atomic: Complete sc_atomic_* and relaxed_atomic_* for int8_t int16_t,... | Sven Gothel | 2021-06-22 | 1 | -0/+36 |
* | ringbuffer::get() and ::getBlocking(): Pass size of dest buffer and minimum c...v0.4.0 | Sven Gothel | 2021-06-19 | 7 | -26/+33 |
* | ringbuffer::dropImpl() and copyIntoImpl( range ): Return true if 0==count | Sven Gothel | 2021-06-19 | 1 | -0/+7 |