| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -29/+43 |
* | gr-uhd: fix input filename in freq hopping examples | Adrien Michel | 2021-08-05 | 1 | -1/+1 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 2 | -2/+0 |
* | uhd/tag_sink_demo: Use log mechanism instead of stdout | Marcus Müller | 2021-02-18 | 1 | -6/+10 |
* | uhd: Remove (almost all) occurrences of Boost | Martin Braun | 2021-02-05 | 2 | -5/+6 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 6 | -8/+8 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 6 | -8/+8 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 2 | -2/+2 |
* | gr-uhd: Repair UHD examples with normalized gain. | Ron Economos | 2020-10-08 | 2 | -70/+71 |
* | uhd: Fix normalized gain GRC example | Martin Braun | 2020-10-05 | 1 | -41/+41 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 1 | -1/+0 |
* | uhd: fix pybind11 bindings | Josh Morman | 2020-06-10 | 2 | -2/+2 |
* | gr-uhd: Fix Parameter block errors in GRC examples. | Ron Economos | 2020-05-28 | 3 | -71/+70 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 1 | -8/+8 |
* | Replace BOOST_FOREACH with C++11 range for | Thomas Habets | 2020-03-27 | 2 | -3/+1 |
* | uhd: Add support for UHD 4.0 feature: RFNoC | Martin Braun | 2020-02-21 | 1 | -0/+264 |
* | Revert "uhd: Add support for UHD 4.0 feature: RFNoC" | Marcus Müller | 2020-02-09 | 1 | -264/+0 |
* | examples: fixup UHD WBFM example | devnulling | 2020-02-09 | 1 | -115/+138 |
* | uhd: Add support for UHD 4.0 feature: RFNoC | Martin Braun | 2020-02-07 | 1 | -0/+264 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 7 | -91/+7 |
* | examples: fixup cmake files to include all examples | devnulling | 2020-01-22 | 1 | -0/+3 |
* | uhd: fix chooser default value in example flowgraphs | Josh Morman | 2020-01-21 | 3 | -10/+17 |
* | delete unused variables | Bastian Bloessl | 2019-09-05 | 1 | -2/+4 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 3 | -9/+9 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 3 | -105/+116 |
* | uhd: Convert GRC examples to YAML format | Johannes Demel | 2019-07-23 | 7 | -13715/+5212 |
* | gr-uhd: Replaced not with ! | gnieboer | 2019-06-06 | 1 | -1/+1 |
* | uhd: fix freq_hopping example - missing 'time' | Piotr Krysik | 2019-03-08 | 1 | -5/+10 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -16/+2 |
* | cleanup: use quotes for local includes | Andrej Rode | 2019-02-01 | 1 | -3/+3 |
* | uhd: Re-add freq_hopping.py example | Martin Braun | 2019-01-11 | 2 | -0/+268 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 23 | -12797/+0 |
|\ |
|
| * | Remove examples depending on removed dxpsk_(de)mod | Marcus Müller | 2018-08-26 | 4 | -7769/+0 |
| * | wxgui: removed | Johnathan Corgan | 2016-09-08 | 18 | -5025/+0 |
| * | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 3 | -3/+0 |
* | | Fix Boost 1.67 linking issues | karel- | 2018-06-25 | 1 | -1/+1 |
* | | Comment typo fixing. | luz.paz | 2018-02-03 | 4 | -5/+5 |
|/ |
|
* | gr-analog: Add safety and default for FM preemphasis filter | Andy Walls | 2016-03-30 | 1 | -2/+2 |
* | gr-analog: Fix FM preemphasis filter and rework deemphasis filter | Andy Walls | 2016-03-29 | 1 | -1/+2 |
* | uhd: Updated uhd_siggen_gui (uses QT), added GRC siggen example | Martin Braun | 2015-09-24 | 1 | -0/+2154 |
* | examples: removed extra titles or legends from QTGUI blocks in examples. | Tom Rondeau | 2015-08-05 | 6 | -4398/+5947 |
* | uhd: Updated uhd_fft example + app (moved to QT) | Martin Braun | 2015-06-22 | 1 | -726/+1446 |
* | uhd: changing uhd_msg_tune example to use other forms of setting parameters. | Tom Rondeau | 2015-05-06 | 1 | -33/+201 |
* | Merge remote-tracking branch 'mbant/uhd/message_updates' | Tom Rondeau | 2015-05-06 | 2 | -565/+647 |
|\ |
|
| * | uhd: Updated frequency hopping example to do DSP tuning only | Martin Braun | 2015-05-05 | 1 | -18/+20 |
| * | uhd: Updated command interface to match new message command format | Martin Braun | 2015-05-05 | 1 | -547/+627 |
* | | Print scan rate | Chris Kuethe | 2015-05-03 | 1 | -0/+12 |
|/ |
|
* | Merge remote-tracking branch 'mbr0wn/uhd/refactor-blocks' | Johnathan Corgan | 2015-04-30 | 1 | -127/+324 |
|\ |
|
| * | uhd: Refactored usrp_{sink,source} blocks | Martin Braun | 2015-04-30 | 1 | -127/+324 |
* | | uhd: Fix for CID 1090026 thru -33 | Martin Braun | 2015-04-28 | 1 | -1/+2 |
|/ |
|