summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-1/+0
* Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec...Sven Gothel2021-08-301-0/+2
* run-[dbt_|java-]scanner10.sh: Add [-setcap, -root] launch options, update set...Sven Gothel2021-08-112-49/+147
* dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t...Sven Gothel2021-07-311-4/+10
* Clarify EInfoReport ownership between MgmtEvtDeviceFound, HCIHandler and BTAd...Sven Gothel2021-07-271-5/+18
* test_java.sh: Fix jar name usedSven Gothel2021-07-271-5/+6
* scripts/run-java-scanner10.sh: Add 'JAVA_PROPS' var to allow passing Java pro...v2.2.7Sven Gothel2021-06-151-1/+3
* add script/*.sh for native testsSven Gothel2021-01-294-0/+77
* locale: Add LC_ALL and hint to set system (testing requires proper unified se...Sven Gothel2021-01-299-18/+36
* Revert to gcc as default since clang < 10 has issues on 32bit arm (raspi3 setup)Sven Gothel2021-01-281-1/+1
* cmake/build/test: Ensure UTF8 is used by system, set LANG to 'en_US.UTF-8' to...Sven Gothel2021-01-283-0/+12
* Enhance Scanner10's MyLongTermKeyInfo (C++/Java): Store BTSecurityLevel and S...Sven Gothel2021-01-282-0/+4
* scripts/run-java-scanner10.sh: Remove jni debugging, oopsSven Gothel2021-01-261-2/+2
* Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ...Sven Gothel2021-01-252-2/+54
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-254-13/+14
* Update run-dbt_scanner10.sh (just naming..)Sven Gothel2021-01-111-8/+9
* Replace std::vector w/ jau::darray: Adapt JNI methodsSven Gothel2021-01-111-2/+2
* valgrind.supp: Add Catch to suppressed stacksSven Gothel2021-01-111-0/+8
* 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