| 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 | 1 | -2/+2 |
* | Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst... | Sven Gothel | 2022-01-27 | 1 | -0/+53 |
* | service_runner: Add facility for optional singleton sighandler; start() shall... | Sven Gothel | 2022-01-17 | 1 | -1/+54 |
* | Added `jau::service_runner`, a reusable dedicated thread performing custom us...v0.7.7 | Sven Gothel | 2022-01-12 | 1 | -0/+144 |
* | EUI48Sub: Add required endian conversion for byte stream ctor (C++ and Java)v0.5.0 | Sven Gothel | 2021-10-05 | 1 | -4/+9 |
* | EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java) | Sven Gothel | 2021-10-05 | 1 | -25/+84 |
* | Have OutOfMemoryError being derived from std::bad_alloc (not std::exception);... | Sven Gothel | 2021-10-04 | 1 | -1/+1 |
* | 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 |
* | uuid_t: Add uuid_t::equivalent(..) method fo relaxed comparison on different ... | Sven Gothel | 2021-10-02 | 1 | -0/+10 |
* | Add uuid_t::getTypeSizeString() | Sven Gothel | 2021-10-02 | 1 | -0/+9 |
* | 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 | 2 | -9/+9 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT for... | Sven Gothel | 2021-09-18 | 3 | -0/+463 |
* | Add 'uint64_t getWallClockSeconds()'v0.3.2 | Sven Gothel | 2021-02-21 | 1 | -3/+10 |
* | Add 'fprintf_td(FILE* stream, const char * format, ...) noexcept', fprintf(..... | Sven Gothel | 2021-02-14 | 1 | -0/+9 |
* | Consolidate conversion to hex and decimal string: template<> to_hexstring() a... | Sven Gothel | 2021-02-10 | 1 | -10/+10 |
* | basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'... | Sven Gothel | 2021-02-08 | 1 | -1/+1 |
* | bytesHexString: Remove arg 'leading0X': Have a leading '0x' if !lsbFirst alwa... | Sven Gothel | 2021-02-06 | 1 | -11/+8 |
* | java: install single jaulib_jar (next to jaulib_fat_jar) & java-source-zip; R... | Sven Gothel | 2021-01-25 | 1 | -0/+8 |
* | Java import and modularization: jaulib_base, jaulib_jni, jaulib_net, jaulib_p... | Sven Gothel | 2021-01-25 | 1 | -1/+1 |
* | RuntimeException::RuntimeException: Adjust to get_backtrace API change | Sven Gothel | 2021-01-11 | 1 | -1/+1 |
* | debug: get_backtrace(..): Add max_frames to limit output, document semantics | Sven Gothel | 2021-01-11 | 1 | -8/+9 |
* | Adding type traits queries from basic_type -> type_traits_queries and other a... | Sven Gothel | 2021-01-09 | 1 | -16/+15 |
* | jau::RuntimeException::what(): Fix compliance, return 'const char*' from loca... | Sven Gothel | 2021-01-03 | 1 | -8/+3 |
* | cmake: Build using relative path and unique 'doc_jau' target, allowing user's... | Sven Gothel | 2020-12-21 | 1 | -7/+7 |
* | Rename jaucpp -> jaulib (internally and api-doc); Don't distributed binaries ... | Sven Gothel | 2020-12-21 | 1 | -8/+8 |
* | Add basic_types.hpp: byteHexString(..) for fast byte -> hex-string conversion | Sven Gothel | 2020-12-10 | 1 | -0/+13 |
* | debug.hpp: Have PLAIN_PRINT(..) only optionally print the prefix | Sven Gothel | 2020-12-03 | 1 | -2/+4 |
* | debug.cpp: Use jau::uint64DecString(..) instead of fprintf's decimal separato... | Sven Gothel | 2020-12-02 | 1 | -10/+10 |
* | basic_types.hpp: Add noexcept template function to_decimal_string(..), implem... | Sven Gothel | 2020-12-02 | 1 | -73/+0 |
* | basic_types.hpp: Use bytesHexString(..) for all <type>HexString(..) function ... | Sven Gothel | 2020-12-02 | 1 | -63/+0 |
* | basic_types.hpp: bytesHexString(..): Add paramter 'bool lowerCase=true', to h... | Sven Gothel | 2020-12-02 | 1 | -6/+10 |
* | Adding uint128HexString() and uint256HexString() | Sven Gothel | 2020-11-09 | 1 | -0/+7 |
* | Small footprint compromise: Use jau::nsize_t where appropriate | Sven Gothel | 2020-10-20 | 1 | -27/+27 |
* | Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ... | Sven Gothel | 2020-10-20 | 1 | -5/+5 |
* | Normalize: Use size_t where appropriate | Sven Gothel | 2020-10-20 | 1 | -7/+9 |
* | basic_types: [int64_t -> uint64_t] getCurrentMilliseconds() | Sven Gothel | 2020-10-20 | 1 | -2/+2 |
* | cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti... | Sven Gothel | 2020-10-20 | 1 | -3/+0 |
* | debug: [get|print]_backtrace(..): Add 'skip_anon_frames' arg to suppress addi... | Sven Gothel | 2020-10-19 | 2 | -13/+23 |
* | basic_types: Handle unaligned access via compiler magic 'struct __attribute__... | Sven Gothel | 2020-10-17 | 1 | -4/+6 |
* | Compile clean on g++ 8+10 on 64bit and 32bit with full Warnings (=Error) | Sven Gothel | 2020-10-17 | 1 | -2/+2 |
* | environment: Generalize instantiation using 'root_prefix_domain', lower case ... | Sven Gothel | 2020-10-16 | 1 | -33/+34 |
* | Add standalone Eclipse CDT project; Fixing one -Wformat-security warning/error | Sven Gothel | 2020-10-16 | 1 | -1/+1 |
* | Move jaucpp files to root-folder | Sven Gothel | 2020-10-16 | 5 | -0/+882 |
* | Extract common C++ Support Library inclusive Java JNI Binding to sub-project ... | Sven Gothel | 2020-10-16 | 3 | -606/+0 |
* | Add DBTEnv::DEBUG_JNI 'direct_bt.debug.jni' for JNI only related DBG_JNI_PRIN... | Sven Gothel | 2020-10-14 | 1 | -2/+4 |
* | direct_bt::RuntimeException: backtrace must be fetched at ctor (duh!), expose... | Sven Gothel | 2020-10-13 | 1 | -2/+8 |
* | direct_bt::get_backtrace(): Ensure '\n' is added, proper frame count starting... | Sven Gothel | 2020-10-13 | 1 | -12/+16 |
* | dbt_debug/direct_bt::RuntimeException: Add de-mangled backtrace using libunwi... | Sven Gothel | 2020-10-13 | 2 | -24/+55 |