summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* cmake: Disable RTTI (-fno-rtti) for now, ensuring no side-effects; Adding GPR...Sven Gothel2021-01-051-1/+4
* Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Cat...Sven Gothel2020-12-211-0/+44
* scripts/run*sh: Use ${USER} environment variable instead of hardcoded name ;-)Sven Gothel2020-12-032-4/+4
* scripts/run-*-scanner10.sh: Have capsh user being configured and include 'uli...Sven Gothel2020-10-272-4/+8
* Document Direct-BT Non-Root Usage via setcap or preferrably capsh.Sven Gothel2020-10-272-4/+39
* Add ChangedAdapterSetCallback (C++), ChangedAdapterSetListener (Java) for [DB...Sven Gothel2020-10-251-0/+4
* Update valgrind.suppSven Gothel2020-10-221-5/+46
* cmake: Expose different instrumentation (-fsanitize=) modulesSven Gothel2020-10-211-0/+2
* run-dbt-scanner10: Use export for VALGRIND invocation macroSven Gothel2020-10-191-4/+4
* Update valgrind.supp fileSven Gothel2020-10-191-71/+115
* Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=ONSven Gothel2020-10-181-0/+1
* Align run-java-scanner10.sh with run-dbt-scanner10.sh scriptSven Gothel2020-10-142-8/+41
* run-dbt-scanner10.sh: Added current valgrind (memcheck, drd and callgrind) co...Sven Gothel2020-10-091-11/+37
* valgrind.supp: Add DRD suppressions equivalent to Helgrind (No errors)Sven Gothel2020-10-091-1/+210
* helgrind suppressions file: 0 errors (from initial 3716)Sven Gothel2020-10-082-3/+21
* helgrind suppressions file added: 10 errors left (from 3716), analyzed and su...Sven Gothel2020-10-083-0/+370
* run-java-scanner10.sh: Add uncommented check:jni and valgrind variantsSven Gothel2020-09-301-1/+5
* scripts/build.sh: Add commented out CLANG_ARGS (documentation, convenience)Sven Gothel2020-09-301-2/+3
* run-dbt-scanner10.sh: Add commented out VALGRIND optionSven Gothel2020-09-291-1/+4
* Adding kernel-bt-[debug|reload].sh scriptsSven Gothel2020-09-252-0/+41
* Java Example: Rename ScannerTinyB10 -> DBTScanner10: Requiring Direct-BT, nam...Sven Gothel2020-09-251-2/+2
* dbt_scanner10.cpp: Add cmdline args '-dbt_verbose, -dbt_debug, -dbt_mgmt, -db...Sven Gothel2020-09-201-1/+1
* scripts/run-dbt_scanner10.sh: Add another commented out direct_bt_debug variant.Sven Gothel2020-09-191-0/+1
* script/run-java-scanner10.sh: Add commented out debug flagsSven Gothel2020-09-181-1/+5
* DBTEnv API Doc: Mention missing 'direct_bt.debug.adapter.event', order alphab...Sven Gothel2020-09-181-2/+5
* scripts/run*: Enable core dump per defaultSven Gothel2020-09-187-0/+11
* test scripts/run-*.sh: Add commented out example for env-var 'direct_bt_debug...Sven Gothel2020-09-167-0/+33
* DBTEnv: Resolve using environment vars under Unix shells, e.g. try 'direct_bt...Sven Gothel2020-09-151-0/+3
* CMake: Support full parallel build by adding target dependenciesSven Gothel2020-09-152-3/+8
* scripts/build.sh: Default to RELEASESven Gothel2020-09-141-2/+2
* run scripts: Set LANG and LC_MEASUREMENT to en_US.UTF-8 for unified log filesSven Gothel2020-08-267-0/+35
* scripts/run-*.sh: Remove dependency to 'libtinyb.so', which could be skipped ...Sven Gothel2020-08-257-7/+7
* cmake: CMAKE_EXE_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: undefi...Sven Gothel2020-08-251-0/+1
* Add convenient GNU/Linux start/stop scripts for bluetoothdv2.1.18Sven Gothel2020-07-272-0/+14
* scripts/setup-machine-arch.sh: aarch64Sven Gothel2020-07-021-0/+6
* Build direct_bt with DEBUG symbols enabled .. for the time beingv2.1.8Sven Gothel2020-06-271-1/+2
* remove executable flag in script filesSven Gothel2020-06-189-0/+0
* Use generic 'setup-machine-arch.sh' for unified build.sh and rebuild.sh scriptsSven Gothel2020-06-187-98/+112
* Add debugging tool ScannerTinyB02; ScannerTinyB01 adds any device option.Sven Gothel2020-06-182-0/+19
* AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (...Sven Gothel2020-05-312-3/+22
* ScannerTinyB10: Multi-device and -threading Java example equivalent to C++ db...Sven Gothel2020-05-281-0/+13
* dbt_scanner00/10, ScannerTinyB01: Use getUTF8String(..) for GATT Characterist...Sven Gothel2020-05-281-0/+1
* ScannerTinyB10.java needs to be aligned to dbt_scanner10.cpp for multithreadi...Sven Gothel2020-05-241-0/+14
* sloccount: Adding java/jni and test codeSven Gothel2020-05-171-1/+5
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-175-14/+31
* add rebuild script .. convenient faster build, install and test after initial...Sven Gothel2020-05-031-0/+21
* sloccount_direct_bt: drop *Ioctl.hpp filesSven Gothel2020-04-281-1/+8
* test clang++ compiler script fixSven Gothel2020-04-261-1/+1
* Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ...Sven Gothel2020-04-251-0/+7
* Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI...Sven Gothel2020-04-211-3/+1