summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* runtime: rename buffer_context to transfer type; also rename theDavid Sorber2021-10-251-8/+10
* runtime: Custom Buffer/Accelerator Device Support - Milestone 2David Sorber2021-10-251-32/+39
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-251-179/+94
* runtime: include boost/format where usedMarcus Müller2021-09-071-0/+1
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* runtime: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-10/+14
* boost: remove deprecated math/common_factor.hppjapm482020-04-111-16/+3
* runtime: Remove most manual memory managementThomas Habets2020-04-111-3/+1
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-011-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Fix all formatting issuesMartin Braun2020-01-101-2/+2
* runtime: Fix premature tag pruning from buffer with sample delay.Ryan Volz2020-01-071-2/+0
* runtime: Fix get_tags_in_range for (end - start) > delay.Ryan Volz2020-01-071-2/+11
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+3
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-239/+220
* runtime: fix use of boost::math::gcd and boost::integer::gcdMichael Dickens2018-11-161-0/+13
* fix: fixed a performance bug in buffer::get_tags_in_range.Brandon P. Enochs2017-07-141-1/+1
* Fixed delayed tag propagationDaulPavid2015-12-271-2/+2
* runtime: fixes a problem with tag pruning.Tom Rondeau2015-08-051-6/+31
* CID 1240027: runtime: clean up tag pruning using iter rangeTim O'Shea2014-09-241-4/+1
* Formatting fix-upsDoug Geiger2014-09-191-12/+8
* runtime: speed up all the thingsTim O'Shea2014-09-191-4/+4
* Fix prune_tagsDoug Geiger2014-09-191-4/+5
* Fix(?) prune_tags: needs verificationDoug Geiger2014-09-191-35/+6
* tags_wipTim O'Shea2014-09-191-15/+32
* runtime: Minor cosmetic typo and whitespace corrections.Moritz Fischer2013-12-071-4/+4
* runtime: changed name from set_group_delay to declare_sample_delay.Tom Rondeau2013-11-011-10/+10
* runtime: add concept up an automatic update_rate to gr::block.Tom Rondeau2013-10-291-7/+1
* runtime: for blocks with a group delay, tag location should be moved accordin...Tom Rondeau2013-10-291-8/+36
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-121-6/+11
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+343