summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/gr
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextMartin Braun2018-02-033-4/+4
|\
| * Comment typo fixing.luz.paz2018-02-033-4/+4
* | Merge branch 'master' into nextJohnathan Corgan2017-06-221-8/+8
|\|
| * runtime: replace pmt.pmt_swig.* namespace calls with pmt.*gnieboer2017-06-111-8/+8
* | Merge branch 'master' into nextJohnathan Corgan2016-10-021-0/+58
|\|
| * runtime: add qa for flowgraphBastian Bloessl2016-10-011-0/+58
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
|/
* Merge branch 'maint'Johnathan Corgan2015-12-081-1/+50
|\
| * runtime: fix hierarchical block message port flattening/GRC usageTim O'Shea2015-12-081-1/+50
* | runtime: add accessors for in_sig and out_sig in python blocksSebastian Koslowski2015-11-061-0/+7
* | random-analog: fixed reseed issueJohannes Demel2015-09-281-15/+14
* | random-analog: added new uniform integer distribution sourceJohannes Demel2015-09-281-11/+26
* | redo qa_random without print statements and scipy; add stand-alone evaluation...Stefan2015-09-041-100/+9
* | 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 'maint'Johnathan Corgan2015-07-292-18/+19
|\
| * runtime: stop catching errors from primitive_connect in connect decoratorSebastian Koslowski2015-07-272-18/+19
* | Merge branch 'maint'Johnathan Corgan2015-07-121-5/+7
|\|
| * runtime: fix default forecast implementation for python blocksSebastian Koslowski2015-07-101-5/+7
* | runtime: add flag to wrapped top_block to control SIGINT handling in wait()Sebastian Koslowski2015-05-291-4/+7
* | 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
* | runtime: fixed default srcid value for PythonTag classSean Nowlan2015-04-261-1/+1
* | runtime: added default xtor & dtor to tag_t; srcid default is now PMT_FSean Nowlan2015-04-261-1/+1
|/
* runtime: fix deadlock in unlock() from Python #594Jiří Pinkava2015-04-011-1/+7
* runtime: add tests for new decorators in hier_block2Sebastian Koslowski2014-12-123-52/+151
* runtime: refactor top/hier block python wrappersSebastian Koslowski2014-12-102-151/+129
* runtime: whitespace fixesSebastian Koslowski2014-12-102-50/+47
* Merge branch 'maint'Tom Rondeau2014-12-041-2/+10
|\
| * logger: fixed a problem with the Python loggers not respecting the log_file a...Tom Rondeau2014-12-041-2/+10
* | blocks: better handling of srcid with vector_source blocks.Tom Rondeau2014-10-021-2/+15
|/
* Removing trailing/extra whitespaces before release (for master).Tom Rondeau2014-07-071-5/+5
* runtime: restructure prefs class for initializing prefs singleton.Tom Rondeau2014-06-271-127/+0
* Merge remote-tracking branch 'martin/tsb/prep_for_38'Johnathan Corgan2014-05-232-0/+138
|\
| * runtime: Added packet_utils and marked tagged_streams.py for removal in futureMartin Braun2014-05-202-0/+138
* | fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve.Tom Rondeau2014-05-171-2/+4
* | runtime: don't add the log appender --> adds to C++, too.Tom Rondeau2014-05-171-2/+0
* | runtime: configuring loggers in gr Python module for easy use in Python.Tom Rondeau2014-05-171-0/+8
|/
* runtime: adds ability to output flowgraph in dot format (resolves issue 245).Johannes Schmitz2014-03-072-13/+21
* runtime: adds a gr.tag_utils.python_to_tag to convert formatted dicts/lists/t...Tom Rondeau2014-02-232-0/+96
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ...Philip Balister2013-12-051-1/+1
* runtime: Moved QA code that uses blocks to the gr-blocks component.Tom Rondeau2013-12-011-204/+0
* runtime: fix disconnecting a msg port on a hier_block2Mark Cottrell2013-10-151-0/+204
* uninstalled import: Updatings blocks, fec, uhd, and filter so that uninstalle...Ben Reynwar2013-06-044-32/+34
* uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-031-1/+1
* channels: Setting up channels module for uninstalled import.Ben Reynwar2013-06-033-55/+30
* Merged in master.Ben Reynwar2013-06-031-3/+4
|\
| * runtime: exception safe python blocking top block callsJosh Blum2013-05-231-3/+4