| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'maint' | Johnathan Corgan | 2013-02-17 | 1 | -0/+1 |
| |\ |
|
| | * | core: added missing include for gruel thread | Josh Blum | 2013-02-17 | 1 | -0/+1 |
* | | | ctrlport: fixing typo in gr_throttle RPC export. | Tom Rondeau | 2013-02-17 | 1 | -1/+1 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 7 | -12/+163 |
|\| | |
|
| * | | core: if the config files don't exist, just return an empty list; don't fail. | Tom Rondeau | 2013-02-17 | 1 | -2/+3 |
| * | | Merge branch 'cpp_prefs' | Tom Rondeau | 2013-02-17 | 7 | -12/+162 |
| |\ \ |
|
| | * | | core: prefs of true/on/1 and false/off/0 are translated to bools. | Tom Rondeau | 2013-02-16 | 1 | -2/+2 |
| | * | | core: add ability to override config files with environmental variables. | Tom Rondeau | 2013-02-16 | 1 | -2/+14 |
| | * | | core: only query preferences database once at start of block_executor. | Tom Rondeau | 2013-02-16 | 2 | -4/+11 |
| | * | | core: adding and using a PerfCounters section to the config files. | Tom Rondeau | 2013-02-16 | 2 | -2/+10 |
| | * | | core: Making an all C++ version of the preferences/config file readers. | Tom Rondeau | 2013-02-16 | 4 | -10/+133 |
| * | | | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2013-02-17 | 3 | -5/+19 |
| |\ \ \
| | |/ /
| |/| | |
|
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-17 | 3 | -5/+21 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 3 | -5/+21 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Merge branch 'maint' | Johnathan Corgan | 2013-02-17 | 3 | -5/+19 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | core: fix gr_message_debug for printing PDUs | Johnathan Corgan | 2013-02-17 | 3 | -5/+19 |
* | | | | | ctrlport: adding display type for stripchart as opposed to timeseries. | Tom Rondeau | 2013-02-17 | 8 | -63/+86 |
* | | | | | ctrlport: new DISPLOGTIMESERIES{F,C} to set plot into log mode. | Tom Rondeau | 2013-02-17 | 5 | -5/+23 |
|/ / / / |
|
* | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 1 | -1/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | core: adding new var perf. counters to swig interface. | Tom Rondeau | 2013-02-16 | 1 | -1/+8 |
* | | | | core: adding variance perf. counters to ctrlport. | Tom Rondeau | 2013-02-15 | 1 | -5/+35 |
* | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-15 | 4 | -18/+260 |
|\| | | |
|
| * | | | core: adding variance calcs to perf. counters. | Tom Rondeau | 2013-02-15 | 4 | -18/+260 |
| |/ / |
|
| * | | Merge branch 'maint' | Tom Rondeau | 2013-02-13 | 1 | -0/+1 |
| |\| |
|
| | * | core: adding necessary include to gr_block_registry.h | Tim O'Shea | 2013-02-13 | 1 | -0/+1 |
| * | | Merge branch 'maint' | Tom Rondeau | 2013-02-13 | 1 | -1/+1 |
| |\| |
|
| | * | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 |
* | | | qtgui: fixing time raster axis and picker labels. | Tom Rondeau | 2013-02-14 | 1 | -71/+112 |
* | | | 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 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | core: change order of variables to clean up warning. | Tom Rondeau | 2013-02-13 | 1 | -1/+1 |
| * | | | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 |
| * | | | core: adding necessary include to gr_block_registry.h | Tim O'Shea | 2013-02-13 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-13 | 10 | -30/+326 |
|\ \ \ |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 7 | -12/+290 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'reynwar/python_msg' | Johnathan Corgan | 2013-02-12 | 7 | -12/+290 |
| | |\ \ |
|
| | | * | | core: Enabling msg_connect within python blocks. | Roy Thompson | 2013-01-31 | 7 | -12/+290 |
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 3 | -18/+36 |
| |\| | | |
|
| | * | | | Merge remote-tracking branch 'reynwar/min_output' | Johnathan Corgan | 2013-02-12 | 3 | -18/+36 |
| | |\ \ \ |
|
| | | * | | | core: Add min_noutput_items to gr_block. | Ben Reynwar | 2013-01-22 | 3 | -18/+36 |
| | | |/ / |
|
* | | | | | core: exposing gr_throttle to CtrlPort | Tim O'Shea | 2013-02-13 | 2 | -0/+20 |
* | | | | | core: cleaning warnings | Tim O'Shea | 2013-02-13 | 1 | -1/+1 |
* | | | | | core: adding necessary include to gr_block_registry.h | Tim O'Shea | 2013-02-13 | 1 | -0/+1 |
* | | | | | 1. adding some support for int and uint8 vector types | Tim O'Shea | 2013-02-13 | 2 | -10/+93 |
|/ / / / |
|
* | | | | core: fixed some typos in the PDU tag/stream and example. | Tom Rondeau | 2013-02-12 | 1 | -1/+1 |
* | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-12 | 2 | -2/+3 |
|\| | | |
|