summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/block_executor.cc
Commit message (Expand)AuthorAgeFilesLines
* runtime: add logic to call the input_blocked_callback() if a sink blockDavid Sorber2021-10-251-0/+26
* runtime: Custom Buffer/Accelerator Device Support - Milestone 2David Sorber2021-10-251-14/+8
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-251-38/+168
* block_executor: invalid states log errors without debug buildMarcus Müller2021-02-181-7/+3
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
* C++14: Use std::make_unique instead of boost::make_uniqueMarcus Müller2021-01-041-1/+0
* runtime: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-44/+49
* runtime: Remove most manual memory managementThomas Habets2020-04-111-5/+3
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* change rounding method to `lround`Mathias Rasmussen2019-11-171-2/+2
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-3/+5
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+4
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-428/+442
* runtime: Fix tag propagationAndrej Rode2018-11-271-2/+2
* runtime: circumvent long long, uint64_t problems on 32-bit archsAndrej Rode2018-11-131-2/+4
* runtime: Use multiprecision rational arithmetic to propagate tagsAndy Walls2018-08-231-13/+41
* Comment typo fixing.luz.paz2018-02-031-1/+1
* gnuradio-runtime: Optimize some buffer[_reader]_sptr grabs and releasesAndy Walls2018-02-031-16/+39
* fix: can't pass non-enum integer as enum parameter (#1337)Marcus Müller2017-06-241-2/+2
* runtime: executor fixes for tag propagationTom Rondeau2016-06-141-10/+11
* runtime: addresses issue 768.Tom Rondeau2016-01-271-2/+15
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-4/+4
* Removed old codeEthan Trewhitt2014-02-221-2/+0
* Corrected double-to-int conversion in tags propagation that should have inclu...Ethan Trewhitt2014-02-221-2/+4
* runtime: add concept up an automatic update_rate to gr::block.Tom Rondeau2013-10-291-11/+12
* runtime: executor uses information about the numer items produced/consumed to...Tom Rondeau2013-10-291-5/+16
* runtime: makes sure if capping to max_noutput_items with output_multiple that...Tom Rondeau2013-06-271-1/+3
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-121-4/+4
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+489