| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump jaulibHEADmaster | Sven Göthel | 2024-08-20 | 1 | -0/+0 |
* | IDE: clangd + VSCodium setup | Sven Göthel | 2024-08-20 | 3 | -30/+30 |
* | .clangd: Fix include path: api/include -> api/direct_bt | Sven Göthel | 2024-08-09 | 1 | -1/+1 |
* | Bump jaulibv3.3.4 | Sven Göthel | 2024-08-09 | 1 | -0/+0 |
* | CMakePresets.json: CMAKE_INSTALL_PREFIX: Set absolute path from ${sourceDir} | Sven Göthel | 2024-08-09 | 2 | -7/+7 |
* | Align to jaulib 1.3.3: Full cmake-presets usage w/ vscode support update; als...v3.3.3 | Sven Göthel | 2024-08-09 | 30 | -377/+363 |
* | Bump jaulib | Sven Göthel | 2024-05-26 | 1 | -0/+0 |
* | HCI|L2CAP Ioctl Header require paused pedantic and zero-length-array warning ...v3.3.2 | Sven Göthel | 2024-05-26 | 2 | -0/+16 |
* | Bump jaulib | Sven Göthel | 2024-05-26 | 1 | -0/+0 |
* | cmake: Fix direct_bt_clangd_source_args: Add comma to separate from previous ... | Sven Göthel | 2024-05-25 | 1 | -1/+1 |
* | scripts/run-native-trial.sh: Optionally pass build dir as 1st arg | Sven Göthel | 2024-05-25 | 1 | -0/+4 |
* | jau::lb_endian_t: Adjust to earlier API changes | Sven Göthel | 2024-05-25 | 3 | -7/+7 |
* | jau::bytesHexString(): Adjust to API change | Sven Göthel | 2024-05-25 | 3 | -42/+42 |
* | Fix or silent clang-tidy issues | Sven Göthel | 2024-05-25 | 6 | -18/+17 |
* | cmake: Re-enable examples via BUILDEXAMPLES | Sven Göthel | 2024-05-25 | 2 | -0/+2 |
* | Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumber | Sven Göthel | 2024-05-25 | 18 | -20/+24 |
* | README: clang-18 | Sven Göthel | 2024-05-20 | 1 | -7/+7 |
* | Bump .clang-format (clang-format-18) | Sven Göthel | 2024-05-20 | 1 | -84/+138 |
* | clang-18 fixes -> 3.3.1 (3.3.0 was done for C++20)v3.3.1 | Sven Göthel | 2024-05-20 | 1 | -1/+1 |
* | clang-18 fixes: v3.3.0 | Sven Göthel | 2024-05-20 | 2 | -0/+3 |
* | scripts/run-native-trial.sh: Use build/default .. | Sven Göthel | 2024-05-20 | 1 | -3/+2 |
* | ATTPDUTypes: Enhance AttPDUMsg by using either AttPDUFixedMsg (fixed array) o... | Sven Göthel | 2024-05-20 | 3 | -139/+228 |
* | Adding missed fixes: Use string::starts_with(); Use jau::zero_bytes_sec() ins... | Sven Göthel | 2024-05-20 | 5 | -17/+14 |
* | Adjust clang-tidy setup, project wide and per unit tests (drop 'bugprone-chai... | Sven Göthel | 2024-05-20 | 4 | -7/+17 |
* | Misc NOLINT() reviews | Sven Göthel | 2024-05-20 | 3 | -3/+5 |
* | Use jau::zero_bytes_sec() instead of ::bzero() directly | Sven Göthel | 2024-05-20 | 3 | -19/+11 |
* | SMPKeyBin: Use string starts_with() | Sven Göthel | 2024-05-20 | 1 | -2/+1 |
* | jau::cow_darray<>::equal_comparator is noexcept | Sven Göthel | 2024-05-20 | 6 | -20/+11 |
* | BTAdapter: Catch potential exceptions at debug print*() methods | Sven Göthel | 2024-05-20 | 1 | -34/+37 |
* | Fix BTAdapter ctor: Use local adapterInfo instance, not moved value adapterInfo_ | Sven Göthel | 2024-05-20 | 1 | -2/+2 |
* | AttException: Move string type, pass {pr, x}value | Sven Göthel | 2024-05-20 | 1 | -1/+1 |
* | Bump jaulib | Sven Göthel | 2024-05-20 | 1 | -0/+0 |
* | Adopt to jaulib's Exception rename and restructuring | Sven Göthel | 2024-05-20 | 18 | -106/+91 |
* | BTDevice::getGattGenericAccess(): Add noexcept | Sven Göthel | 2024-05-20 | 2 | -2/+2 |
* | scripts/rebuild-doc.sh: Fix build target | Sven Göthel | 2024-05-12 | 1 | -1/+1 |
* | scripts/rebuild-doc.sh: Make it work with new cmake build setup | Sven Göthel | 2024-05-12 | 1 | -16/+10 |
* | jaulib 1.3.0v3.3.0 | Sven Göthel | 2024-05-12 | 1 | -0/+0 |
* | Add jaulib jau::os::get_platform_info() (jau::os, jau::cpu) code and show inf... | Sven Göthel | 2024-05-12 | 3 | -4/+12 |
* | Bump jaulib | Sven Göthel | 2024-05-12 | 1 | -0/+0 |
* | jaulib: Bump and adopt to enum type name changes, added '_t' | Sven Göthel | 2024-05-12 | 27 | -99/+99 |
* | cmake: Enable BUILD_TRIAL if using hard presets | Sven Göthel | 2024-05-12 | 1 | -0/+4 |
* | Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not exi... | Sven Göthel | 2024-05-12 | 3 | -2/+11 |
* | Bump jaulib | Sven Göthel | 2024-05-07 | 1 | -0/+0 |
* | Fix build presets (unwind only enabled for debug) | Sven Göthel | 2024-05-07 | 3 | -6/+18 |
* | README: Fix git clone .. | Sven Göthel | 2024-05-07 | 1 | -2/+2 |
* | README.md: Fix links to jaulib | Sven Göthel | 2024-05-07 | 1 | -5/+5 |
* | clangd: Add jaulib/include header file location to allow clangd to find sub-p... | Sven Göthel | 2024-05-07 | 1 | -0/+1 |
* | Build Environment: Better CMake Usage incl. Eclipse (IDE) default CDT CMake; ... | Sven Göthel | 2024-05-07 | 11 | -550/+270 |
* | Bump jaulibv3.2.4 | Sven Göthel | 2024-05-04 | 1 | -0/+0 |
* | Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin... | Sven Göthel | 2024-05-04 | 20 | -40/+201 |