| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 5 | -219/+13 |
* | Add EInfoReport::write_data(..), preparing AD EIR memory blob for HCI adverti... | Sven Gothel | 2021-09-15 | 2 | -0/+175 |
* | uuid_t: static factory return unique_ptr<uuid_t> (drop const); Have uuid_t as... | Sven Gothel | 2021-09-15 | 1 | -3/+3 |
* | uuid_t: Add ctor(string) for all specialisations and add uuid_t::create(const... | Sven Gothel | 2021-09-03 | 1 | -0/+41 |
* | std::error_code HCIStatusCode: Refine HCIStatusCodeCategory::message(..) | Sven Gothel | 2021-09-01 | 1 | -3/+3 |
* | Support std::error_code for 'enum class HCIStatusCode' | Sven Gothel | 2021-09-01 | 2 | -1/+36 |
* | Fix EUI48Sub::scanEUI48Sub(..): Fail on missing expected colon, i.e. after ea... | Sven Gothel | 2021-08-25 | 1 | -0/+24 |
* | Fix EUI48Sub Tests: An empty input string EUI48Sub results in a toString() ':... | Sven Gothel | 2021-08-06 | 1 | -7/+11 |
* | Adapt to jaulib changes: Jar naming convention (dash, not underscore for extr... | Sven Gothel | 2021-01-26 | 1 | -8/+0 |
* | Added EUI48Sub and EUI48::indexOf(const EUI48Sub& other) and contains(const E...v2.2.0 | Sven Gothel | 2021-01-25 | 1 | -0/+49 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 1 | -1/+1 |
* | Fix unit tests' config for main | Sven Gothel | 2021-01-11 | 3 | -3/+6 |
* | Convert unit test: cppunit -> catch2 | Sven Gothel | 2020-12-23 | 4 | -106/+70 |
* | cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib)) | Sven Gothel | 2020-12-21 | 1 | -1/+1 |
* | test/direct_bt/CMakeList.txt: Use more fancy generic cmake recipe, add catch2... | Sven Gothel | 2020-12-21 | 1 | -12/+22 |
* | Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Cat... | Sven Gothel | 2020-12-21 | 1 | -0/+0 |
* | cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti... | Sven Gothel | 2020-10-20 | 1 | -18/+0 |
* | re-add cut-down test_basictypes01.cpp | Sven Gothel | 2020-10-16 | 1 | -0/+37 |
* | Extract common C++ Support Library inclusive Java JNI Binding to sub-project ... | Sven Gothel | 2020-10-16 | 7 | -1465/+6 |
* | Fixing SC-DRF tests (working): test_mm_sc_drf_00 (atomic + spin-lock) and tes... | Sven Gothel | 2020-10-04 | 2 | -78/+130 |
* | Add test_mm_sc_drf01: Using mutex locking and wait instead of atomic and spin... | Sven Gothel | 2020-10-03 | 3 | -8/+230 |
* | Add test_mm_sc_drf: Testing SC-DRF Claim on non-atomic global read and writte... | Sven Gothel | 2020-10-03 | 2 | -0/+228 |
* | test_lfringbuffer11: Add @suppress for C++ Code Analysis tool (Eclipse) | Sven Gothel | 2020-10-03 | 1 | -17/+25 |
* | CMake: Support full parallel build by adding target dependencies | Sven Gothel | 2020-09-15 | 1 | -18/+27 |
* | C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum... | Sven Gothel | 2020-09-14 | 2 | -12/+12 |
* | CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e.... | Sven Gothel | 2020-09-12 | 1 | -6/+12 |
* | cmake: Fix set_target_properties(..) use proper target name and add declarati... | Sven Gothel | 2020-08-25 | 7 | -4/+51 |
* | FunctionDef: Enhance efficiency and create InvocationFunc<..>::clone() and Fu... | Sven Gothel | 2020-05-04 | 1 | -29/+122 |
* | FunctionDef: Add CaptureInvocationFunc supporting lambdas w/ an explicit capt... | Sven Gothel | 2020-05-03 | 3 | -110/+228 |
* | FunctionDef: Add StdInvocationFunc supporting std::function for capturing lam... | Sven Gothel | 2020-05-03 | 1 | -0/+42 |
* | ClassFunction -> FunctionDef generalization, adding plain function (non-class... | Sven Gothel | 2020-05-03 | 1 | -7/+30 |
* | Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ... | Sven Gothel | 2020-04-25 | 1 | -0/+43 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 1 | -1/+1 |
* | Warnings: Remove -Wextra warnings | Sven Gothel | 2020-04-11 | 1 | -0/+9 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 7 | -0/+723 |