| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dbt_debug: Have DBG_PRINT and WORDY_PRINT as macros, suppressing argument eva... | Sven Gothel | 2020-10-08 | 1 | -22/+18 |
* | dbt_debug: Add __func__ to ABORT, ERR_PRINT, IRQ_PRINT and WARN_PRINT | Sven Gothel | 2020-10-07 | 1 | -10/+10 |
* | dbt_debug.hpp COND_PRINT: Don't produce arguments if condition not met, use p... | Sven Gothel | 2020-10-07 | 1 | -10/+8 |
* | Handle abort() via dbt_debug's new ABORT(..), ensure a message is being send ... | Sven Gothel | 2020-09-20 | 2 | -8/+15 |
* | dbt_debug: Generalize ERR_PRINT2 -> ERR_PRINT_IMPL w/ prefix param; Add IRQ_P... | Sven Gothel | 2020-09-19 | 1 | -3/+3 |
* | dbt_debug: INFO_PRINT(..) -> WORDY_PRINT(..) cond DBTEnv::VERBOSE, add uncond... | Sven Gothel | 2020-09-18 | 1 | -2/+12 |
* | C++ noexcept: Remaining BasicTypes getCurrentMilliseconds(), uintXHexString(.... | Sven Gothel | 2020-09-14 | 1 | -10/+15 |
* | C++: Second round propagating noexcept and using OctetTypes nocheck '_nc' | Sven Gothel | 2020-09-14 | 1 | -8/+8 |
* | C++: First round propagating noexcept: Adding nocheck '_nc' variants in Octet... | Sven Gothel | 2020-09-14 | 1 | -11/+11 |
* | dbt_debug.hpp: Ressurect ERR_PRINT and WARN_PRINT inline __FILE__ and __LINE__ | Sven Gothel | 2020-08-26 | 1 | -8/+22 |
* | dbt_debug.hpp: Move implementation to dbt_debug.cpp, since we moved to proper... | Sven Gothel | 2020-08-26 | 1 | -0/+96 |
* | Adapt to new DBG_PRINT(..) semantics, reduce verbosity, use specific macros f... | Sven Gothel | 2020-08-24 | 1 | -3/+1 |
* | Extract dfa_utf8_decode.[cpp/hpp] added to libtinyb.so, i.e. used for both na... | Sven Gothel | 2020-07-04 | 2 | -80/+99 |
* | BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ... | Sven Gothel | 2020-06-04 | 1 | -1/+1 |
* | BasicTypes: Add getUTF8String(..) safe UTF8 decoding to string; Expose to Jav... | Sven Gothel | 2020-05-28 | 1 | -3/+83 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -150/+0 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 1 | -16/+23 |
* | C++ GATT: Cleanup and complete Descriptor <*-1> Characteristic <*-1> Service | Sven Gothel | 2020-05-14 | 1 | -62/+58 |
* | Shape GATTServiceDecl + GATTCharacterisicsDecl into TinyB API conform data re... | Sven Gothel | 2020-05-11 | 1 | -1/+34 |