summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \
| | * | clarify missing module exception.Chris Kuethe2015-08-281-8/+13
| | |/ | | | | | | | | | reduces surprise and tells me what i need to do to fix it.
| * / whitespace fixes and some minor adjustments for building the PythonTom Rondeau2015-08-171-1/+1
| |/ | | | | | | manual.
* | Merge branch 'master' into nextJohnathan Corgan2015-07-292-18/+19
|\|
| * Merge branch 'maint'Johnathan Corgan2015-07-292-18/+19
| |\
| | * runtime: stop catching errors from primitive_connect in connect decoratorSebastian Koslowski2015-07-272-18/+19
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2015-07-121-5/+7
|\| |
| * | Merge branch 'maint'Johnathan Corgan2015-07-121-5/+7
| |\|
| | * runtime: fix default forecast implementation for python blocksSebastian Koslowski2015-07-101-5/+7
| | |
* | | Merge remote-tracking branch 'mbr0wn/python/check_subdev' into nextJohnathan Corgan2015-07-061-16/+0
|\ \ \