index
:
direct_bt.git
alt_sendevent
bredr_2
connector_b_1.5
cor_locking
cow_locking
issue_308
issue_318
le_secure_connections
master
os_and_arch
simple_mutex0
simple_mutex2
tinyb
tinyb-2-clean
tinyb-master
Direct Bluetooth LE and BREDR programming, high-performance & reliable.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++20: Drop constexpr for std::string return values
Sven Gothel
2022-12-31
2
-32
/
+32
*
jaulib v1.0.0; Bump CHANGES v3.0.0
v3.0.0
Sven Gothel
2022-11-29
2
-0
/
+19
*
jaulib v0.18.0-51-g0dcaa06
Sven Gothel
2022-11-28
1
-0
/
+0
*
Replace remaining std::function with jau::function
Sven Gothel
2022-11-28
5
-6
/
+6
*
jaulib v0.18.0-50-g8d3d019
Sven Gothel
2022-11-28
1
-0
/
+0
*
clang-tidy fixes part-4 / 4: Use 'const T&' for arguments on listener types
Sven Gothel
2022-11-28
10
-116
/
+116
*
scripts/build*: Fix 'time' command detection
Sven Gothel
2022-11-28
2
-12
/
+16
*
clang-tidy fixes part-3 / 4, adding Check `performance-*`
Sven Gothel
2022-11-28
47
-197
/
+202
*
clang-tidy: cover modernize-pass-by-value, handle modernize-use-equals-delete
Sven Gothel
2022-11-27
15
-61
/
+56
*
BTDeviceRegistry.hpp: Resolve recursive include via DirectBT.hpp
Sven Gothel
2022-11-27
1
-1
/
+1
*
jaulib v0.18.0-45-g2ec818d
Sven Gothel
2022-11-27
1
-0
/
+0
*
clang-tidy fixes part-1
Sven Gothel
2022-11-27
48
-426
/
+525
*
AttPDUMsg*, SMPPDUMsg*: Place check_range() to final type, avoid vtable-mess;...
Sven Gothel
2022-11-27
2
-108
/
+209
*
jaulib v0.18.0-43-gc472e59
Sven Gothel
2022-11-27
1
-0
/
+0
*
clang-tidy and vscode: Provision w/ initial config (tested by jaulib)
Sven Gothel
2022-11-27
11
-6
/
+979
*
README.md: Fix 'Further Readings' list
Sven Gothel
2022-11-03
1
-6
/
+4
*
README.md: Add 'Further Reading' section
Sven Gothel
2022-11-03
1
-0
/
+7
*
Bump CHANGES w/ remark on tested platforms
v2.9.0
Sven Gothel
2022-10-17
1
-2
/
+9
*
Bump jaulib v0.18.0
Sven Gothel
2022-10-17
1
-0
/
+0
*
PLATFORMS: Update Debian 12 version as of 2022-10-17
Sven Gothel
2022-10-17
1
-4
/
+4
*
BTAdapter.cpp: Workaround gcc 12.2.0-3 Debian 12 Bookworm 2022-10-17 false po...
Sven Gothel
2022-10-17
1
-1
/
+19
*
Fix manual trial/test scripts using capsh: Use `USER` env-var
Sven Gothel
2022-10-17
3
-5
/
+5
*
README/PLATFORMS: Add `Alpine Linux` using `musl` C library and mention FreeB...
Sven Gothel
2022-10-17
3
-0
/
+31
*
jaulib v0.16.3-1-g3eac600
Sven Gothel
2022-09-19
1
-0
/
+0
*
Bump CHANGES.md
v2.8.2
Sven Gothel
2022-09-17
1
-1
/
+1
*
scripts/run-native-trial.sh: Return proper exit code for run-native-trial-unt...
Sven Gothel
2022-09-17
2
-2
/
+49
*
jaulib v0.16.2
Sven Gothel
2022-09-17
1
-0
/
+0
*
jaulib v0.16.1
Sven Gothel
2022-09-17
1
-0
/
+0
*
Bump CHANGES.md
Sven Gothel
2022-09-16
1
-0
/
+1
*
Change all callback return type: dummy 'bool' -> 'void', now enabled by jau::...
Sven Gothel
2022-09-16
12
-121
/
+86
*
Adopt to jau::function<R(A...)> from jau::FunctionDef<>
Sven Gothel
2022-09-16
17
-102
/
+100
*
jaulib v0.16.0
Sven Gothel
2022-09-16
1
-0
/
+0
*
Bump CHANGES.md
Sven Gothel
2022-09-15
1
-1
/
+9
*
Eclipse CDT setup: Add trial tests to include path
Sven Gothel
2022-09-15
1
-4
/
+15
*
Trial Unit Test: Add adapter reset test_client_server40_reset
Sven Gothel
2022-09-15
8
-4
/
+275
*
Trial Unit Tests: Reorg and cleanup to be expanded (for reset test)
Sven Gothel
2022-09-15
11
-105
/
+145
*
BTAdapter/HCIHandler::toString(): Show dev_id as 1st element w/o explicitly n...
Sven Gothel
2022-09-15
2
-4
/
+3
*
HCIHandler::resetAdapter(): Add optional HCIHandler::PostShutdownFunc argumen...
Sven Gothel
2022-09-15
3
-31
/
+68
*
BTAdapter: Align hasDevicesPausingDiscovery() -> getDevicesPausingDiscoveryCo...
Sven Gothel
2022-09-15
2
-8
/
+8
*
BTAdapter::poweredOff(): Always use disconnectAllDevices() for proper device ...
Sven Gothel
2022-09-15
1
-6
/
+1
*
BTAdapter::mgmtEvDeviceDisconnectedHCI(): printDeviceLists() in verbose mode ...
Sven Gothel
2022-09-15
1
-0
/
+3
*
BTAdapter::powerOff(): Add msg for debug tracing
Sven Gothel
2022-09-15
2
-14
/
+14
*
direct_bt::to_string(<enum_type>): Remove NONE in bitfield enumerations
Sven Gothel
2022-09-15
3
-10
/
+0
*
HCIHandler::reset*(), [start|stop]Adapter(): Rewrap with DBG_PRINT() for tracing
Sven Gothel
2022-09-15
1
-28
/
+49
*
HCIHandler: ERR_PRINT remove function header, ensure dev_id shown
Sven Gothel
2022-09-15
1
-56
/
+44
*
HCIHandler: DBG_PRINT add function header w/ dev_id, WARN_PRINT remove functi...
Sven Gothel
2022-09-15
1
-93
/
+94
*
jaulib v0.15.0-1-g990271a
Sven Gothel
2022-09-14
1
-0
/
+0
*
BTAdapter: Use jau::service_runner to ensure singleton pattern on background ...
Sven Gothel
2022-09-14
2
-21
/
+25
*
BTAdapter::removeDevicePausingDiscovery(): Drop 'off_thread' argument, always...
Sven Gothel
2022-09-14
2
-16
/
+9
*
jau::service_runner CB BTAdapter::l2capServer*(): Add 'noexcept'
Sven Gothel
2022-09-14
3
-7
/
+7
[next]