Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 5 | -63/+71 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | Remove unused gru imports | Clayton Smith | 2020-11-02 | 1 | -1/+1 |
| | | | | | Neither of these files use the gru module anymore. I've tested that they work correctly after removing the unused imports. | ||||
* | Fix examples that use wavfile_sink | Clayton Smith | 2020-10-30 | 1 | -1/+2 |
| | | | | | The recent libsndfile transition changed the API of the wavfile_sink block, so the two examples that use it need to be updated. | ||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 5 | -10/+0 |
| | | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 5 | -62/+5 |
| | |||||
* | gr-runtime: Remove dead code from wfm_rcv_pll_to_wav example | Brennan Ashton | 2018-11-15 | 1 | -11/+0 |
| | |||||
* | Convert tabs to spaces and fix syntax errors. | Clayton Smith | 2018-10-04 | 1 | -25/+25 |
| | |||||
* | Fix typos from switch to Python 3 | Håkon Vågsether | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 5 | -20/+30 |
| | |||||
* | Merge remote-tracking branch 'pinkavaj/argparse-17' into next | Johnathan Corgan | 2016-09-17 | 2 | -41/+34 |
|\ | |||||
| * | examples: replace OptionParser by ArgumentParser | Jiří Pinkava | 2016-09-17 | 2 | -41/+34 |
| | | |||||
* | | cleanup: remove nargs=1 from ArgumentParser | Jiří Pinkava | 2016-09-17 | 1 | -2/+2 |
|/ | |||||
* | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -2/+0 |
| | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2016-06-28 | 1 | -2/+2 |
|\ | |||||
| * | fix various python imports | Jiří Pinkava | 2016-06-26 | 1 | -2/+2 |
| | | |||||
* | | examples: run_synthetic.py use ArgumentParser | Jiří Pinkava | 2016-05-03 | 1 | -22/+17 |
| | | |||||
* | | examples: plot_flops use ArgumentParser | Jiří Pinkava | 2016-05-02 | 1 | -9/+6 |
| | | |||||
* | | examples: affinity_set use ArgParse | Jiří Pinkava | 2016-05-02 | 1 | -4/+4 |
|/ | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -2/+2 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | examples: Some of the examples were updated to use 3.7 API, but the new ↵ | Nathan West | 2013-07-26 | 1 | -2/+2 |
| | | | | module namespaces were never imported. | ||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 17 | -0/+1590 |