summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-2449-287/+418
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2649-295/+426
| | |
* | | Merge branch 'master' into nextMartin Braun2018-02-037-8/+8
|\ \ \
| * | | Comment typo fixing.luz.paz2018-02-037-8/+8
| | | | | | | | | | | | | | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* | | | Merge branch 'master' into nextJohnathan Corgan2017-06-221-8/+8
|\| | | | |_|/ |/| |
| * | Merge branch 'maint'Johnathan Corgan2017-06-221-8/+8
| |\ \ | | | | | | | | | | | | | | | | Conflicts: gr-uhd/apps/uhd_app.py
| | * | runtime: replace pmt.pmt_swig.* namespace calls with pmt.*gnieboer2017-06-111-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
| * | Helped CMake maintain a clear dependency treeMarcus Müller2017-01-231-16/+19
| |/ | | | | | | | | | | | | | | by converting EXECUTE_COMMAND directives to add_custom_command with well-defined OUTPUT. This is all that was necessary to make GNU Radio build with Ninja in place of GNU Make.
* | Merge branch 'master' into nextJohnathan Corgan2017-01-121-1/+1
|\|
| * runtime: fix numpy warningBob Iannucci2017-01-121-1/+1
| | | | | | | | The == operator on Numpy arrays is being redefined to work elementwise. Changing the == to 'is' should fix the problem.
* | 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
| * gr-perf-monitorx: Remove unused PyQwt import.Philip Balister2016-10-251-1/+1
| | | | | | | | | | Reported-by: Kyle Unice <kyle.unice@L-3com.com> Signed-off-by: Philip Balister <philip@balister.org>
* | Merge branch 'master' into nextJohnathan Corgan2016-10-021-0/+58
|\|
| * runtime: add qa for flowgraphBastian Bloessl2016-10-011-0/+58
| |
* | wxgui: removedJohnathan Corgan2016-09-081-1/+0
| |
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-035-9/+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
|\|
| * float(version) doesn't work with "1.9.0"; fixed nx version checkingMarcus Müller2016-04-141-2/+11
| |
* | Merge branch 'master' into nextJohnathan Corgan2016-03-271-17/+29
|\|
| * ctrlport: gr-perf-monitorx: add small offset to avoid log(0) calls.Tom Rondeau2016-03-091-2/+2
| |
| * ctrlport: gr-perf-monitorx - don't stash the canvas, ask the figure.Tom Rondeau2016-03-091-12/+8
| |
| * ctrlport: Some version issues for running gr-perf-monitorxTom Rondeau2016-03-091-3/+19
| | | | | | | | | | | | Newer Matplotlib and Networkx modules have altered a few things on us. Doing some extra checks and setup to work with, hopefully, all current versions.
* | Merge branch 'master' into nextJohnathan Corgan2016-01-171-1/+1
|\|
| * gru: Fixes an obsolete numpy function call.Tom Rondeau2016-01-061-1/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2015-12-081-1/+50
|\|
| * Merge branch 'maint'Johnathan Corgan2015-12-081-1/+50
| |\
| | * runtime: fix hierarchical block message port flattening/GRC usageTim O'Shea2015-12-081-1/+50
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2015-11-111-0/+7
|\| |
| * | runtime: add accessors for in_sig and out_sig in python blocksSebastian Koslowski2015-11-061-0/+7
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2015-10-172-0/+20
|\| |
| * | ctrlport: provides a ControlPort model that connects directly with aTom Rondeau2015-10-162-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | block's message handler. We still need to register this in setup_rpc, but there might be a way to automate the registering of this during set_msg_handler if ControlPort is enabled.
* | | Merge branch 'master' into nextJohnathan Corgan2015-10-071-15/+29
|\| |
| * | random-analog: fixed reseed issueJohannes Demel2015-09-281-15/+14
| | |
| * | random-analog: added new uniform integer distribution sourceJohannes Demel2015-09-281-11/+26
| | |
* | | 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
| * | redo qa_random without print statements and scipy; add stand-alone ↵Stefan2015-09-041-100/+9
| | | | | | | | | | | | evaluation script in gnuradio-runtime/apps
| * | add test-case for reseed featureStefan2015-09-011-8/+30
| | |
| * | add boost.random as random number generatorStefan2015-09-011-0/+19
| | |
| * | fix wrong laplacian random numbers and add testcaseStefan2015-09-011-18/+33
| | |
| * | include random.h in swig; add qa_random testcaseStefan2015-09-011-0/+99
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2015-08-281-9/+14
|\| | | | | | | | | | | | | | Conflicts: docs/sphinx/source/index.rst
| * | Merge remote-tracking branch 'ckuethe/trap_import_errors'Johnathan Corgan2015-08-281-8/+13
| |\ \