Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: Add a timeout option on basic_block::delete_head_blocking | Sylvain Munaut | 2015-01-15 | 1 | -3/+12 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | logger: adds a function to the logger facilities that allows us to update ↵ | Tom Rondeau | 2014-12-04 | 1 | -0/+2 |
| | | | | the format of the logging output. | ||||
* | grc: adding advanced tab feature to set a block's alias. | Tom Rondeau | 2014-05-17 | 1 | -9/+18 |
| | | | | | | | | Does not allow for setting individual block aliases underneath a hier_block. runtime: updates block registery to support updating block's alias that's then accessible through alias(). Adds an update_symbolic_name to the block_registry to delete the old key and add the new one. The block_registry only keeps the symbol_name (which never changes during the lifetime of the block) and the latest alias name that was set. | ||||
* | runtime: expose message_subscribers() interface to python blocks | Tim O'Shea | 2013-10-12 | 1 | -13/+20 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+233 |