summaryrefslogtreecommitdiffstats
path: root/src/tinyb
Commit message (Expand)AuthorAgeFilesLines
* Use new jaulib/JaulibSetup.cmake (Unified Setup); RELEASE: Strip native libs ...Sven Gothel2021-01-251-0/+8
* cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib))Sven Gothel2020-12-211-5/+5
* tinyb/BluetoothManager.cpp: One more -Wshadow detected on g++ 8.3Sven Gothel2020-10-201-2/+2
* Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...Sven Gothel2020-10-207-66/+66
* cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti...Sven Gothel2020-10-201-1/+0
* src/tinyb/Bluetooth*cpp: Compile clean w/ full WarningsSven Gothel2020-10-176-17/+37
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-4/+5
* dbt_debug/direct_bt::RuntimeException: Add de-mangled backtrace using libunwi...Sven Gothel2020-10-131-0/+1
* tinyb native lib: Add missing dbt_debug.cppSven Gothel2020-08-261-0/+1
* BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE...Sven Gothel2020-08-241-0/+2
* Extract dfa_utf8_decode.[cpp/hpp] added to libtinyb.so, i.e. used for both na...Sven Gothel2020-07-041-0/+1
* C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c...Sven Gothel2020-02-1513-0/+2868