| Commit message (Expand) | Author | Age | Files | Lines |
* | Use emplace_back(params) instead of push_back(type(params)) | Marcus Müller | 2019-08-22 | 1 | -144/+138 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -2/+2 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -695/+650 |
* | runtime: circumvent long long, uint64_t problems on 32-bit archs | Andrej Rode | 2018-11-13 | 1 | -1/+4 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -2/+20 |
|\ |
|
| * | runtime: replace compile-time debugging option by GR_LOG_DEBUG() | Andrej Rode | 2018-08-26 | 1 | -1/+5 |
| * | runtime: add interface to get log_level for blocks | Nathan West | 2016-08-04 | 1 | -0/+8 |
| * | runtime: expose set_log_level for blocks | Nathan West | 2016-08-04 | 1 | -0/+6 |
| * | runtime: use bool for system port message | Bastian Bloessl | 2016-06-29 | 1 | -2/+2 |
| * | runtime: allow blocks w/ only msg inputs to exit | Bastian Bloessl | 2016-06-29 | 1 | -1/+1 |
| * | runtime: remove unnecessary wakeup of neighbors | Bastian Bloessl | 2016-06-29 | 1 | -1/+0 |
* | | runtime: Use multiprecision rational arithmetic to propagate tags | Andy Walls | 2018-08-23 | 1 | -2/+29 |
* | | runtime: demoted static const pmt_t members of block:: to const | Marcus Müller | 2018-03-30 | 1 | -4/+3 |
* | | runtime: PMT recreation for system bus messages suppressed | Marcus Müller | 2018-02-23 | 1 | -10/+7 |
|/ |
|
* | ctrlport: pc_throughput_avg registered | Johannes Demel | 2015-11-18 | 1 | -0/+7 |
* | controlport: cleanup and switching over to new Python common interface. | Tom Rondeau | 2015-04-02 | 1 | -6/+6 |
* | runtime: possible bug fix for limited-run flowgraphs with message-only blocks. | Tom Rondeau | 2015-02-04 | 1 | -1/+4 |
* | logger: adds a function to the logger facilities that allows us to update the... | Tom Rondeau | 2014-12-04 | 1 | -1/+1 |
* | runtime: add throughput counter | Nathan West | 2014-10-31 | 1 | -0/+10 |
* | logger: adding new configure_default_logger function to make it easier to get... | Tom Rondeau | 2014-08-13 | 1 | -45/+1 |
* | build: better support for static libs. | Tom Rondeau | 2014-07-18 | 1 | -1/+0 |
* | Merge branch 'maint' | Johnathan Corgan | 2014-07-08 | 1 | -1/+1 |
|\ |
|
| * | Windows compatibility fixes | Nicholas Corgan | 2014-07-07 | 1 | -1/+1 |
* | | Merge branch 'maint' | Tom Rondeau | 2014-06-29 | 1 | -6/+6 |
|\| |
|
| * | runtime: fix a memory leak in the logger when restarting a flowgraph due to a... | Tom Rondeau | 2014-06-29 | 1 | -6/+6 |
* | | Merge branch 'fecapi' | Tom Rondeau | 2014-05-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | grc: adding advanced tab feature to set a block's alias. | Tom Rondeau | 2014-05-17 | 1 | -1/+1 |
| * | controlport: allows reset_perf_counters to be called over controlport; gr-per... | Tom Rondeau | 2014-05-17 | 1 | -0/+5 |
| * | cmake and build: fixes for cross-compiling to enable ControlPort with ICE. | Tom Rondeau | 2014-05-17 | 1 | -0/+1 |
* | | runtime: fix propagation of DONE state to message blocks | Tim O'Shea | 2014-04-23 | 1 | -0/+57 |
* | | Merge branch 'ctrlport_trigger' | Tom Rondeau | 2014-04-21 | 1 | -0/+5 |
|\ \ |
|
| * | | controlport: allows reset_perf_counters to be called over controlport; gr-per... | Tom Rondeau | 2014-04-15 | 1 | -0/+5 |
| |/ |
|
* / | cmake and build: fixes for cross-compiling to enable ControlPort with ICE. | Tom Rondeau | 2014-04-20 | 1 | -0/+1 |
|/ |
|
* | build: moving the location of the config.h file in the build tree so we can a... | Tom Rondeau | 2014-02-26 | 1 | -2/+3 |
* | tags: adds get_tags_in_window helper function for handling tags. Also updates... | Tom Rondeau | 2014-02-23 | 1 | -14/+37 |
* | runtime: changed name from set_group_delay to declare_sample_delay. | Tom Rondeau | 2013-11-01 | 1 | -9/+9 |
* | runtime: add concept up an automatic update_rate to gr::block. | Tom Rondeau | 2013-10-29 | 1 | -1/+15 |
* | runtime: for blocks with a group delay, tag location should be moved accordin... | Tom Rondeau | 2013-10-29 | 1 | -0/+41 |
* | runtime: Added a Performance Counter that stores the accumulated work_time co... | Tom Rondeau | 2013-09-06 | 1 | -0/+18 |
* | runtime: Move logic from block.h to block.cc. | Ben Reynwar | 2013-06-07 | 1 | -0/+60 |
* | runtime: fix gr::block initializer order | Tim O'Shea | 2013-06-05 | 1 | -2/+2 |
* | runtime: adding thread priority methods to gr::block | Tim O'Shea | 2013-06-05 | 1 | -1/+27 |
* | Merge branch 'next' into runtime_pimpl | Johnathan Corgan | 2013-05-12 | 1 | -3/+3 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+689 |