Commit graph

6 commits

Author SHA1 Message Date
Andrej Rode
26cc20847c uhd: replace BOOST_FOREACH with C++11 range-based for loop
Note: This is the first commit that uses for-range, and range-based
for-loops are now usable for UHD development.
2017-02-10 16:44:33 -08:00
Andrej Rode
797249bf72 utils: tests: cast RAND_MAX to double before division 2017-01-12 15:15:37 -08:00
Martin Braun
581672f31d fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types)
Now also removes the namespaces in the utils/ directory.
2016-11-15 16:36:45 -08:00
Nicholas Corgan
603fb7aacd Updated code to work for new minimum dependencies
* Removed code referencing now-unsupported versions of Boost
* Added <stdint.h> includes where needed
2016-03-21 14:57:59 -07:00
Martin Braun
ff13955757 utils: Fixed converter benchmark build fail on older compilers 2015-10-20 09:41:32 -07:00
Martin Braun
508311768a tools: Added converter benchmark tool 2015-10-19 17:33:17 -07:00