summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-347/+0
* core: added remove_tag_item()Martin Braun2013-01-151-0/+12
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-131-9/+9
* tags: made tags object orientedJosh Blum2011-10-191-6/+6
* gr math simplification:Josh Blum2011-01-171-1/+2
* Fixing how far get_tags_in_range looks; should be exclusive of end point.Tom Rondeau2011-01-041-1/+1
* Only prune if we've moved on in the number of items read. Fixes the problem o...Tom Rondeau2011-01-041-3/+4
* Going back to iterators for use in erasing items from the deque.Tom Rondeau2011-01-021-3/+13
* Not using an iterator to prune the tags to see if this fixes a problem in Win...Tom Rondeau2011-01-021-5/+2
* Buffers now hold on to all tags from both this window and the last window of ...Tom Rondeau2011-01-021-4/+5
* Fixing flowgraph dump to clean it up (via patch from eb). Also added note abo...Tom Rondeau2010-11-211-0/+8
* Moved prune tags to gr_buffer.Tom Rondeau2010-11-171-22/+20
* Changing get_tags API to take in a vector reference instead of returning a ve...Tom Rondeau2010-11-171-6/+5
* Adding a way for propagate_tags to handle different rates. The tags are rewri...Tom Rondeau2010-11-161-2/+2
* First hack at pruning tags to keep from growing.Tom Rondeau2010-11-141-1/+27
* Adding mutex protection around adding and getting tags from buffers.Tom Rondeau2010-11-081-0/+3
* Cleaning up. Better use of PMTs; comment mods; returning vectors when getting...Tom Rondeau2010-11-071-5/+5
* Because tags can be appended from upstream, they are not consecutive in time,...Tom Rondeau2010-11-061-5/+0
* buffer_reader does not hold its own tags but looks upstream to the associated...Tom Rondeau2010-11-061-2/+2
* gr_buffer_reader doesn't need to know which input it is.Tom Rondeau2010-11-041-2/+1
* Moving add_item_tag into gr_buffer and get_tags_in_range to gr_buffer_reader....Tom Rondeau2010-11-041-1/+34
* Fixing buffer to update abs_write_offset counter. Keeping access to counters ...Tom Rondeau2010-11-041-0/+1
* Moved number items read/written from gr_block_detail into gr_buffer (abs_writ...Tom Rondeau2010-11-021-2/+3
* Merge r11462:11485 from jcorgan/omni into trunk.jcorgan2009-07-251-4/+4
* Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb2008-08-191-10/+21
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-211-1/+1
* Updated FSF address in all files. Fixes ticket:51eb2006-09-131-2/+2
* Trial fix for ticket:45eb2006-08-241-2/+5
* Houston, we have a trunk.jcorgan2006-08-031-0/+248