summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio
Commit message (Collapse)AuthorAgeFilesLines
...
* ctrlport: monitor error handlingBastian Bloessl2019-06-191-3/+3
|
* perf-monitor: port gr3.8 and qt5Bastian Bloessl2019-06-191-256/+245
|
* ctrport-monitor: fix error handlingBastian Bloessl2019-06-194-123/+87
|
* runtime: port ctrlport monitor to 3.8 and qt5Bastian Bloessl2019-06-196-170/+148
|
* pmt: remove intrusive_ptrAndrej Rode2019-04-191-8/+8
|
* runtime: unittest: Remove XML runnerMartin Braun2018-12-193-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.pyMartin Braun2018-12-191-43/+48
| | | | | | - Harmonized function argument names - Used iterator comprehensions instead of loops - General Pylint whitespace complaints
* ctrlport: install Python apps as PROGRAMS, not FILESMichael Dickens2018-11-161-1/+1
|
* gr-runtime: Improve exception handling in ControlPort MonitorBrennan Ashton2018-11-154-16/+18
|
* gr-runtime: Properly handle optional support for thrift RPC TransportBrennan Ashton2018-11-151-2/+9
|
* ctrlport: gr-perf-monitorx: remove iteritems usageBrent Stapleton2018-11-131-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 usageMarcus Müller2018-11-126-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 Smith2018-11-011-2/+2
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3145-306/+394
|\
| * ctrlport: Remove superfluous 'import exceptions'Martin Braun2018-07-142-15/+11
| | | | | | | | | | It's not needed, not even with Python 2.7. It will fail with Python 3, though.
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2442-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 3Håkon Vågsether2017-08-211-1/+1
| | |
| | * Merge branch 'next' into python3Johnathan Corgan2017-03-161-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 python3Douglas Anderson2017-02-2642-269/+389
| | | |
| * | | Merge branch 'master' into nextMartin Braun2018-02-036-7/+7
| |\ \ \
| * \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-06-221-8/+8
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | runtime: move thrift dependencies before commandNathan West2017-03-151-10/+10
| | | | |
| * | | | Merge branch 'master' into nextJohnathan Corgan2017-03-051-10/+14
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | Conflicts: gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt
| * | | | Merge branch 'master' into nextJohnathan Corgan2016-10-281-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i gr-trellis/swig/CMakeLists.txt
| * \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-10-021-0/+58
| |\ \ \ \ \
| * | | | | | wxgui: removedJohnathan Corgan2016-09-081-1/+0
| | | | | | |
| * | | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-034-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.8Johnathan Corgan2016-06-101-1/+0
| | | | | | |
| * | | | | | Merge branch 'remove-noaa' into nextJohnathan Corgan2016-06-061-1/+0
| |\ \ \ \ \ \
| | * | | | | | noaa: remove for 3.8 releaseJohnathan Corgan2016-06-061-1/+0
| | | | | | | |
| * | | | | | | fcd: remove for 3.8 releaseJohnathan Corgan2016-06-061-1/+0
| |/ / / / / /
| * | | | | | Merge branch 'master' into nextJohnathan Corgan2016-04-141-2/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-03-271-17/+29
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-01-171-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-12-081-1/+50
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-11-111-0/+7
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-10-172-0/+20
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-10-071-15/+29
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-09-051-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 nextJohnathan Corgan2015-08-281-9/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/sphinx/source/index.rst
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-07-292-18/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-07-121-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mbr0wn/python/check_subdev' into nextJohnathan Corgan2015-07-061-16/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | base: Removed subdev as specific option typeMartin Braun2015-06-271-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 nextJohnathan Corgan2015-07-062-0/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2015-06-231-9/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-06-141-4/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-04-263-62/+146
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-04-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2015-04-158-6/+2131
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \