| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Disable RTTI (-fno-rtti) for now, ensuring no side-effects; Adding GPR... | Sven Gothel | 2021-01-05 | 1 | -1/+4 |
* | Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Cat... | Sven Gothel | 2020-12-21 | 1 | -0/+44 |
* | scripts/run*sh: Use ${USER} environment variable instead of hardcoded name ;-) | Sven Gothel | 2020-12-03 | 2 | -4/+4 |
* | scripts/run-*-scanner10.sh: Have capsh user being configured and include 'uli... | Sven Gothel | 2020-10-27 | 2 | -4/+8 |
* | Document Direct-BT Non-Root Usage via setcap or preferrably capsh. | Sven Gothel | 2020-10-27 | 2 | -4/+39 |
* | Add ChangedAdapterSetCallback (C++), ChangedAdapterSetListener (Java) for [DB... | Sven Gothel | 2020-10-25 | 1 | -0/+4 |
* | Update valgrind.supp | Sven Gothel | 2020-10-22 | 1 | -5/+46 |
* | cmake: Expose different instrumentation (-fsanitize=) modules | Sven Gothel | 2020-10-21 | 1 | -0/+2 |
* | run-dbt-scanner10: Use export for VALGRIND invocation macro | Sven Gothel | 2020-10-19 | 1 | -4/+4 |
* | Update valgrind.supp file | Sven Gothel | 2020-10-19 | 1 | -71/+115 |
* | Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=ON | Sven Gothel | 2020-10-18 | 1 | -0/+1 |
* | Align run-java-scanner10.sh with run-dbt-scanner10.sh script | Sven Gothel | 2020-10-14 | 2 | -8/+41 |
* | run-dbt-scanner10.sh: Added current valgrind (memcheck, drd and callgrind) co... | Sven Gothel | 2020-10-09 | 1 | -11/+37 |
* | valgrind.supp: Add DRD suppressions equivalent to Helgrind (No errors) | Sven Gothel | 2020-10-09 | 1 | -1/+210 |
* | helgrind suppressions file: 0 errors (from initial 3716) | Sven Gothel | 2020-10-08 | 2 | -3/+21 |
* | helgrind suppressions file added: 10 errors left (from 3716), analyzed and su... | Sven Gothel | 2020-10-08 | 3 | -0/+370 |
* | run-java-scanner10.sh: Add uncommented check:jni and valgrind variants | Sven Gothel | 2020-09-30 | 1 | -1/+5 |
* | scripts/build.sh: Add commented out CLANG_ARGS (documentation, convenience) | Sven Gothel | 2020-09-30 | 1 | -2/+3 |
* | run-dbt-scanner10.sh: Add commented out VALGRIND option | Sven Gothel | 2020-09-29 | 1 | -1/+4 |
* | Adding kernel-bt-[debug|reload].sh scripts | Sven Gothel | 2020-09-25 | 2 | -0/+41 |
* | Java Example: Rename ScannerTinyB10 -> DBTScanner10: Requiring Direct-BT, nam... | Sven Gothel | 2020-09-25 | 1 | -2/+2 |
* | dbt_scanner10.cpp: Add cmdline args '-dbt_verbose, -dbt_debug, -dbt_mgmt, -db... | Sven Gothel | 2020-09-20 | 1 | -1/+1 |
* | scripts/run-dbt_scanner10.sh: Add another commented out direct_bt_debug variant. | Sven Gothel | 2020-09-19 | 1 | -0/+1 |
* | script/run-java-scanner10.sh: Add commented out debug flags | Sven Gothel | 2020-09-18 | 1 | -1/+5 |
* | DBTEnv API Doc: Mention missing 'direct_bt.debug.adapter.event', order alphab... | Sven Gothel | 2020-09-18 | 1 | -2/+5 |
* | scripts/run*: Enable core dump per default | Sven Gothel | 2020-09-18 | 7 | -0/+11 |
* | test scripts/run-*.sh: Add commented out example for env-var 'direct_bt_debug... | Sven Gothel | 2020-09-16 | 7 | -0/+33 |
* | DBTEnv: Resolve using environment vars under Unix shells, e.g. try 'direct_bt... | Sven Gothel | 2020-09-15 | 1 | -0/+3 |
* | CMake: Support full parallel build by adding target dependencies | Sven Gothel | 2020-09-15 | 2 | -3/+8 |
* | scripts/build.sh: Default to RELEASE | Sven Gothel | 2020-09-14 | 1 | -2/+2 |
* | run scripts: Set LANG and LC_MEASUREMENT to en_US.UTF-8 for unified log files | Sven Gothel | 2020-08-26 | 7 | -0/+35 |
* | scripts/run-*.sh: Remove dependency to 'libtinyb.so', which could be skipped ... | Sven Gothel | 2020-08-25 | 7 | -7/+7 |
* | cmake: CMAKE_EXE_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: undefi... | Sven Gothel | 2020-08-25 | 1 | -0/+1 |
* | Add convenient GNU/Linux start/stop scripts for bluetoothdv2.1.18 | Sven Gothel | 2020-07-27 | 2 | -0/+14 |
* | scripts/setup-machine-arch.sh: aarch64 | Sven Gothel | 2020-07-02 | 1 | -0/+6 |
* | Build direct_bt with DEBUG symbols enabled .. for the time beingv2.1.8 | Sven Gothel | 2020-06-27 | 1 | -1/+2 |
* | remove executable flag in script files | Sven Gothel | 2020-06-18 | 9 | -0/+0 |
* | Use generic 'setup-machine-arch.sh' for unified build.sh and rebuild.sh scripts | Sven Gothel | 2020-06-18 | 7 | -98/+112 |
* | Add debugging tool ScannerTinyB02; ScannerTinyB01 adds any device option. | Sven Gothel | 2020-06-18 | 2 | -0/+19 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 2 | -3/+22 |
* | ScannerTinyB10: Multi-device and -threading Java example equivalent to C++ db... | Sven Gothel | 2020-05-28 | 1 | -0/+13 |
* | dbt_scanner00/10, ScannerTinyB01: Use getUTF8String(..) for GATT Characterist... | Sven Gothel | 2020-05-28 | 1 | -0/+1 |
* | ScannerTinyB10.java needs to be aligned to dbt_scanner10.cpp for multithreadi... | Sven Gothel | 2020-05-24 | 1 | -0/+14 |
* | sloccount: Adding java/jni and test code | Sven Gothel | 2020-05-17 | 1 | -1/+5 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 5 | -14/+31 |
* | add rebuild script .. convenient faster build, install and test after initial... | Sven Gothel | 2020-05-03 | 1 | -0/+21 |
* | sloccount_direct_bt: drop *Ioctl.hpp files | Sven Gothel | 2020-04-28 | 1 | -1/+8 |
* | test clang++ compiler script fix | Sven Gothel | 2020-04-26 | 1 | -1/+1 |
* | Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ... | Sven Gothel | 2020-04-25 | 1 | -0/+7 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 1 | -3/+1 |