Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 43 forks source link

Improve support for QNX Neutrino #103

Open pablorcum opened 3 years ago

pablorcum commented 3 years ago

The uuid dependecy relies on the uuid header from the util-linux library, which is not always available. By adding support for the lightweight OSSP uuid, the support of other embedded UNIX-based OS such as QNX can be achieved without minimal modifications in the existing code.

ihnorton commented 2 years ago

Could also consider https://github.com/mariusbancila/stduuid when building with C++17.