| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: replace ::bind with lambda | Marcus Müller | 2021-03-20 | 1 | -1/+1 |
* | Removing unused <cerrno> (and includes found on the way) | Marcus Müller | 2021-01-28 | 1 | -8/+0 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -2/+2 |
* | blocks/message_strobe: Use atomic for thread sync | Thomas Habets | 2020-08-14 | 1 | -2/+0 |
* | blocks/message_strobe: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -4/+3 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
* | msg_handler: Use lambdas to set msg handlers | Johannes Demel | 2020-06-04 | 1 | -3/+1 |
* | msg_handler: Switch from boost::function to std::function | Johannes Demel | 2020-06-04 | 1 | -3/+4 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 1 | -1/+1 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -4/+4 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -51/+44 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -2/+2 |
|\ |
|
| * | Unbreak boost 1.67. Constrain the delay in message_strobe to integer millisec... | Peter Horvath | 2018-07-08 | 1 | -2/+2 |
* | | Boost 1.67 compatibility | ilovezfs | 2018-04-18 | 1 | -1/+1 |
* | | blocks: remove unnecessary call to pmt::intern at runtime | Marcus Müller | 2018-02-23 | 1 | -3/+4 |
|/ |
|
* | Comment typo fixing. | luz.paz | 2018-02-03 | 1 | -1/+1 |
* | Moved setting of d_finished from ctor to start() | Marcus Müller | 2015-04-19 | 1 | -0/+3 |
* | blocks: message strobe shutdown fix. | Tom Rondeau | 2015-03-13 | 1 | -2/+17 |
* | blocks: switching last calls from boost::thread to gr::thread. | Tom Rondeau | 2014-09-30 | 1 | -4/+4 |
* | logger: setup logger for the tpb scheduler; fixes a swig issue when logger is... | Tom Rondeau | 2014-02-16 | 1 | -1/+1 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -4/+4 |
* | blocks: moving message blocks to gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -0/+85 |