aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene...Sven Gothel2021-09-186-367/+13
* Add EInfoReport::write_data(..), preparing AD EIR memory blob for HCI adverti...Sven Gothel2021-09-152-0/+175
* uuid_t: static factory return unique_ptr<uuid_t> (drop const); Have uuid_t as...Sven Gothel2021-09-151-3/+3
* uuid_t: Add ctor(string) for all specialisations and add uuid_t::create(const...Sven Gothel2021-09-031-0/+41
* std::error_code HCIStatusCode: Refine HCIStatusCodeCategory::message(..)Sven Gothel2021-09-011-3/+3
* Support std::error_code for 'enum class HCIStatusCode'Sven Gothel2021-09-012-1/+36
* Relocate ieee11073 -> direct_bt/ieee11073 to simplify deployment of header filesSven Gothel2021-09-011-1/+1
* Fix EUI48Sub::scanEUI48Sub(..): Fail on missing expected colon, i.e. after ea...Sven Gothel2021-08-252-0/+46
* Fix EUI48Sub Tests: An empty input string EUI48Sub results in a toString() ':...Sven Gothel2021-08-062-14/+22
* Have BTFactory.main(..) show version info and available adapter, also whether...Sven Gothel2021-01-272-7/+3
* Adapt to jaulib changes: Jar naming convention (dash, not underscore for extr...Sven Gothel2021-01-266-29/+28
* Added EUI48Sub and EUI48::indexOf(const EUI48Sub& other) and contains(const E...v2.2.0Sven Gothel2021-01-252-0/+171
* Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ...Sven Gothel2021-01-252-0/+63
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-1/+1
* Fix unit tests' config for mainSven Gothel2021-01-114-4/+8
* Convert unit test: cppunit -> catch2Sven Gothel2020-12-237-175/+143
* cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib))Sven Gothel2020-12-211-1/+1
* test/direct_bt/CMakeList.txt: Use more fancy generic cmake recipe, add catch2...Sven Gothel2020-12-211-12/+22
* Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Cat...Sven Gothel2020-12-211-0/+0
* cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti...Sven Gothel2020-10-202-25/+0
* direct_bt::DBTManager, ieee11073::DataTypes: Fix WarningsSven Gothel2020-10-171-0/+2
* re-add cut-down test_basictypes01.cppSven Gothel2020-10-161-0/+37
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-167-1465/+6
* Fixing SC-DRF tests (working): test_mm_sc_drf_00 (atomic + spin-lock) and tes...Sven Gothel2020-10-042-78/+130
* Add test_mm_sc_drf01: Using mutex locking and wait instead of atomic and spin...Sven Gothel2020-10-033-8/+230
* Add test_mm_sc_drf: Testing SC-DRF Claim on non-atomic global read and writte...Sven Gothel2020-10-032-0/+228
* test_lfringbuffer11: Add @suppress for C++ Code Analysis tool (Eclipse)Sven Gothel2020-10-031-17/+25
* CMake: Support full parallel build by adding target dependenciesSven Gothel2020-09-151-18/+27
* C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum...Sven Gothel2020-09-142-12/+12
* CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e....Sven Gothel2020-09-122-7/+15
* cmake: Fix set_target_properties(..) use proper target name and add declarati...Sven Gothel2020-08-258-5/+52
* FunctionDef: Enhance efficiency and create InvocationFunc<..>::clone() and Fu...Sven Gothel2020-05-041-29/+122
* FunctionDef: Add CaptureInvocationFunc supporting lambdas w/ an explicit capt...Sven Gothel2020-05-033-110/+228
* FunctionDef: Add StdInvocationFunc supporting std::function for capturing lam...Sven Gothel2020-05-031-0/+42
* ClassFunction -> FunctionDef generalization, adding plain function (non-class...Sven Gothel2020-05-031-7/+30
* Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ...Sven Gothel2020-04-251-0/+43
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-201-1/+1
* Warnings: Remove -Wextra warningsSven Gothel2020-04-111-0/+9
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-099-0/+801