aboutsummaryrefslogtreecommitdiffstats
path: root/gr-uhd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* move msgq_runner out of runtime into gr-uhd/apps, its single consumerMarcus Müller2020-12-175-6/+79
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-036-138/+143
* Add `override` for common virtual function overridesThomas Habets2020-11-032-2/+2
* usrp_block:pybind: add missing bind for cmd_power_keyHuang Rui2020-11-022-0/+6
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-6/+8
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
* Fix typos throughout the codeluzpaz2020-10-294-4/+4
* Remove gcd, lcm, and log2 from gru moduleClayton Smith2020-10-291-3/+4
* uhd: Use integer sample rates to fix decimation calculationClayton Smith2020-10-291-3/+3
* pybind11: Remove SWIG remnants.Ron Economos2020-10-121-2/+0
* gr-uhd: Repair UHD examples with normalized gain.Ron Economos2020-10-082-70/+71
* uhd: Fix normalized gain GRC exampleMartin Braun2020-10-051-41/+41
* uhd: Fix gain type hidingMartin Braun2020-10-051-2/+2
* uhd: include: Fix UHD_API -> GR_UHD_API typo so Windows builds.Ryan Volz2020-10-021-1/+1
* uhd: uhd_fft: Add support for --power argumentMartin Braun2020-09-101-8/+58
* uhd: Update uhd_siggen_gui to allow setting absolute powerMartin Braun2020-09-104-23/+137
* add an option to enable/disable examplesGwenhael Goavec-Merou2020-09-021-2/+6
* uhd: Add power reference APIsMartin Braun2020-08-2611-21/+298
* uhd: uhd_fft: Clean up Python, fix PyLint warningsMartin Braun2020-08-181-116/+147
* uhd: Clean up Python code for uhd_siggen_* and uhd_appMartin Braun2020-08-144-164/+209
* uhd: wrap get_usrp_info to compatible return typeJosh Morman2020-08-149-38/+24
* cmake: install rfnoc_block.h alongside other headersNicholas Corgan2020-08-121-0/+1
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-038-14/+0
* uhd: Update possible master_clock_rate:sJohannes Demel2020-07-301-5/+6
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-307-15/+15
* uhd: remove import from uhdJosh Morman2020-07-021-2/+0
* uhd: Fix missing bindingsJohannes Demel2020-06-273-28/+14
* uhd: add default values for time_spec_t cotrJosh Morman2020-06-261-3/+6
* uhd: Add default value to uhd.time_spec callJohannes Demel2020-06-241-9/+9
* gr-uhd: Fix pmt_dict/pmt_pair checksJohannes Demel2020-06-221-6/+9
* gr-uhd: Fix assumption that pmt pair passes is_dictJohannes Demel2020-06-221-11/+8
* uhd: remove members not defined in earlier uhd apiJosh Morman2020-06-111-9/+12
* uhd: fix pybind11 bindingsJosh Morman2020-06-1013-69/+284
* 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