summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jaulib v1.1.0v3.1.0Sven Gothel2023-01-021-0/+0
* Adopt to jaulib ringbuffer changes v1.0.1-8-g854a714Sven Gothel2023-01-014-4/+20
* jaulib v1.0.1-8-g854a714Sven Gothel2023-01-011-0/+0
* Bump CHANGES for v3.0.1v3.0.1Sven Gothel2022-12-311-0/+4
* Add C++20 support, use Eclipse via cmake prepare and external make, mention c...Sven Gothel2022-12-317-117/+159
* jaulib v1.0.1Sven Gothel2022-12-311-0/+0
* C++20: MgmtTypes: Have name length enums as jau::nsize_t, aligning to same pa...Sven Gothel2022-12-312-17/+17
* C++20: Use C++17/20 compatible std::memory_order* valuesSven Gothel2022-12-311-4/+4
* 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