summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/block_registry.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr::block_registry directly relies on gr::thread::mutexMichael Dickens2019-09-241-0/+1
| | | | | #include the correct header; since we use protection macros on every header, this addition won't hurt and might help.
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-11/+11
|
* grc: adding advanced tab feature to set a block's alias.Tom Rondeau2014-05-171-1/+2
| | | | | | | | 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: (dup of e0f9a39 for 3.7 structure) making block_registry ↵Tom Rondeau2013-06-141-0/+1
| | | | thread-safe for multiple flowgraphs to access it.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+68