aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/math_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-181-3/+7
* math: Remove uhd::math::log2, replace with std::log2Martin Braun2019-01-181-6/+3
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-4/+4
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-1/+1
* math: Added a portable log2()Martin Braun2014-11-201-0/+29