| Commit message (Expand) | Author | Age | Files | Lines |
* | git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. VER... | Sven Gothel | 2022-02-07 | 2 | -10/+10 |
* | Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst... | Sven Gothel | 2022-01-27 | 2 | -0/+90 |
* | Fixes for clang++ 11.0.1-2 | Sven Gothel | 2022-01-25 | 1 | -2/+2 |
* | Fix test_latch01.cpp: Thread function something() needs to use atomic increme... | Sven Gothel | 2021-12-05 | 1 | -2/+3 |
* | latch: Extend with wait_for() and arrive_and_wait_for(), i.e. add variants wi... | Sven Gothel | 2021-11-16 | 1 | -2/+26 |
* | 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 | 2 | -0/+73 |
* | test_lfringbuffer_a: Add missing value initialisation | Sven Gothel | 2021-11-16 | 1 | -1/+1 |
* | ringbuffer: Add notion of operating threading mode for more efficancyv0.7.0 | Sven Gothel | 2021-11-02 | 3 | -0/+48 |
* | test_lfringbuffer11: Fix GCC 8.4 optimization warning (uninitialized var) | Sven Gothel | 2021-11-01 | 1 | -1/+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 |
* | test_lfringbuffer[00..04]: Unify non-threaded functional tests using template... | Sven Gothel | 2021-10-31 | 6 | -1508/+876 |
* | ringbuffer API change: Drop whole `NullValue` *angle*, simplifying; Drop `use... | Sven Gothel | 2021-10-31 | 6 | -125/+67 |
* | Apply same Non-Type Template Parameter of darray; Drop new[] C++ array storag... | Sven Gothel | 2021-10-23 | 3 | -4/+7 |
* | darray<> Non-Type Template Parameter: Remove use_realloc (fully deducted), se... | Sven Gothel | 2021-10-23 | 3 | -22/+104 |
* | test_cow_darray01 -> test_darray01: Test only covers darray not cow_darray | Sven Gothel | 2021-10-23 | 2 | -3/+1 |
* | EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java) | Sven Gothel | 2021-10-05 | 2 | -35/+71 |
* | ringbuffer: Use std names for sizes: getSize() -> size(); getFreeSlots() -> f... | Sven Gothel | 2021-10-05 | 6 | -153/+153 |
* | jau::darray: Support immutable type, i.e. 'const Type' | Sven Gothel | 2021-10-03 | 1 | -1/+51 |
* | uuid_t: Add uuid_t::equivalent(..) method fo relaxed comparison on different ... | Sven Gothel | 2021-10-02 | 1 | -6/+29 |
* | Silence -Wformat-overflow warnings on catch2s' catch_amalgamated.cpp compilation | Sven Gothel | 2021-09-19 | 1 | -1/+1 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT for... | Sven Gothel | 2021-09-18 | 4 | -0/+339 |
* | test: Remove unused global variable (clang 11.0.1 warning -> error) | Sven Gothel | 2021-07-28 | 1 | -1/+0 |
* | ringbuffer::get() and ::getBlocking(): Pass size of dest buffer and minimum c...v0.4.0 | Sven Gothel | 2021-06-19 | 6 | -6/+6 |
* | ringbuffer: Add typename 'NullValue_type', denoting the type for 'nullelem', ...v0.3.3 | Sven Gothel | 2021-06-11 | 6 | -22/+22 |
* | ringbuffer: Move the 'T nullelem' to ctor, simplifying ringbuffer declaration | Sven Gothel | 2021-06-10 | 6 | -18/+18 |
* | jau::ringbuffer<> enhancement: Support block access, integral types, non-valu... | Sven Gothel | 2021-06-10 | 7 | -291/+2378 |
* | Unit test test_to_string: Fix 32bit/64bit pointer string comparison testv0.3.1 | Sven Gothel | 2021-02-11 | 1 | -1/+5 |
* | Consolidate conversion to hex and decimal string: template<> to_hexstring() a... | Sven Gothel | 2021-02-10 | 6 | -22/+22 |
* | Reverting macro change of 'constexpr_*', removing the '_func' addition (short... | Sven Gothel | 2021-02-09 | 1 | -2/+2 |
* | basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'... | Sven Gothel | 2021-02-08 | 4 | -2/+349 |
* | Refine constexpr_* macros for functions: Add '_func' hinting function and use... | Sven Gothel | 2021-02-07 | 1 | -2/+2 |
* | JaulibVersion: Use data transient only | Sven Gothel | 2021-01-27 | 1 | -2/+3 |
* | Move tests to 'jau.test' to not violate potentially sealed org.jar or jau. pa... | Sven Gothel | 2021-01-26 | 57 | -335/+460 |
* | jar file naming convention: Use dash instead of underscore for 'base'-fat.jar... | Sven Gothel | 2021-01-26 | 4 | -5/+5 |
* | cmake: Use: jaulib_test_jar_file | Sven Gothel | 2021-01-25 | 1 | -3/+4 |
* | test/java: Use JunitTracer instead of SingletonJunitCase .. | Sven Gothel | 2021-01-25 | 23 | -46/+46 |
* | test/README.txt: Remove remarks to 'poor testing' and cppunit. We use Catch2 ... | Sven Gothel | 2021-01-25 | 1 | -6/+0 |
* | Remove unused import | Sven Gothel | 2021-01-25 | 1 | -1/+0 |
* | test/java: Sort tests in their respective package - Comment out 'not yet read... | Sven Gothel | 2021-01-25 | 7 | -13/+14 |
* | Java import and modularization: Complete jaulib_fat and full JNI lib bootstra... | Sven Gothel | 2021-01-25 | 15 | -9/+2383 |
* | Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, jaulib_p... | Sven Gothel | 2021-01-25 | 41 | -0/+5742 |
* | cow_iterator: Add tests for new dist_end() and dist_begin() | Sven Gothel | 2021-01-18 | 1 | -28/+53 |
* | cpp_lang_macros: Have shorter 'constexpr_*' names and document the ideav0.2.14 | Sven Gothel | 2021-01-11 | 1 | -4/+4 |
* | test_cow_darray_perf01.cpp: Unroll functions and use CoW's push_back_unique(.... | Sven Gothel | 2021-01-11 | 1 | -15/+118 |
* | test_cow_darray_01.cpp: Test copy/move ctor and assignment of darray | Sven Gothel | 2021-01-11 | 1 | -0/+31 |
* | cow_iterator: Finalize API and minor API doc edits | Sven Gothel | 2021-01-11 | 1 | -141/+162 |
* | cow_darray, darray: Add type_trait query is_darray_type<T>::value and test_co... | Sven Gothel | 2021-01-09 | 2 | -86/+158 |
* | type_traits_queries.hpp: Enable MTYPE_CHECKER* macros | Sven Gothel | 2021-01-09 | 1 | -13/+15 |