index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
uuid.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce...
Sven Göthel
2024-05-19
1
-9
/
+9
*
Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_...
Sven Göthel
2024-05-12
1
-3
/
+3
*
cleanup: Place static_assert() in compilation unit once (outside of function)...
Sven Göthel
2024-04-30
1
-2
/
+4
*
Robustness and versatility of byte_util: Use lb_endian enum class instead of ...
Sven Göthel
2024-03-02
1
-33
/
+33
*
C++20: uuid_t: Implement equality operator in polymorphic super-class to avoi...
Sven Gothel
2022-12-30
1
-0
/
+15
*
uuid.cpp: Use std::make_unique reducing heap footprint of small uuid_t
Sven Gothel
2022-11-27
1
-6
/
+6
*
uuid.cpp: Use constexpr endian query instead of __BYTE_ORDER macros
Sven Gothel
2021-10-04
1
-34
/
+32
*
uuid_t: Add uuid_t::equivalent(..) method fo relaxed comparison on different ...
Sven Gothel
2021-10-02
1
-0
/
+10
*
Add uuid_t::getTypeSizeString()
Sven Gothel
2021-10-02
1
-0
/
+9
*
Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT for...
Sven Gothel
2021-09-18
1
-0
/
+262