aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/block_ctrl_base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-6/+6
|
* Merge branch 'maint'Martin Braun2017-04-131-0/+5
|\
| * rfnoc: Add set_command_time hook to radio blockDerek Kozel2017-04-131-0/+5
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-15/+15
| |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-15/+14
| | | | | | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* | Merge branch 'maint'Martin Braun2017-01-171-1/+0
|\|
| * lib: remove statements after throwAndrej Rode2017-01-121-1/+0
| |
* | Merge branch 'maint'Martin Braun2016-11-281-1/+1
|\|
| * rfnoc: Matched signatures for clear()Martin Braun2016-11-281-1/+1
| |
* | rfnoc: Removed transport endianness as make argMartin Braun2016-11-091-1/+0
|/ | | | | | | | | This is only confusing, since the blocks do not have to care about endianness. The control interface needs to know (and takes care of it internally), and the streaming transport does the same (and does not directly connect to blocks). Reviewed-By: Michael West <michael.west@ettus.com>
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-17/+17
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+587