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