summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
Commit message (Expand)AuthorAgeFilesLines
* uhd: include directory naming bug fixed.Tom Rondeau2013-03-291-49/+0
* Merge branch 'master' into nextTom Rondeau2013-03-291-0/+49
|\
| * core: addressing issue #529. Using vector<int> instead of vector<unsigned int...Tom Rondeau2013-03-291-0/+49
| * Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-161-0/+26
| * core: protect against popping a message off the queue if no handler is attached.Tom Rondeau2013-03-071-2/+1
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-2647-7822/+0
* | core: remove stray file from block moveJohnathan Corgan2013-03-181-0/+0
* | core: removed i2c, sdr1000, microtune code.Tom Rondeau2013-03-174-314/+0
* | blocks: converting references to vector source/sink, null source/sink, nop, c...Tom Rondeau2013-03-1714-1696/+7
* | ctrlport: updated PC plotting tool to keep sorted state when sorting off.Tom Rondeau2013-03-141-5/+22
* | ctrlport: new performance monitoring tool using networkx and matplotlib.Tom Rondeau2013-03-141-0/+710
* | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks.Tom Rondeau2013-03-131-99/+0
* | blocks: removing tagged file sink, wavfile source/sink/base from core; now in...Tom Rondeau2013-03-091-69/+0
* | core: don't import filter here; causes cyclic import problem. Just installing...Tom Rondeau2013-03-071-6/+25
* | blocks: removing gr_tag_debug from core; now in gr-blocks.Tom Rondeau2013-03-061-43/+0
* | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-062-7/+9
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-142/+0
* | core: removing goertzel and fft implementations from core; see gr-fft.Tom Rondeau2013-03-061-75/+0
* | blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-061-131/+0
* | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold.Tom Rondeau2013-03-021-89/+0
* | Merge branch 'perf_monitor' into nextTom Rondeau2013-03-011-0/+591
|\ \
| * | ctrlport: fixing up perf counter monitor toolTom Rondeau2013-02-281-4/+7
| * | Merge branch 'next' into perf_monitorTom Rondeau2013-02-285-638/+325
| |\ \
| * | | ctrlport: Adds a new gr-perf-monitor tool that displays a graph and the perf ...Tom Rondeau2013-02-281-221/+136
| * | | perf mon: wip.Tom Rondeau2013-02-231-1/+1
| * | | ctrlport: wip: performance counter monitor for ControlPort.Tom Rondeau2013-02-221-0/+673
* | | | core: removed PDU related blocksJohnathan Corgan2013-02-281-111/+0
| |/ / |/| |
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-272-124/+0
|\ \ \
| * | | blocks: removing (un)pack_k_bits from gnuradio-core.Tom Rondeau2013-02-272-124/+0
* | | | ctrlport: adding minor protection for dropped data onto plot so we don't just...Tom Rondeau2013-02-272-7/+28
* | | | ctrlport: Allows drag-and-drop from table list to a plotter to add a new curv...Tom Rondeau2013-02-272-424/+298
* | | | ctrlport: turn off controlport inside gr-ctrlport-monitor for plotters.Tom Rondeau2013-02-261-3/+8
|/ / /
* | | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-241-7/+8
* | | blocks: removed peak_detector2 and regenerate blocks from gnuradio-core.Tom Rondeau2013-02-241-90/+0
|/ /
* | blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-212-470/+0
* | ctrlport: made display type in ControlPort setup field into an options mask.Tom Rondeau2013-02-203-29/+65
* | ctrlport: adding a config param to enable/disable controlport, default=disabled.Tom Rondeau2013-02-182-0/+4
* | Merge branch 'master' into nextTom Rondeau2013-02-171-1/+1
|\|
| * Merge branch 'cpp_prefs'Tom Rondeau2013-02-171-1/+1
| |\
| | * core: Making an all C++ version of the preferences/config file readers.Tom Rondeau2013-02-161-1/+1
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-171-1/+2
|\ \ \
| * | | Merge branch 'master' into nextJohnathan Corgan2013-02-171-1/+2
| |\| |
| | * | Merge branch 'maint'Johnathan Corgan2013-02-171-1/+1
| | |\ \ | | | |/ | | |/|
| | | * core: fix gr_message_debug for printing PDUsJohnathan Corgan2013-02-171-1/+1
* | | | ctrlport: adding display type for stripchart as opposed to timeseries.Tom Rondeau2013-02-172-49/+66
* | | | ctrlport: new DISPLOGTIMESERIES{F,C} to set plot into log mode.Tom Rondeau2013-02-172-2/+14
|/ / /
* | | ctrlport: added time raster plot option to gr-ctrlport-monitor.Tom Rondeau2013-02-142-5/+154
* | | ctrlport: turn on autoscaling of figures by default; don't scale to max/min.Tom Rondeau2013-02-131-16/+5
* | | core: Python msg passing QA update for new PMT naming scheme.Tom Rondeau2013-02-131-9/+9
* | | core: gr-ctrlport-monitor, allow setting polling rateTim O'Shea2013-02-131-3/+43