| Commit message (Expand) | Author | Age | Files | Lines |
* | test scripts/run-*.sh: Add commented out example for env-var 'direct_bt_debug... | Sven Gothel | 2020-09-16 | 7 | -0/+33 |
* | DBTAdapter: Atomic operation across discovered, connected and shared devices | Sven Gothel | 2020-09-16 | 4 | -34/+35 |
* | Correct API doc for DBTDevice::remove() (C++ and Java): | Sven Gothel | 2020-09-16 | 2 | -8/+9 |
* | README.md Add Bluetooth Spec link and enhance Direct-BT description. | Sven Gothel | 2020-09-16 | 2 | -15/+16 |
* | Update README.md | Sven Gothel | 2020-09-15 | 1 | -27/+30 |
* | DBTEnv: Resolve using environment vars under Unix shells, e.g. try 'direct_bt... | Sven Gothel | 2020-09-15 | 3 | -6/+44 |
* | CMake: Support full parallel build by adding target dependencies | Sven Gothel | 2020-09-15 | 7 | -38/+66 |
* | Only generate JNI headers when Java sources have been modified, i.e. when Jar... | Sven Gothel | 2020-09-15 | 1 | -9/+21 |
* | C++ noexcept: DBTManager, DBTAdapter and DBTDevice (concluding for now) | Sven Gothel | 2020-09-15 | 6 | -115/+115 |
* | C++ noexcept: JavaUplink, DBTObject, JavaGlobalObj | Sven Gothel | 2020-09-15 | 3 | -26/+26 |
* | C++ noexcept: JNIMem* (convert exception in dtor to abort) | Sven Gothel | 2020-09-15 | 2 | -17/+19 |
* | dbt_debug: Use namespace for macro resolution in case macro being used ex-nam... | Sven Gothel | 2020-09-15 | 1 | -2/+2 |
* | C++ noexcept: GATT* Data Types | Sven Gothel | 2020-09-15 | 8 | -99/+100 |
* | C++ noexcept: DBTManager | Sven Gothel | 2020-09-14 | 2 | -91/+100 |
* | C++ noexcept: GATTHandler | Sven Gothel | 2020-09-14 | 2 | -29/+29 |
* | C++ noexcept: HCITypes and MgmtTypes | Sven Gothel | 2020-09-14 | 2 | -21/+21 |
* | C++ noexcept: ATTPDUTypes string methods; DBTEnv; HCIComm and HCIHandler | Sven Gothel | 2020-09-14 | 7 | -132/+132 |
* | C++ noexcept: Remaining BasicTypes getCurrentMilliseconds(), uintXHexString(.... | Sven Gothel | 2020-09-14 | 2 | -16/+21 |
* | C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum... | Sven Gothel | 2020-09-14 | 8 | -77/+86 |
* | C++ noexcept: Ringbuffer and its LFRingbuffer implementation | Sven Gothel | 2020-09-14 | 2 | -57/+70 |
* | scripts/build.sh: Default to RELEASE | Sven Gothel | 2020-09-14 | 1 | -2/+2 |
* | C++ noexcept: Adjust all types and functions in DBTTypes | Sven Gothel | 2020-09-14 | 3 | -45/+45 |
* | C++ noexcept: MgmtTypes: MgmtEvent ctor gets exp_param_size to validate data ... | Sven Gothel | 2020-09-14 | 3 | -192/+210 |
* | C++ noexcept: HCITypes: HCIEvent ctor gets exp_param_size to validate data ra... | Sven Gothel | 2020-09-14 | 2 | -26/+26 |
* | C++ noexcept: FunctionDef.hpp | Sven Gothel | 2020-09-14 | 1 | -53/+53 |
* | C++ noexcept: Add missing 'AttPDUMsg::getSpecialized(..)' | Sven Gothel | 2020-09-14 | 2 | -2/+2 |
* | C++ IndexOutOfBoundsException: Add variant for just index + length | Sven Gothel | 2020-09-14 | 3 | -8/+11 |
* | C++: Second round propagating noexcept and using OctetTypes nocheck '_nc' | Sven Gothel | 2020-09-14 | 7 | -188/+191 |
* | CMAKE_CXX_FLAGS_RELEASE: Add -Wextra and -O3 | Sven Gothel | 2020-09-14 | 1 | -1/+1 |
* | C++: First round propagating noexcept: Adding nocheck '_nc' variants in Octet... | Sven Gothel | 2020-09-14 | 8 | -261/+350 |
* | Use [[fallthrough]] instead of comment | Sven Gothel | 2020-09-12 | 3 | -6/+6 |
* | CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e.... | Sven Gothel | 2020-09-12 | 5 | -12/+25 |
* | Eclipse Settings: Use C++17 (C++20 not yet supported on all target platforms,... | Sven Gothel | 2020-09-12 | 2 | -4/+28 |
* | README: Replace local doc refs w/ ICT source (oops) | Sven Gothel | 2020-09-03 | 1 | -2/+2 |
* | README: Add reference to examples as a potential starting point for new user | Sven Gothel | 2020-09-03 | 1 | -2/+10 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 10 | -23/+68 |
* | Doxygen: Adding source browser (w/o body comments in API doc), had to include... | Sven Gothel | 2020-09-03 | 2 | -14/+27 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 11 | -29/+86 |
* | DBTAdapter: Utilize POWERED in AdapterSettings to determine if powered and (c... | Sven Gothel | 2020-09-03 | 3 | -12/+56 |
* | Complete mapping of BTMode (C++, Java) and have Adapter recognize actual BTMo... | Sven Gothel | 2020-09-03 | 14 | -38/+250 |
* | Doxygen Doc: Enable full featured UML SVG graphs, incl CALL and CALLER | Sven Gothel | 2020-09-01 | 2 | -13/+13 |
* | README: Use hardlinks of generated documentation to Zafena ICT server | Sven Gothel | 2020-09-01 | 1 | -4/+8 |
* | Update README.md, adding more details to Direct-BT (BREDR, provider, build) | Sven Gothel | 2020-09-01 | 2 | -29/+63 |
* | DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug... | Sven Gothel | 2020-08-28 | 6 | -17/+8 |
* | DBTDevice::disconnectGATT: Use shared copy of GATTHandler to isse GATTHandler... | Sven Gothel | 2020-08-28 | 1 | -4/+9 |
* | GATTHandler::disconnect: Have l2cap.disconnect() always perform ASAP w/o lock... | Sven Gothel | 2020-08-28 | 1 | -5/+6 |
* | DBTDevice::pingGATT(): Disconnect and return false if: GATT not connected or ... | Sven Gothel | 2020-08-28 | 3 | -14/+14 |
* | Inherit all *Env classes from DBTEnvironment, having them grouped for documen... | Sven Gothel | 2020-08-28 | 4 | -19/+128 |
* | DBTEnv: Generalize 'exploding properties' and add optional '=value' support. ... | Sven Gothel | 2020-08-28 | 9 | -50/+126 |
* | DBTManager, HCIHandler, GATTHandler: Move local environment debug flags to th... | Sven Gothel | 2020-08-28 | 6 | -53/+63 |