Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ctrlport: monitor error handling | Bastian Bloessl | 2019-06-19 | 1 | -3/+3 | |
| | ||||||
* | perf-monitor: port gr3.8 and qt5 | Bastian Bloessl | 2019-06-19 | 1 | -256/+245 | |
| | ||||||
* | ctrport-monitor: fix error handling | Bastian Bloessl | 2019-06-19 | 4 | -123/+87 | |
| | ||||||
* | runtime: port ctrlport monitor to 3.8 and qt5 | Bastian Bloessl | 2019-06-19 | 6 | -170/+148 | |
| | ||||||
* | pmt: remove intrusive_ptr | Andrej Rode | 2019-04-19 | 1 | -8/+8 | |
| | ||||||
* | runtime: unittest: Remove XML runner | Martin Braun | 2018-12-19 | 3 | -464/+5 | |
| | | | | | This is a module that will run unit tests twice, once for XML output, and once for stdout output. It is no longer necessary. | |||||
* | runtime: gr_unittest: Fix Pylint warnings in gr_unittest.py | Martin Braun | 2018-12-19 | 1 | -43/+48 | |
| | | | | | | - Harmonized function argument names - Used iterator comprehensions instead of loops - General Pylint whitespace complaints | |||||
* | ctrlport: install Python apps as PROGRAMS, not FILES | Michael Dickens | 2018-11-16 | 1 | -1/+1 | |
| | ||||||
* | gr-runtime: Improve exception handling in ControlPort Monitor | Brennan Ashton | 2018-11-15 | 4 | -16/+18 | |
| | ||||||
* | gr-runtime: Properly handle optional support for thrift RPC Transport | Brennan Ashton | 2018-11-15 | 1 | -2/+9 | |
| | ||||||
* | ctrlport: gr-perf-monitorx: remove iteritems usage | Brent Stapleton | 2018-11-13 | 1 | -2/+2 | |
| | | | | | | | Removing usage of dict.iteritems in gr-perf-monitorx. Replaced with items() because - the dictionaries are sufficiently small - We're calling sorted() on them anyway | |||||
* | runtime: gr_threading clutch obsolete; remove it and its usage | Marcus Müller | 2018-11-12 | 6 | -1573/+7 | |
| | | | | | | | | We essentially monkeypatched Python's `threading` module inelegantly to get around shortcomings in Python 2.3 and 2.4. Since support for these versions is long gone: removal of this clutch and its usage. | |||||
* | Fix invalid escape sequences. | Clayton Smith | 2018-11-01 | 1 | -2/+2 | |
| | ||||||
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 45 | -306/+394 | |
|\ | ||||||
| * | ctrlport: Remove superfluous 'import exceptions' | Martin Braun | 2018-07-14 | 2 | -15/+11 | |
| | | | | | | | | | | It's not needed, not even with Python 2.7. It will fail with Python 3, though. | |||||
| * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 42 | -261/+381 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py | |||||
| | * | Fix typos from switch to Python 3 | Håkon Vågsether | 2017-08-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-16 | 1 | -15/+19 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.py.in gr-uhd/apps/uhd_app.py | |||||
| | * | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 42 | -269/+389 | |
| | | | | ||||||
| * | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 6 | -7/+7 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-06-22 | 1 | -8/+8 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | runtime: move thrift dependencies before command | Nathan West | 2017-03-15 | 1 | -10/+10 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-03-05 | 1 | -10/+14 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | Conflicts: gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt | |||||
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-28 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i gr-trellis/swig/CMakeLists.txt | |||||
| * \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-10-02 | 1 | -0/+58 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | wxgui: removed | Johnathan Corgan | 2016-09-08 | 1 | -1/+0 | |
| | | | | | | | ||||||
| * | | | | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 4 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | |||||
| * | | | | | | pager: deprecated in 3.7, removed for 3.8 | Johnathan Corgan | 2016-06-10 | 1 | -1/+0 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'remove-noaa' into next | Johnathan Corgan | 2016-06-06 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | noaa: remove for 3.8 release | Johnathan Corgan | 2016-06-06 | 1 | -1/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | fcd: remove for 3.8 release | Johnathan Corgan | 2016-06-06 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2016-04-14 | 1 | -2/+11 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-03-27 | 1 | -17/+29 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-01-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-12-08 | 1 | -1/+50 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-11-11 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-10-17 | 2 | -0/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-10-07 | 1 | -15/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-09-05 | 1 | -0/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/lib/qa_atsci_fake_single_viterbi.cc gr-atsc/lib/qa_atsci_fs_correlator.cc gr-atsc/lib/qa_atsci_single_viterbi.cc | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-08-28 | 1 | -9/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/sphinx/source/index.rst | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-07-29 | 2 | -18/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-07-12 | 1 | -5/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'mbr0wn/python/check_subdev' into next | Johnathan Corgan | 2015-07-06 | 1 | -16/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | base: Removed subdev as specific option type | Martin Braun | 2015-06-27 | 1 | -16/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was actually buggy, but it was also never ever used in the current tree. Let's take it out completely. Subdev checking is UHD specific, and changes with new devices, and shouldn't be tracked in gnuradio-runtime. | |||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2015-07-06 | 2 | -0/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into next | Johnathan Corgan | 2015-06-23 | 1 | -9/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-06-14 | 1 | -4/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-04-26 | 3 | -62/+146 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-04-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2015-04-15 | 8 | -6/+2131 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |