summaryrefslogtreecommitdiffstats
path: root/src/direct_bt/UUID.cpp
Commit message (Expand)AuthorAgeFilesLines
* Small footprint compromise: Use jau::nsize_t and jau::snsize_t where appropriateSven Gothel2020-10-201-16/+16
* Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...Sven Gothel2020-10-201-1/+0
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-30/+31
* Fix regression of commit 31253c2e7b9026f6647e3c85ae4ef1a80c96b243: Add redund...Sven Gothel2020-09-201-0/+1
* Handle abort() via dbt_debug's new ABORT(..), ensure a message is being send ...Sven Gothel2020-09-201-8/+4
* C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum...Sven Gothel2020-09-141-14/+18
* Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt...Sven Gothel2020-05-181-3/+3
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-201-1/+1
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-091-0/+199