| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: add logic to call the input_blocked_callback() if a sink block | David Sorber | 2021-10-25 | 1 | -0/+26 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 2 | David Sorber | 2021-10-25 | 1 | -14/+8 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 1 | David Sorber | 2021-10-25 | 1 | -38/+168 |
* | block_executor: invalid states log errors without debug build | Marcus Müller | 2021-02-18 | 1 | -7/+3 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -2/+2 |
* | C++14: Use std::make_unique instead of boost::make_unique | Marcus Müller | 2021-01-04 | 1 | -1/+0 |
* | runtime: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -44/+49 |
* | runtime: Remove most manual memory management | Thomas Habets | 2020-04-11 | 1 | -5/+3 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | change rounding method to `lround` | Mathias Rasmussen | 2019-11-17 | 1 | -2/+2 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -3/+5 |
* | 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 | -428/+442 |
* | runtime: Fix tag propagation | Andrej Rode | 2018-11-27 | 1 | -2/+2 |
* | runtime: circumvent long long, uint64_t problems on 32-bit archs | Andrej Rode | 2018-11-13 | 1 | -2/+4 |
* | runtime: Use multiprecision rational arithmetic to propagate tags | Andy Walls | 2018-08-23 | 1 | -13/+41 |
* | Comment typo fixing. | luz.paz | 2018-02-03 | 1 | -1/+1 |
* | gnuradio-runtime: Optimize some buffer[_reader]_sptr grabs and releases | Andy Walls | 2018-02-03 | 1 | -16/+39 |
* | fix: can't pass non-enum integer as enum parameter (#1337) | Marcus Müller | 2017-06-24 | 1 | -2/+2 |
* | runtime: executor fixes for tag propagation | Tom Rondeau | 2016-06-14 | 1 | -10/+11 |
* | runtime: addresses issue 768. | Tom Rondeau | 2016-01-27 | 1 | -2/+15 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -4/+4 |
* | Removed old code | Ethan Trewhitt | 2014-02-22 | 1 | -2/+0 |
* | Corrected double-to-int conversion in tags propagation that should have inclu... | Ethan Trewhitt | 2014-02-22 | 1 | -2/+4 |
* | runtime: add concept up an automatic update_rate to gr::block. | Tom Rondeau | 2013-10-29 | 1 | -11/+12 |
* | runtime: executor uses information about the numer items produced/consumed to... | Tom Rondeau | 2013-10-29 | 1 | -5/+16 |
* | runtime: makes sure if capping to max_noutput_items with output_multiple that... | Tom Rondeau | 2013-06-27 | 1 | -1/+3 |
* | Merge branch 'next' into runtime_pimpl | Johnathan Corgan | 2013-05-12 | 1 | -4/+4 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -0/+489 |