aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Add update_graph() API callMartin Braun2019-07-151-0/+28
* utils: log: Fix includes for UHD_HEX()Martin Braun2019-06-121-0/+1
* rfnoc: Consolidate double-documented param in block_ctrl_baseAlex Williams2019-06-071-3/+3
* types: Add explicit copy-constructor for sid_tAlex Williams2019-06-071-0/+5
* utils: add support for directly updating components from image_loaderAndrew Lynch2019-05-021-1/+5
* prop_tree: add pop() functionBrent Stapleton2019-05-022-0/+13
* prop_tree: formatting property tree filesBrent Stapleton2019-05-022-57/+101
* C: Add uhd_get_abi_string, uhd_get_version_stringNicholas Corgan2019-05-023-0/+38
* device3: Constraint send/recv_frame_size based on down/upstream MTUSugandha Gupta2019-05-012-0/+24
* e310/e320: Move E310 to MPM architecture and refactorSugandha Gupta2019-05-012-3/+3
* include: Remove BOOST_VERSION hacks for 1.58Martin Braun2019-04-242-27/+7
* utils: Add scope_exit objectMartin Braun2019-04-012-0/+56
* utils: Change UHD_INLINE to inline in dirty_tracked.hppMartin Braun2019-03-251-7/+7
* clang-format: Break after templatesMartin Braun2019-03-211-1/+1
* uhd: Remove cal containersMartin Braun2019-03-204-176/+0
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-0810-10/+10
* Revert "RFNoC: Fix flush in source_block_ctrl_base"Michael West2019-03-051-3/+3
* types: sid: Remove duplicate operator=()Martin Braun2019-02-281-6/+0
* nirio: Demote rpc client start/stop log messages to DEBUGMartin Braun2019-02-181-2/+2
* node_ctrl_base: add check valid num_input_portsTrung Tran2019-02-181-2/+3
* RFNoC: Fix flush in source_block_ctrl_baseMichael West2019-02-181-3/+3
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-182-7/+9
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-1528-52/+60
* uhd: utils: Add noncopyable classMartin Braun2019-02-152-0/+56
* E3xx: Increase spp limit for E3xx radiomichael-west2019-01-311-2/+1
* fixup! RFNoC: More graph traversal fixesmichael-west2019-01-312-30/+10
* RFNoC: More graph traversal fixesmichael-west2019-01-312-3/+31
* RFNoC: Update FIFO XML definitionmichael-west2019-01-291-0/+2
* transport: muxed_zero_copy_if fixesmichael-west2019-01-211-0/+4
* endianness: Replace Boost macros with custom onesMartin Braun2019-01-213-6/+37
* lib: transport: convert: apply clang-formatBrent Stapleton2019-01-211-74/+96
* multi_usrp: fix get_{tx/rx}_dc_offset_range default argumentChristian Hahn2019-01-181-2/+2
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-181-0/+23
* math: Remove uhd::math::log2, replace with std::log2Martin Braun2019-01-181-9/+0
* rfnoc: Fix detection of outstanding acks by ctrl_ifaceMartin Braun2019-01-171-1/+1
* formatting: Add modified clang-format for headersMartin Braun2019-01-171-0/+94
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-16115-5118/+5170
* formatting: remove vim hints in headersBrent Stapleton2019-01-1620-20/+0
* includes: Make sure BOOST_VERSION is always availableMartin Braun2019-01-151-0/+1
* log: Fix MSVC warnings by changing a size_t to unsigned intMartin Braun2019-01-031-1/+1
* RFNoC: Fix for late packet errorsmichael-west2018-12-211-1/+3
* RFNoC: Fix graph traversalmichael-west2018-12-191-10/+40
* uhd/mpm: eiscat: Various changesRyan Marlow2018-12-192-10/+66
* Device3: Fix block control flushingBrent Stapleton2018-12-171-0/+3
* C API: Add support for Tx LO controlMartin Braun2018-12-141-0/+74
* time_spec: include <stdint.h> for int64_tMichael Dickens2018-12-131-0/+1
* various: use "std::abs" instead of "std::fabs"Michael Dickens2018-12-122-9/+9
* rh: add highband spur reduction optionMark Meserve2018-12-121-0/+5
* filter: Fix return value in get_rolloffDerek Kozel2018-11-281-1/+1
* rfnoc: Add halt to replay APIWade Fife2018-11-271-0/+3