Commit message (Collapse) | 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 |
|\ | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_block.h | ||||
| * | core: addressing issue #529. Using vector<int> instead of vector<unsigned ↵ | Tom Rondeau | 2013-03-29 | 1 | -0/+49 |
| | | | | | | | | | | | | int> for affinity mask vector. This is wrong as the mask should be unsigned, but necessary for SWIG to work cleanly on both 32-bit and 64-bit platforms. | ||||
| * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-16 | 1 | -0/+26 |
| | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | ||||
| * | core: protect against popping a message off the queue if no handler is attached. | Tom Rondeau | 2013-03-07 | 1 | -2/+1 |
| | | | | | | | | | | | | This mostly solves a problem with threads being launched in random order, so a handler might not be established yet, even if there is a message waiting. Fixes Issue #514. | ||||
* | | 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, ↵ | Tom Rondeau | 2013-03-17 | 14 | -1696/+7 |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | 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 ↵ | Tom Rondeau | 2013-03-09 | 1 | -69/+0 |
| | | | | | | | | in gr-blocks. | ||||
* | | core: don't import filter here; causes cyclic import problem. Just ↵ | Tom Rondeau | 2013-03-07 | 1 | -6/+25 |
| | | | | | | | | installing example taps by hand. | ||||
* | | blocks: removing gr_tag_debug from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -43/+0 |
| | | | | | | | | Also removes stray reference to gri_fft.h. | ||||
* | | 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 |
| | | | | | | | | Also cleaning up some other leftovers. | ||||
* | | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 1 | -131/+0 |
| | | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | counters. This requires that in the PerfCounter's section of the config files both options 'on' and 'export' must be enabled and ControlPort's 'on' and 'edges_list' must be enabled. | ||||
| * | | | 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 ↵ | Tom Rondeau | 2013-02-27 | 2 | -7/+28 |
| | | | | | | | | | | | | | | | | just try and plot random stuff. | ||||
* | | | | ctrlport: Allows drag-and-drop from table list to a plotter to add a new ↵ | Tom Rondeau | 2013-02-27 | 2 | -424/+298 |
| | | | | | | | | | | | | | | | | curve to the plot. | ||||
* | | | | 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 |
| | | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed. | ||||
* | | ctrlport: made display type in ControlPort setup field into an options mask. | Tom Rondeau | 2013-02-20 | 3 | -29/+65 |
| | | | | | | | | | | | | Options are used to determine default plot type, type of plots available, initial states. qtgui: fixed enabling stem plot to properly check the menu option. | ||||
* | | ctrlport: adding a config param to enable/disable controlport, default=disabled. | Tom Rondeau | 2013-02-18 | 2 | -0/+4 |
| | | | | | | | | Also updates QA code for ctrlport to turn controlport on via env var. | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py | ||||
| * | 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 |
| | | | | | | | | | | | | This replaces the Python config parser stuff; should have same functionality that we need. | ||||
* | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-17 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: gr-channels/lib/fading_model_impl.cc | ||||
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 1 | -1/+2 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_message_debug.cc gnuradio-core/src/python/gnuradio/gr/qa_pdu.py | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | Stripcharts add data to the back of what's plotted; time series plots just plot the vector given. All single-value RPC vars have been converted to use stripchart mode. | ||||
* | | | | 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 |
| | | |