summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* C++20: Drop constexpr for std::string return valuesSven Gothel2022-12-312-32/+32
* jaulib v1.0.0; Bump CHANGES v3.0.0v3.0.0Sven Gothel2022-11-292-0/+19
* jaulib v0.18.0-51-g0dcaa06Sven Gothel2022-11-281-0/+0
* Replace remaining std::function with jau::functionSven Gothel2022-11-285-6/+6
* jaulib v0.18.0-50-g8d3d019Sven Gothel2022-11-281-0/+0
* clang-tidy fixes part-4 / 4: Use 'const T&' for arguments on listener typesSven Gothel2022-11-2810-116/+116
* scripts/build*: Fix 'time' command detectionSven Gothel2022-11-282-12/+16
* clang-tidy fixes part-3 / 4, adding Check `performance-*`Sven Gothel2022-11-2847-197/+202
* clang-tidy: cover modernize-pass-by-value, handle modernize-use-equals-deleteSven Gothel2022-11-2715-61/+56
* BTDeviceRegistry.hpp: Resolve recursive include via DirectBT.hppSven Gothel2022-11-271-1/+1
* jaulib v0.18.0-45-g2ec818dSven Gothel2022-11-271-0/+0
* clang-tidy fixes part-1Sven Gothel2022-11-2748-426/+525
* AttPDUMsg*, SMPPDUMsg*: Place check_range() to final type, avoid vtable-mess;...Sven Gothel2022-11-272-108/+209
* jaulib v0.18.0-43-gc472e59Sven Gothel2022-11-271-0/+0
* clang-tidy and vscode: Provision w/ initial config (tested by jaulib)Sven Gothel2022-11-2711-6/+979
* README.md: Fix 'Further Readings' listSven Gothel2022-11-031-6/+4
* README.md: Add 'Further Reading' sectionSven Gothel2022-11-031-0/+7
* Bump CHANGES w/ remark on tested platformsv2.9.0Sven Gothel2022-10-171-2/+9
* Bump jaulib v0.18.0Sven Gothel2022-10-171-0/+0
* PLATFORMS: Update Debian 12 version as of 2022-10-17Sven Gothel2022-10-171-4/+4
* BTAdapter.cpp: Workaround gcc 12.2.0-3 Debian 12 Bookworm 2022-10-17 false po...Sven Gothel2022-10-171-1/+19
* Fix manual trial/test scripts using capsh: Use `USER` env-varSven Gothel2022-10-173-5/+5
* README/PLATFORMS: Add `Alpine Linux` using `musl` C library and mention FreeB...Sven Gothel2022-10-173-0/+31
* jaulib v0.16.3-1-g3eac600Sven Gothel2022-09-191-0/+0
* Bump CHANGES.mdv2.8.2Sven Gothel2022-09-171-1/+1
* scripts/run-native-trial.sh: Return proper exit code for run-native-trial-unt...Sven Gothel2022-09-172-2/+49
* jaulib v0.16.2Sven Gothel2022-09-171-0/+0
* jaulib v0.16.1Sven Gothel2022-09-171-0/+0
* Bump CHANGES.mdSven Gothel2022-09-161-0/+1
* Change all callback return type: dummy 'bool' -> 'void', now enabled by jau::...Sven Gothel2022-09-1612-121/+86
* Adopt to jau::function<R(A...)> from jau::FunctionDef<>Sven Gothel2022-09-1617-102/+100
* jaulib v0.16.0Sven Gothel2022-09-161-0/+0
* Bump CHANGES.mdSven Gothel2022-09-151-1/+9
* Eclipse CDT setup: Add trial tests to include pathSven Gothel2022-09-151-4/+15
* Trial Unit Test: Add adapter reset test_client_server40_resetSven Gothel2022-09-158-4/+275
* Trial Unit Tests: Reorg and cleanup to be expanded (for reset test)Sven Gothel2022-09-1511-105/+145
* BTAdapter/HCIHandler::toString(): Show dev_id as 1st element w/o explicitly n...Sven Gothel2022-09-152-4/+3
* HCIHandler::resetAdapter(): Add optional HCIHandler::PostShutdownFunc argumen...Sven Gothel2022-09-153-31/+68
* BTAdapter: Align hasDevicesPausingDiscovery() -> getDevicesPausingDiscoveryCo...Sven Gothel2022-09-152-8/+8
* BTAdapter::poweredOff(): Always use disconnectAllDevices() for proper device ...Sven Gothel2022-09-151-6/+1
* BTAdapter::mgmtEvDeviceDisconnectedHCI(): printDeviceLists() in verbose mode ...Sven Gothel2022-09-151-0/+3
* BTAdapter::powerOff(): Add msg for debug tracingSven Gothel2022-09-152-14/+14
* direct_bt::to_string(<enum_type>): Remove NONE in bitfield enumerationsSven Gothel2022-09-153-10/+0
* HCIHandler::reset*(), [start|stop]Adapter(): Rewrap with DBG_PRINT() for tracingSven Gothel2022-09-151-28/+49
* HCIHandler: ERR_PRINT remove function header, ensure dev_id shownSven Gothel2022-09-151-56/+44
* HCIHandler: DBG_PRINT add function header w/ dev_id, WARN_PRINT remove functi...Sven Gothel2022-09-151-93/+94
* jaulib v0.15.0-1-g990271aSven Gothel2022-09-141-0/+0
* BTAdapter: Use jau::service_runner to ensure singleton pattern on background ...Sven Gothel2022-09-142-21/+25
* BTAdapter::removeDevicePausingDiscovery(): Drop 'off_thread' argument, always...Sven Gothel2022-09-142-16/+9
* jau::service_runner CB BTAdapter::l2capServer*(): Add 'noexcept'Sven Gothel2022-09-143-7/+7