1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

Adds lib-uuid

Adds a small library to generate UUID values. This library will be used in Sentry error reporting
Replace constructor cast with static_cast


Removes a noexcept sneaked in


Adds documentation and some code review fixes


Fixes doxygen
This commit is contained in:
Dmitry Vedenko
2021-06-02 17:11:52 +03:00
committed by Dmitry Vedenko
parent 9f1d5d5d1a
commit 37fba65d1b
5 changed files with 398 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ set( LIBRARIES
"lib-string-utils"
lib-strings
lib-utility
lib-uuid
)
if ( ${_OPT}has_networking )