summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_buffer.cc
AgeCommit message (Expand)Author
2013-01-15core: added remove_tag_item()Martin Braun
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2011-10-19tags: made tags object orientedJosh Blum
2011-01-17gr math simplification:Josh Blum
2011-01-04Fixing how far get_tags_in_range looks; should be exclusive of end point.Tom Rondeau
2011-01-04Only prune if we've moved on in the number of items read. Fixes the problem o...Tom Rondeau
2011-01-02Going back to iterators for use in erasing items from the deque.Tom Rondeau
2011-01-02Not using an iterator to prune the tags to see if this fixes a problem in Win...Tom Rondeau
2011-01-02Buffers now hold on to all tags from both this window and the last window of ...Tom Rondeau
2010-11-21Fixing flowgraph dump to clean it up (via patch from eb). Also added note abo...Tom Rondeau
2010-11-17Moved prune tags to gr_buffer.Tom Rondeau
2010-11-17Changing get_tags API to take in a vector reference instead of returning a ve...Tom Rondeau
2010-11-16Adding a way for propagate_tags to handle different rates. The tags are rewri...Tom Rondeau
2010-11-14First hack at pruning tags to keep from growing.Tom Rondeau
2010-11-08Adding mutex protection around adding and getting tags from buffers.Tom Rondeau
2010-11-07Cleaning up. Better use of PMTs; comment mods; returning vectors when getting...Tom Rondeau
2010-11-06Because tags can be appended from upstream, they are not consecutive in time,...Tom Rondeau
2010-11-06buffer_reader does not hold its own tags but looks upstream to the associated...Tom Rondeau
2010-11-04gr_buffer_reader doesn't need to know which input it is.Tom Rondeau
2010-11-04Moving add_item_tag into gr_buffer and get_tags_in_range to gr_buffer_reader....Tom Rondeau
2010-11-04Fixing buffer to update abs_write_offset counter. Keeping access to counters ...Tom Rondeau
2010-11-02Moved number items read/written from gr_block_detail into gr_buffer (abs_writ...Tom Rondeau
2009-07-25Merge r11462:11485 from jcorgan/omni into trunk.jcorgan
2008-08-19Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb
2007-07-21Updated license from GPL version 2 or later to GPL version 3 or later.eb
2006-09-13Updated FSF address in all files. Fixes ticket:51eb
2006-08-24Trial fix for ticket:45eb
2006-08-03Houston, we have a trunk.jcorgan