| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 7 | -38/+52 |
|\ |
|
| * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-16 | 1 | -15/+19 |
| |\ |
|
| * | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 7 | -38/+52 |
* | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Comment typo fixing. | luz.paz | 2018-02-03 | 1 | -1/+1 |
* | | | runtime: move thrift dependencies before command | Nathan West | 2017-03-15 | 1 | -10/+10 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2017-03-05 | 1 | -10/+14 |
|\| |
| |/
|/| |
|
| * | Helped CMake maintain a clear dependency tree | Marcus Müller | 2017-01-23 | 1 | -16/+19 |
* | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-28 | 1 | -1/+1 |
|\| |
|
| * | gr-perf-monitorx: Remove unused PyQwt import. | Philip Balister | 2016-10-25 | 1 | -1/+1 |
* | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -5/+0 |
|/ |
|
* | float(version) doesn't work with "1.9.0"; fixed nx version checking | Marcus Müller | 2016-04-14 | 1 | -2/+11 |
* | ctrlport: gr-perf-monitorx: add small offset to avoid log(0) calls. | Tom Rondeau | 2016-03-09 | 1 | -2/+2 |
* | ctrlport: gr-perf-monitorx - don't stash the canvas, ask the figure. | Tom Rondeau | 2016-03-09 | 1 | -12/+8 |
* | ctrlport: Some version issues for running gr-perf-monitorx | Tom Rondeau | 2016-03-09 | 1 | -3/+19 |
* | ctrlport: provides a ControlPort model that connects directly with a | Tom Rondeau | 2015-10-16 | 2 | -0/+20 |
* | Merge remote-tracking branch 'ckuethe/trap_import_errors' | Johnathan Corgan | 2015-08-28 | 1 | -8/+13 |
|\ |
|
| * | clarify missing module exception. | Chris Kuethe | 2015-08-28 | 1 | -8/+13 |
* | | whitespace fixes and some minor adjustments for building the Python | Tom Rondeau | 2015-08-17 | 1 | -1/+1 |
|/ |
|
* | ctrlport: fix gr-perf-monitorx crash when manipulating display | Tom Rondeau | 2015-06-23 | 1 | -9/+36 |
* | controlport: use proper default return value from prefs get_bool. | Tom Rondeau | 2015-04-22 | 1 | -4/+4 |
* | controlport: fixed up performance monitor. | Tom Rondeau | 2015-04-22 | 1 | -58/+77 |
* | controlport: more cleanup and conveniences | Tom Rondeau | 2015-04-02 | 1 | -1/+1 |
* | controlport: cleaning up; trying to handle shutdown better. | Tom Rondeau | 2015-04-02 | 1 | -0/+8 |
* | controlport: adding performance and controlport monitor GRC blocks. | Tom Rondeau | 2015-04-02 | 1 | -3/+3 |
* | controlport: Adds ability to configure Thrift through a config file | Tom Rondeau | 2015-04-02 | 1 | -1/+13 |
* | controlport: reorg abstraction layers for RPC connections. | Tom Rondeau | 2015-04-02 | 5 | -291/+322 |
* | controlport: more work on the translation layer; properties and setting param... | Tom Rondeau | 2015-04-02 | 4 | -86/+163 |
* | controlport: more cleanup of python code to help generalize the interface | Tom Rondeau | 2015-04-02 | 4 | -81/+71 |
* | controlport: cleanup and switching over to new Python common interface. | Tom Rondeau | 2015-04-02 | 4 | -99/+123 |
* | controlport: adding abstraction layer for the controlport backends; support t... | Nate Goergen | 2015-04-02 | 2 | -0/+1044 |
* | controlport: Addes a FindThrift cmake module to find the Thrift headers, libr... | Tom Rondeau | 2015-04-02 | 3 | -4/+27 |
* | controlport: quick fix | Tom Rondeau | 2015-04-02 | 1 | -1/+1 |
* | controlport: working gr-perf-monitorx application | Tom Rondeau | 2015-04-02 | 2 | -0/+905 |
* | controlport: restructuring to add subdirs for different cp backends. | Tom Rondeau | 2015-04-02 | 2 | -1/+12 |
* | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 7 | -2632/+0 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 7 | -53/+53 |
* | Merge branch 'maint' | Tom Rondeau | 2014-04-21 | 1 | -0/+4 |
|\ |
|
| * | controlport: in gr-perf-monitorx, if all work times returned are 0, avoid a d... | Tom Rondeau | 2014-04-21 | 1 | -0/+4 |
* | | controlport: allows reset_perf_counters to be called over controlport; gr-per... | Tom Rondeau | 2014-04-15 | 2 | -21/+66 |
|/ |
|
* | gr-ctrlport-monitor: update knob properties cleanly if exports are added at r... | Tim O'Shea | 2013-09-13 | 1 | -1/+4 |
* | ctrlport: only convert strings to bytes for probe2_b data. | Tom Rondeau | 2013-08-21 | 2 | -3/+3 |
* | ctrlport: fixes display for different types of probe data. | Tom Rondeau | 2013-07-16 | 1 | -15/+29 |
* | controlport: Added probes for byte, short, and int data types | Tom Rondeau | 2013-07-16 | 2 | -40/+49 |
* | grc: added special variable objects to represent constellations. | Tom Rondeau | 2013-07-16 | 1 | -1/+1 |
* | ctrlport: removed 'New Plot' toolbar button. Needs work to be useful and was ... | Tom Rondeau | 2013-07-16 | 1 | -6/+0 |
* | ctrlport: Improved display handling for gr-ctrlport-monitor. | Tim Newman | 2013-07-16 | 1 | -10/+49 |
* | controlport: added support for complex data types. | Tom Rondeau | 2013-06-18 | 2 | -18/+53 |
* | runtime: update gr-perfmonitor-x to display message ports - currently they do... | Tim O'Shea | 2013-06-07 | 1 | -14/+52 |
* | runtime: adding clock-type selection drop down to gr-perf-monitorx tool | Tim O'Shea | 2013-06-05 | 1 | -0/+36 |