uhd/host/include
Martin Braun 3909512623 lib: Replace uhd::math::gcd,lcm with std::gcd,lcm
This became possible with the new dependency on C++17, which added std::
gcm() and std::lcm(). The standard library has some advantages over our
version (e.g., constexpr) but most importantly, it allows us to remove
the (version dependent!) Boost dependency in math.hpp.

This breaks the public API: `uhd::math::{gcd,lcm}` were defined in the
public header uhd/utils/math.hpp.
2025-02-07 11:00:36 +01:00
..
uhd lib: Replace uhd::math::gcd,lcm with std::gcd,lcm 2025-02-07 11:00:36 +01:00
CMakeLists.txt uhd: mpm: update all license header w/ "-or-later" 2019-03-08 00:43:07 +01:00
config.h.in uhd: remove liberio 2020-07-20 16:01:03 -05:00
uhd.h Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00