| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: minor API cleanup | Marcus Müller | 2021-11-19 | 1 | -1/+1 |
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 1 | -135/+120 |
* | logging: remove <iostream> from logger.h, add where consequently missing | Marcus Müller | 2021-06-17 | 1 | -1/+4 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 1 | -12/+12 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | delete unused variables | Bastian Bloessl | 2019-09-05 | 1 | -1/+1 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -2/+2 |
* | 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 | -598/+577 |
* | Merge branch 'master' into next | Johnathan Corgan | 2017-10-05 | 1 | -7/+10 |
|\ |
|
| * | Merge remote-tracking branch 'github/pr/1476' into maint | Johnathan Corgan | 2017-10-05 | 1 | -7/+10 |
| |\ |
|
| | * | runtime: Moved block-by-block setup_rpc() calls to the end of the flatten_aux... | Jacob Gilbert | 2017-10-04 | 1 | -7/+11 |
| |/ |
|
* | | Merge branch 'master' into next | Johnathan Corgan | 2017-01-12 | 1 | -13/+9 |
|\| |
|
| * | cleaned up the way setup_rpc() is called, and now is called for all blocks, n... | Jacob Gilbert | 2016-11-23 | 1 | -13/+9 |
* | | runtime: add interface to get log_level for blocks | Nathan West | 2016-08-04 | 1 | -0/+8 |
* | | runtime: expose set_log_level for hier_blocks | Nathan West | 2016-08-04 | 1 | -0/+10 |
|/ |
|
* | gnuradio-runtime/hier_block2: Allow changing of IO sig in the constructor | Sylvain Munaut | 2016-02-03 | 1 | -0/+40 |
* | runtime: fix hierarchical block message port flattening/GRC usage | Tim O'Shea | 2015-12-08 | 1 | -34/+56 |
* | Fixed up the int/size_t handling in hb2's new max/min_output... methods | Marcus Müller | 2015-04-05 | 1 | -2/+3 |
* | gnuradio-runtume: hier_block2 output buffer lengths - clean up of debug output | Bill Clark | 2015-04-01 | 1 | -16/+44 |
* | gnuradio-runtime: modified buffer length types to size_t, moved buffer length... | Bill Clark | 2015-04-01 | 1 | -11/+47 |
* | gnuradio-runtime: non-helpful debug outputs removed from hier_block2 and hier... | Bill Clark | 2015-04-01 | 1 | -1/+0 |
* | gnuradio-runtime: (option 1) The hier block can now take a generic min/max ou... | Bill Clark | 2015-04-01 | 1 | -10/+52 |
* | gnuradio-runtime: added the individual port assignments to the hier_block2 ma... | Bill Clark | 2015-03-31 | 1 | -0/+35 |
* | gnuradio-runtime:: removed the individual port setting on hier_block2, curren... | Bill Clark | 2015-03-31 | 1 | -20/+37 |
* | gnuradio-runtime: updated hier_block2 and hier_block_detail to allow for prop... | Bill Clark | 2015-03-31 | 1 | -4/+18 |
* | gnuradio-runtime: trying to see if this will handle the output buffer size of... | Bill Clark | 2015-03-31 | 1 | -0/+13 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -3/+3 |
* | runtime: fix disconnecting a msg port on a hier_block2 | Mark Cottrell | 2013-10-15 | 1 | -4/+31 |
* | Merge branch 'maint' | Johnathan Corgan | 2013-08-25 | 1 | -2/+5 |
|\ |
|
| * | runtime: fix hier_block2 disconnect_all() | Johnathan Corgan | 2013-08-25 | 1 | -2/+5 |
* | | runtime: added support for setting thread affinity to all blocks under a hier... | Tom Rondeau | 2013-07-17 | 1 | -0/+25 |
|/ |
|
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+657 |