uhd/host/lib/usrp
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
..
b100 lib: Replace uhd::math::gcd,lcm with std::gcd,lcm 2025-02-07 11:00:36 +01:00
b200 lib: Replace uhd::math::gcd,lcm with std::gcd,lcm 2025-02-07 11:00:36 +01:00
common Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
cores uhd: Update ASIO usage to modern style, compatible with Boost 1.87 2024-12-11 14:37:26 +01:00
dboard mg: Fix LO query API for lowband LO 2024-11-27 12:22:43 +01:00
mpmd dpdk: set DPDK compile and linker flags at libuhd toplevel 2024-10-02 14:05:42 +02:00
usrp1 uhd: Update ASIO usage to modern style, compatible with Boost 1.87 2024-12-11 14:37:26 +01:00
usrp2 uhd: Update ASIO usage to modern style, compatible with Boost 1.87 2024-12-11 14:37:26 +01:00
x300 x300: allow for reading FPGA temperature sensor 2025-01-31 08:27:00 +01:00
x400 host: self cal: Improve log message 2025-01-31 10:47:42 +01:00
CMakeLists.txt
dboard_base.cpp
dboard_ctor_args.hpp
dboard_eeprom.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
dboard_eeprom_c.cpp
dboard_id.cpp
dboard_iface.cpp lib: Fix time-cast for dboard_iface::sleep() 2023-07-18 13:03:16 -07:00
dboard_iface_python.hpp
dboard_manager.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
fe_connection.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
fe_connection_python.hpp
gps_ctrl.cpp
mboard_eeprom_c.cpp
multi_usrp.cpp multi_usrp: Fix setters for ALL_CHANS 2024-02-20 14:40:55 -06:00
multi_usrp_python.cpp python: Add bindings for (timed_)wb_iface and get_user_settings_iface() 2024-10-09 23:27:53 +02:00
multi_usrp_python.hpp
multi_usrp_rfnoc.cpp rfnoc: tx streamer: Default spp to multiple of CHDR width 2025-01-13 22:33:34 +01:00
subdev_spec.cpp
subdev_spec_c.cpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
subdev_spec_python.hpp Apply clang-formatting to all C/C++ files 2023-08-07 15:35:56 -05:00
usrp_c.cpp