aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Expand)AuthorAgeFilesLines
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-142-71/+71
* utils: Fix downloader return value for main()Martin Braun2018-11-131-7/+11
* utils: Downloader stall on error for Windows usersMartin Braun2018-11-131-2/+30
* utils: uhd_images_downloader: Remove archive typeMartin Braun2018-11-131-28/+22
* utils: uhd_images_downloader: Refactor the toolMartin Braun2018-11-131-115/+153
* utils: Allow downloader to ship non-zip filesMartin Braun2018-11-131-5/+13
* utils: uhd_images_downloader: Add download limitMartin Braun2018-11-131-1/+25
* utils: uhd_images_downloader: Add --yes optionMartin Braun2018-11-131-0/+25
* utils: add downloader printing fetchable URLsMartin Braun2018-11-131-12/+24
* utils: Make uhd_images_downloader log to stderrMartin Braun2018-11-131-2/+2
* utils: Factor wait_for_lo_lock() out of cal utilsMartin Braun2018-08-294-24/+19
* uhd: utils: Add Zip test to downloaderBrent Stapleton2018-08-281-2/+15
* uhd: utils: Downloader logs no targets selectedBrent Stapleton2018-08-281-0/+5
* utils: fixup for downloader inventory managementBrent Stapleton2018-08-211-12/+19
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-305-11/+18
* utils: fix 30s timeout in query_gpsdo_sensorsTrung N Tran2018-04-301-7/+12
* cal_utils: logic to handle eventual U's during calibrationNicolas Cuervo2018-04-184-22/+99
* cmake: Improve warning for missing requestsMartin Braun2018-03-281-1/+2
* docs: Purged stray references to register_handlerMartin Braun2018-03-191-3/+0
* utils: downloader supports multiple RegExsBrent Stapleton2018-03-161-6/+9
* utils: Adding option to skip SHA in downloaderBrent Stapleton2018-03-161-7/+12
* utils: fixup for downloader SHA256 checkBrent Stapleton2018-03-161-2/+7
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-0/+1
* utils: Removed deprecated utilitiesMartin Braun2018-03-055-362/+1
* mpm: uhd: RPC server reports MPM version, uhd_usrp_probe reads itMartin Braun2018-03-021-0/+3
* utils: Skip progress bars for non-tty outputsMartin Braun2018-03-011-1/+5
* utils: Reenable UHD_IMAGES_DIR env var for uhd_images_downloaderMartin Braun2018-03-011-3/+11
* utils: Increase verbosity on uhd_images_downloaderMartin Braun2018-03-011-6/+4
* cmake: force cmake to regenerate uhd_images_downloader.pyTrung N Tran2018-02-271-0/+8
* Revert "utils: images downloader: forced update of CMake variable"Trung N Tran2018-02-271-10/+5
* examples: Fix some minor compiler warningsMartin Braun2018-02-192-3/+3
* uhd: Update license headersMartin Braun2018-02-1935-32/+65
* utils: images downloader: adding SHA256 supportBrent Stapleton2018-02-151-6/+15
* utils: images downloader: adding --keep supportBrent Stapleton2018-02-151-4/+6
* utils: Use find_all in uhd_find_devicesMartin Braun2018-02-071-4/+19
* utils: images downloader: default download printBrent Stapleton2018-02-071-3/+5
* utils: images downloader: adding dry run optionBrent Stapleton2018-02-031-17/+23
* utils: Fix query_gpsdo_sensors so it works for TCXO on B200michael-west2018-02-011-0/+3
* utils: images downloader: forced update of CMake variableBrent Stapleton2018-01-291-5/+10
* utils: refactor uhd_images_downloaderBrent Stapleton2018-01-232-333/+325
* Move all license headers to SPDX format.Martin Braun2017-12-2235-420/+35
* uhd: Removed drivers for E100/E110Martin Braun2017-09-291-5/+0
* convert: Add sc12-sc16 convertersTom Tsou2017-07-181-0/+24
* Merge branch 'maint'Martin Braun2017-07-171-0/+14
|\
| * utils: Added warnings and checks to images downloaderDerek Kozel2017-07-171-0/+14
* | Utils: Added X3xx support for reading FPGA imagesPaul David2017-06-301-9/+18
* | utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-295-5/+5
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-292-1/+1
* | Merge branch 'maint'Martin Braun2017-06-271-2/+2
|\|
| * Fix: field was bool, but needs to take values -1;1Marcus Müller2017-06-271-2/+2