aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* rh: Fix typo in setting up RX frontendAlex Williams2019-02-271-1/+1
* mpmd: Fix typecast warning in property tree default settingsMartin Braun2019-02-221-1/+1
* mpmd: Allow reclaim failures on component updatesMartin Braun2019-02-223-14/+67
* rh: revise correction data usageMark Meserve2019-02-223-11/+19
* rh: reset rx iq balance on initMark Meserve2019-02-221-0/+1
* RFNoC: Fix flush in source_block_ctrl_baseMichael West2019-02-181-18/+1
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-183-8/+16
* x300: Enable ADC gain through RFNoC APIMartin Braun2019-02-182-29/+83
* lib: fix includes for boost::noncopyableMichael Dickens2019-02-112-0/+7
* fixup! RFNoC: Fix scaling of M and N values in DDC/DUCMark Meserve2019-02-081-1/+1
* E31x: Destruct RFNoC before loading idle imagemichael-west2019-01-311-0/+2
* Device3: Fix flow control window and intervalmichael-west2019-01-312-9/+14
* RFNoC: Limit number of control packets in flightmichael-west2019-01-313-19/+23
* RFNoC: Fix typos in legacy_compatmichael-west2019-01-311-2/+2
* X300: Fix tick and sample rate settingmichael-west2019-01-312-11/+9
* RFNoC: Fix scaling of M and N values in DDC/DUCmichael-west2019-01-312-3/+10
* Device3: Remove redundant function callmichael-west2019-01-311-1/+0
* fixup! RFNoC: More graph traversal fixesmichael-west2019-01-312-4/+4
* RFNoC: More graph traversal fixesmichael-west2019-01-312-1/+3
* RFNoC: Prevent unnecessary FC ACK packetsmichael-west2019-01-314-13/+13
* mpmd: use init timeout for update_componentTrung Tran2019-01-291-4/+1
* ad9361: Replace Boost lock & mutex with std varietyMartin Braun2019-01-251-23/+21
* formatting: Apply clang-format to ad9361_ctrl.cppMartin Braun2019-01-251-72/+87
* uhd-dpdk: Cover all paths to request TX offloadsAlex Williams2019-01-253-11/+61
* uhd-dpdk: Delete useless test folderAlex Williams2019-01-252-356/+0
* mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copyAlex Williams2019-01-2520-303/+1177
* mpmd_xport: liberio: using 4096 bytes frame sizeTrung Tran2019-01-231-2/+6
* lib: rfnoc: Add some missing virtual destructorsMartin Braun2019-01-223-2/+8
* formatting: Apply clang-format to nocscript filesMartin Braun2019-01-228-557/+499
* device3: Replace NULL with 0 for empty function pointersMartin Braun2019-01-221-2/+2
* transport: muxed_zero_copy_if fixesmichael-west2019-01-214-29/+18
* mpmd_xport: honor users' send(recv)frame_size argsTrung Tran2019-01-212-8/+11
* mpmd: implement get_*x_hintsTrung Tran2019-01-212-6/+11
* endianness: Replace Boost macros with custom onesMartin Braun2019-01-213-4/+4
* lib: transport: convert: apply clang-formatBrent Stapleton2019-01-211-119/+165
* cmake: Register N320 componentMartin Braun2019-01-211-1/+1
* rh: increase timeout of set_rate's rpc callMark Meserve2019-01-211-1/+4
* lib: transport: Revert to boost instead of std sleepSugandha Gupta2019-01-181-3/+1
* lib: transport: apply clang-formatBrent Stapleton2019-01-1825-2326/+2745
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-184-11/+10
* math: Remove uhd::math::log2, replace with std::log2Martin Braun2019-01-181-1/+2
* formatting: preparing for uhd::math cleanupBrent Stapleton2019-01-185-971/+1129
* rfnoc: Fix detection of outstanding acks by ctrl_ifaceMartin Braun2019-01-171-4/+3
* lib: rfnoc: apply clang-formatMartin Braun2019-01-1729-1905/+1859
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-1661-7418/+6799
* formatting: remove vim hints in headersBrent Stapleton2019-01-1622-22/+0
* uhd: skip formatting misc arrays, maps, etc.Brent Stapleton2019-01-167-1/+18
* transport: Move uhd-dpdk header to uhdlibAlex Williams2019-01-154-3/+3
* transport: Add dpdk_zero_copy transportAlex Williams2019-01-153-0/+527
* transport: Add blocking recv calls to uhd-dpdkAlex Williams2019-01-1511-220/+704