summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \
| * | | 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
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | base: Added argparse equivalent for eng_optionMartin Braun2015-06-272-0/+54
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2015-06-231-9/+36
|\| |
| * | ctrlport: fix gr-perf-monitorx crash when manipulating displayTom Rondeau2015-06-231-9/+36
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2015-06-141-4/+7
|\| |
| * | runtime: add flag to wrapped top_block to control SIGINT handling in wait()Sebastian Koslowski2015-05-291-4/+7
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2015-04-263-62/+146
|\| |
| * | Merge remote-tracking branch 'nowls/burst_shaping'Johnathan Corgan2015-04-262-0/+65
| |\ \
| | * | digital: added tag propagation to burst_shaper blocksSean Nowlan2015-04-252-0/+65
| | | |
| * | | Merge remote-tracking branch 'tom/ctrlport/fixes1'Johnathan Corgan2015-04-261-62/+81
| |\ \ \