Commit graph

6 commits

Author SHA1 Message Date
Lane Kolbly
5802a362f8 uhd: Replace include guards with pragma once
Pragma once is the more modern version of include guards, eliminating
any potential problems with mistyping include guards. Let's use those.
2020-04-08 15:16:06 -05:00
Martin Braun
876d4150aa uhd: Apply clang-format against all .cpp and .hpp files in host/
Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of
files that clang-format gets applied against.
2020-03-03 08:51:32 -06:00
Martin Braun
a7289ea510 fixup! uhdlib: add rational approximation to math utilities 2019-05-23 15:10:45 -07:00
Mark Meserve
39f6901342 uhdlib: add rational approximation to math utilities 2019-05-07 16:30:36 -07:00
Martin Braun
ae5211d71d uhd: Update license headers
All copyright is now attributed to "Ettus Research, a National
Instruments company".

SPDX headers were also updated to latest version 3.0.
2018-02-19 16:54:52 -08:00
Martin Braun
74f45ae2a7 rfnoc: Factor out ceil_log2() into central location
- New file: uhdlib/utils/math.hpp
2018-02-19 14:51:47 -08:00