aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/converter_benchmark.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-formatting to all C/C++ filesMartin Braun2023-08-071-1/+1
* uhd: Replaced deprecated usage of boost timer with std::chronoLars Amsel2020-05-041-3/+5
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-3/+5
* utils: converter_benchmark: Fix scaling for sc16->fc32Martin Braun2019-07-201-2/+2
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-148/+130
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-161-0/+2
* examples: Fix some minor compiler warningsMartin Braun2018-02-191-2/+2
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* convert: Add sc12-sc16 convertersTom Tsou2017-07-181-0/+24
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-0/+1
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-3/+3
* utils: tests: cast RAND_MAX to double before divisionAndrej Rode2017-01-121-2/+2
* fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types)Martin Braun2016-11-151-17/+17
* Updated code to work for new minimum dependenciesNicholas Corgan2016-03-211-1/+2
* utils: Fixed converter benchmark build fail on older compilersMartin Braun2015-10-201-0/+1
* tools: Added converter benchmark toolMartin Braun2015-10-191-0/+432