Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zeromq: pep8 formatting | Josh Morman | 2021-11-24 | 3 | -42/+72 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | more qt4 qt5 updates | A. Maitland Bottoms | 2020-12-18 | 3 | -4/+4 |
| | | | | Have additional apps, examples, and tools use Qt5 instead of Qt4. | ||||
* | pybind11: Remove SWIG remnants. | Ron Economos | 2020-10-12 | 1 | -1/+1 |
| | |||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 3 | -5/+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 | 4 | -55/+4 |
| | |||||
* | gitignore: ignore autogen files in example folders | Johannes Demel | 2019-03-24 | 1 | -0/+1 |
| | | | | | This commit adds `.gitignore` files to some example folders. This helps to keep auto generated files out of commits. | ||||
* | zeromq: Convert GRC examples to YAML format | Johannes Demel | 2019-01-19 | 5 | -4979/+1458 |
| | | | | | This commit converts the examples in `gr-zeromq` to the new YAML format. This conversion is tracked in #2285. | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 3 | -9/+14 |
| | |||||
* | examples: replace OptionParser by ArgumentParser | Jiří Pinkava | 2016-09-20 | 3 | -30/+30 |
| | |||||
* | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
| | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | gr-zeromq: fix python examples3.7.9git | Johannes Schmitz | 2015-08-06 | 3 | -6/+6 |
| | |||||
* | examples: removed extra titles or legends from QTGUI blocks in examples. | Tom Rondeau | 2015-08-05 | 4 | -1742/+1993 |
| | | | | | They just take up space and provide no info. Where used to differentiate graphs or lines, they are kept in. | ||||
* | zeromq: added stream tag passing example | Johnathan Corgan | 2015-01-12 | 2 | -0/+1933 |
| | |||||
* | zeromq: added msg passing example | Johnathan Corgan | 2015-01-12 | 2 | -0/+466 |
| | |||||
* | zeromq: updated zeromq examples to use qtgui. | Tom Rondeau | 2014-07-14 | 3 | -262/+1162 |
| | |||||
* | zeromq: update examples and install | Johnathan Corgan | 2014-05-13 | 4 | -378/+369 |
| | |||||
* | zeromq: Remove blocking Add timeout in xml, fix doxygen | Camilo Solano | 2014-05-13 | 2 | -73/+69 |
| | |||||
* | Add sub_source block and fix pub_sink | Camilo Solano | 2014-05-13 | 3 | -2/+485 |
| | |||||
* | zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets | Johannes Schmitz | 2014-05-09 | 2 | -8/+20 |
| | | | | correctly, cleanup | ||||
* | Merge remote-tracking branch 'iohannez/vlen' into zeromq | Johnathan Corgan | 2014-05-07 | 2 | -0/+954 |
|\ | |||||
| * | zeromq: Add grc examples | Johannes Schmitz | 2014-05-07 | 2 | -0/+954 |
| | | |||||
* | | zeromq: cleanup docs and examples | Johnathan Corgan | 2014-05-06 | 8 | -4/+76 |
| | | |||||
* | | zeromq: cleanup copyright | Johnathan Corgan | 2014-05-06 | 3 | -13/+7 |
| | | |||||
* | | zeromq: remove nopoll req/rep blocks | Johnathan Corgan | 2014-05-06 | 2 | -16/+14 |
|/ | |||||
* | zeromq: renamed source_reqrep to req_source | Camilo Solano | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Add vlen | Camilo Solano | 2014-05-06 | 3 | -6/+7 |
| | |||||
* | wip, renaming and implementing rep_sink | Johnathan Corgan | 2014-04-24 | 1 | -2/+2 |
| | |||||
* | zeromq: removed feedback source | Johnathan Corgan | 2014-04-22 | 1 | -141/+0 |
| | |||||
* | zeromq: renamed sink_pubsub to pub_sink | Johnathan Corgan | 2014-04-22 | 2 | -2/+2 |
| | |||||
* | zeromq: renamed source_pushpull to pull_source | Johnathan Corgan | 2014-04-22 | 2 | -2/+2 |
| | |||||
* | zeromq: renamed sink_pushpull push_sink | Johnathan Corgan | 2014-04-22 | 3 | -5/+5 |
| | |||||
* | zeromq: fix import in example | Johnathan Corgan | 2014-04-22 | 1 | -7/+7 |
| | |||||
* | zeromq: Rename "zmqblocks" to zeromq in examples | Johannes Schmitz | 2014-04-22 | 5 | -27/+27 |
| | |||||
* | Initial import of gr-zmqblocks OOT project as-is, prior to rework for in-tree | Johannes Schmitz | 2014-04-22 | 8 | -0/+783 |