summaryrefslogtreecommitdiff
path: root/gr-uhd
Commit message (Expand)AuthorAgeFilesLines
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-1/+1
* uhd: add pybind11 bindingsJosh Morman2020-06-0413-27/+1317
* pybind: removal of swig componentsJosh Morman2020-06-043-322/+0
* gr-uhd: Fix Parameter block errors in GRC examples.Ron Economos2020-05-283-71/+70
* gr-uhd: Properly ignore len_tag_name in USRP source.Ron Economos2020-05-211-0/+2
* uhd: fixed async usrp source grc fileMarc L2020-05-211-2/+2
* uhd: Change import order for sip and Qt modulesMartin Braun2020-05-102-6/+2
* uhd: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-5/+4
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-0115-36/+36
* Replace BOOST_FOREACH with C++11 range forThomas Habets2020-03-274-8/+6
* uhd: Add support for UHD 4.0 feature: RFNoCMartin Braun2020-02-2154-11/+3376
* Revert "uhd: Add support for UHD 4.0 feature: RFNoC"Marcus Müller2020-02-0954-3376/+11
* examples: fixup UHD WBFM exampledevnulling2020-02-091-115/+138
* uhd: Add support for UHD 4.0 feature: RFNoCMartin Braun2020-02-0754-11/+3376
* doxygen: Resolve broken references with Wiki links.Ron Economos2020-01-292-2/+4
* gr-uhd: Add filter API functions to the USRP blocksDerek Kozel2020-01-294-1/+127
* Update license header to SPDX formatdevnulling2020-01-2741-534/+43
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-0/+3
* uhd: fix chooser default value in example flowgraphsJosh Morman2020-01-213-10/+17
* uhd: Move AGC-related calls to fix TypeErrorHåkon Vågsether2020-01-141-7/+7
* uhd: Add missing function calls and rearrange USRP YAMLHåkon Vågsether2020-01-061-30/+47
* Disable Python 2kMarcus Müller2020-01-041-1/+1
* uhd: Fix C++ GRC code generationTerry May2020-01-021-5/+89
* qtgui: usrp source gain callbacks not renderedJosh Morman2019-11-061-2/+4
* gr-uhd: multichannel uhd object not populating channelsJosh Morman2019-11-011-2/+2
* uhd: Bump minimum version to 3.9.7Martin Braun2019-11-011-1/+1
* Python 3 fixesClayton Smith2019-10-193-12/+15
* Replace tabs with spacesClayton Smith2019-10-191-18/+18
* delete unused variablesBastian Bloessl2019-09-051-2/+4
* clang-tidy: misc-throw-by-value-catch-by-referenceAnders Kalør2019-08-151-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-099-20/+20
* Tree: clang-format without the include sortingMarcus Müller2019-08-0917-3135/+3016
* uhd: Skip restoreGeometry() when no previous settings existMartin Braun2019-08-052-2/+6
* uhd: Convert GRC examples to YAML formatJohannes Demel2019-07-237-13715/+5212
* Fix for misc. documentation + trivial typosluz.paz2019-07-173-3/+3
* uhd: Remove references to clock_config_tMartin Braun2019-07-044-23/+3
* uhd: docs: Removed spurious reference to io_type_tMartin Braun2019-06-291-3/+2
* gr-uhd: fixed argparse note for uhd_fft --update-rateMarc L2019-06-151-1/+1
* gr-uhd: Replaced not with !gnieboer2019-06-061-1/+1
* uhd: Update uhd_rx_noguiMartin Braun2019-05-221-106/+118
* uhd: Add set_rx_agc() API call and GRC bindingsPeter Witkowski2019-05-174-0/+61
* uhd: fix freq_hopping example - missing 'time'Piotr Krysik2019-03-081-5/+10
* cmake: Update to modern CMake usageAndrej Rode2019-03-044-84/+24
* cleanup: use quotes for local includesAndrej Rode2019-02-011-3/+3
* uhd: Re-add freq_hopping.py exampleMartin Braun2019-01-112-0/+268
* uhd: grc: Don't set antenna if no value is givenMartin Braun2019-01-041-0/+2
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* uhd: Fix even more GRC binding issuesMartin Braun2018-12-171-14/+1
* uhd: More fixes to GRC bindings (time/clock source, etc.)Martin Braun2018-12-161-3/+20
* uhd: Fix GRC bindings (gain, freq...)Martin Braun2018-12-152-9/+26