drogonframework/drogon

Add support to Boost UUID

Open

#2,562 opened on Aug 20, 2026

 (0 comments) (1 reaction) (0 assignees)C++ (1,014 forks)batch import
good first issue

Repository metrics

Stars
 (10,462 stars)
PR merge metrics
 (Avg merge 5d 16h) (3 merged PRs in 30d)

Description

One thing that I'm frustrated is with the requirement of the OS libuuid, specially on linux platforms, i believe that will be useful add the option to choose between OS UUID and boost-uuid.

Is viable to add an option at cmake to switch between OS UUID or Boost UUID, like DROGON_USE_BOOST_UUID.

Contributor guide