aboutsummaryrefslogtreecommitdiffstats
path: root/src/uuid.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce...Sven Göthel2024-05-191-9/+9
* Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_...Sven Göthel2024-05-121-3/+3
* cleanup: Place static_assert() in compilation unit once (outside of function)...Sven Göthel2024-04-301-2/+4
* Robustness and versatility of byte_util: Use lb_endian enum class instead of ...Sven Göthel2024-03-021-33/+33
* C++20: uuid_t: Implement equality operator in polymorphic super-class to avoi...Sven Gothel2022-12-301-0/+15
* uuid.cpp: Use std::make_unique reducing heap footprint of small uuid_tSven Gothel2022-11-271-6/+6
* uuid.cpp: Use constexpr endian query instead of __BYTE_ORDER macrosSven Gothel2021-10-041-34/+32
* uuid_t: Add uuid_t::equivalent(..) method fo relaxed comparison on different ...Sven Gothel2021-10-021-0/+10
* Add uuid_t::getTypeSizeString()Sven Gothel2021-10-021-0/+9
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT for...Sven Gothel2021-09-181-0/+262