aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* uhd: Undo some of the BOOST_FOREACH() replacementsMartin Braun2017-02-135-24/+28
* device: Removed deprecated functionalityPaul David2017-02-103-204/+10
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-106-28/+25
* x300: Output system messages in order for multi-threaded initializationPaul David2017-01-191-0/+13
* Merge branch 'maint'Martin Braun2017-01-173-5/+5
|\
| * rfnoc: Changed DDC XML to use full noc idJonathon Pendlum2017-01-121-1/+1
| * docs: Purged references to CVITA, replaced with CHDRMartin Braun2017-01-112-4/+4
* | Merge branch 'maint'Martin Braun2017-01-052-3/+7
|\|
| * C API: Added UHD_VERSION usrp.hMartin Braun2017-01-032-3/+7
* | calibration: generic containers for datasetsPaul David2016-11-294-0/+207
* | Merge branch 'maint'Martin Braun2016-11-282-1/+3
|\|
| * rfnoc: Matched signatures for clear()Martin Braun2016-11-281-1/+1
| * cmake: Remove duplicate definitions of UHD_VERSIONMartin Braun2016-11-181-0/+2
* | rfnoc: Removed transport endianness as make argMartin Braun2016-11-091-5/+0
* | Merge branch 'maint'Martin Braun2016-11-0834-203/+203
|\|
| * Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-0835-232/+232
* | cmake: Change version numbering to remove leading zerosMartin Braun2016-10-312-5/+5
* | Merge branch 'maint'Martin Braun2016-10-262-14/+1
|\|
| * docs: Fixed notes on transport parametersMartin Braun2016-10-261-13/+0
| * rfnoc: Fixed graph search algorithm for active-ports onlyMartin Braun2016-10-191-1/+1
* | Merge branch 'maint'Martin Braun2016-10-194-24/+29
|\|
| * Legacy: Improve awareness of tick rates in a streamerMartin Braun2016-10-174-24/+29
* | Merge branch 'maint'Martin Braun2016-10-171-2/+14
|\|
| * rfnoc nodes: Disconnect on destructMartin Braun2016-10-131-2/+14
* | Merge branch 'maint'Martin Braun2016-10-071-7/+14
|\|
| * docs: Fixed multi_usrp docstring for get_master_clock_rateMartin Braun2016-09-281-7/+14
* | atomic: Removed reusable_barrierMartin Braun2016-09-281-70/+0
* | Merge branch 'maint'Martin Braun2016-09-271-0/+4
|\|
| * stream: Document thread-non-safety of recv()Martin Braun2016-09-231-0/+4
* | Merge branch 'maint'Martin Braun2016-09-091-1/+1
|\|
| * soft_regs: Fixed 32-bit issueKevin Gilbert kegilbert2016-09-091-1/+1
* | Merge branch 'maint'Martin Braun2016-09-051-7/+6
|\|
| * Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-09-021-7/+6
| |\
| | * GPSDO: Make sure read_uart() returns only complete strings for all devices.michael-west2016-09-021-8/+7
* | | types: Cleaned up sid.hppMartin Braun2016-09-021-34/+38
|/ /
* | cmake: Remove device3.hpp header if not using RFNoCMartin Braun2016-08-171-1/+8
* | doxygen: Cleared up some warningsMartin Braun2016-08-123-2/+15
* | doxygen: Removed warning on dboard_ifaceMartin Braun2016-08-121-1/+1
* | cmake: Auto-generate ABI string and clarify comment on UHD_VERSION macroMartin Braun2016-08-121-4/+4
* | Updated repository for 3.10.0.0 ReleaseMartin Braun2016-08-111-1/+1
* | multi_usrp: Removed RFNoC-specific API callMartin Braun2016-08-101-15/+0
* | Merging RFNoC support for X310Martin Braun2016-08-0946-3/+4117
* | uhd: Added syntax error exception typeMartin Braun2016-08-091-0/+7
* | dboard manager: Allow deferring dboard initializationDerek Kozel2016-08-091-1/+8
* | Improve LO APIs for daughterboards without configurable LOsDerek Kozel2016-08-091-0/+8
* | Add sleep function to dboard_ifaceKevin Gilbert2016-08-051-0/+6
* | update support for clang to include UHD_FORCE_INLINEMichael Dickens2016-08-011-0/+1
* | usb: add virtual destructors where needed; make virtual destructors out-of-li...Michael Dickens2016-08-013-1/+5
* | usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned char'...Michael Dickens2016-08-012-5/+5
* | usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co...Michael Dickens2016-08-011-1/+1