summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python
Commit message (Collapse)AuthorAgeFilesLines
* controlport: added support for complex data types.Tom Rondeau2013-06-182-18/+53
| | | | | | Vectors of complex are still passed as interleaved. Single values can be passed as GNURadio::complex. ControlPort can translate these in GNU Radio to gr_complex; Python programs need to convert themselves. gr-ctrl-monitor updated to handle this. multiply_const_cc block updated to export get and set of k value through ControlPort.
* runtime: update gr-perfmonitor-x to display message ports - currently they ↵Tim O'Shea2013-06-071-14/+52
| | | | do not show any performance statistics
* runtime: adding clock-type selection drop down to gr-perf-monitorx toolTim O'Shea2013-06-051-0/+36
|
* uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵Ben Reynwar2013-06-045-32/+37
| | | | uninstalled import works with recent changes.
* uninstalled imports: Fixed gr-audio and gr-atsc.Ben Reynwar2013-06-031-2/+2
|
* uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-032-1/+5
|
* channels: Setting up channels module for uninstalled import.Ben Reynwar2013-06-034-55/+31
|
* Merged in master.Ben Reynwar2013-06-033-7/+9
|\
| * Merge remote-tracking branch 'osh/next' into nextTom Rondeau2013-05-232-4/+5
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/lib/CMakeLists.txt gnuradio-runtime/lib/gr_block_detail.cc gnuradio-runtime/lib/gr_realtime.cc gr-analog/swig/analog_swig.i
| | * runtime: allow "-p ###" as well as "###" syntax for gr-ctrlport-monitor port ↵Tim O'Shea2013-05-051-0/+2
| | | | | | | | | | | | args
| | * runtime: gr-perf-monitorx, make very sure we are using the right matplotlib ↵Tim O'Shea2013-04-231-1/+2
| | | | | | | | | | | | backend before causing any problems by defaulting to a different one
| | * remove scipy references from gr-perf-monitorxTim O'Shea2013-04-201-3/+1
| | |
| * | runtime: exception safe python blocking top block callsJosh Blum2013-05-231-3/+4
| | |
* | | Merged in next_docs branch.Ben Reynwar2013-05-197-21/+35
|\| |
| * | Merge with next branch.Ben Reynwar2013-05-191-1/+15
| |\ \
| | * | docstrings: Improving subpackage docstrings.Ben Reynwar2013-05-101-1/+15
| | |/
| * | cleaning up files and references to gnuradio-core.Tom Rondeau2013-05-141-1/+1
| | |
| * | runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-296-19/+19
| |/
* | Merged in 'next' branch.Ben Reynwar2013-05-103-9/+10
|\|
| * gr: Adding pubsub.py to CMakeLists.txt so it gets installed.Ben Reynwar2013-04-061-0/+1
| |
| * cmake: fix packaging categories to use runtime vs. coreJohnathan Corgan2013-04-032-9/+9
| |
* | runtime: Updating __init__.py's for uninstalled import.Ben Reynwar2013-04-032-2/+2
| |
* | Merged next into uninstalled import branch.Ben Reynwar2013-04-026-11/+67
|/
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-018-7/+314
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* adding a grc block for launch performance monitorxTim O'Shea2013-04-011-3/+16
|
* install gr-perf-monitorx to bin dirTim O'Shea2013-04-011-0/+1
|
* runtime: adding block_gateway back into project.Tom Rondeau2013-03-272-1/+2
|
* runtime: adding in some Python stuff to run code.Tom Rondeau2013-03-274-3/+141
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-2644-0/+7639