summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_block.h
Commit message (Expand)AuthorAgeFilesLines
* runtime: changes to block headers to allow pure virtual sub-classes (interfaces)Josh Blum2011-03-281-1/+1
* Changing propagation policy enum type name and making a few other minor edits.Tom Rondeau2010-11-281-4/+4
* Doxygen comments. Fixing typos that were leading to warnings.Tom Rondeau2010-11-211-1/+1
* Changing get_tags API to take in a vector reference instead of returning a ve...Tom Rondeau2010-11-171-7/+11
* Made propagate_tags a function to be called from block_executor to move tags ...Tom Rondeau2010-11-081-1/+1
* Renaming "handling_method" to "propagation_policy".Tom Rondeau2010-11-081-6/+6
* cleaning up; comments, naming, typos, excess code, etc. Moving to make gr_blo...Tom Rondeau2010-11-081-13/+9
* Moving tag handling setup back into gr_block so it can be set in the construc...Tom Rondeau2010-11-071-1/+14
* Moving tags downstream is moved into gr_block_executor. Predefined three meth...Tom Rondeau2010-11-071-8/+2
* Cleaning up. Better use of PMTs; comment mods; returning vectors when getting...Tom Rondeau2010-11-071-21/+17
* Adding call in scheduler to handle tag movements between blocks and some help...Tom Rondeau2010-11-061-0/+9
* Moves gr_block functions dealing with tags into protected space. Adds documen...Tom Rondeau2010-11-041-15/+68
* Fixing buffer to update abs_write_offset counter. Keeping access to counters ...Tom Rondeau2010-11-041-2/+2
* First stab at adding get functions for item tags in a given range.Tom Rondeau2010-10-261-1/+8
* Giving gr_block_detail a list of pmt tuples to hold item tagging information.Tom Rondeau2010-10-261-0/+5
* Adding vectors to gr_block_detail that keep track of the number of samples re...Tom Rondeau2010-10-191-0/+6
* gr_blocks may now produce different number of output items on each output str...eb2009-08-151-3/+16
* doc fixes! work-in-progresseb2009-05-221-1/+1
* Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb2008-08-191-1/+5
* Doc fixes from Firas.eb2008-01-241-1/+1
* Merge r6160:6168 from jcorgan/fg into trunk.jcorgan2007-08-231-1/+6
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-211-1/+1
* Merge jcorgan/hier developer branch into trunk. Enables creation of true hie...jcorgan2006-12-121-48/+18
* Move gr_runtime.h out of the way in preparation for merge of hier developer b...jcorgan2006-12-121-1/+1
* Updated FSF address in all files. Fixes ticket:51eb2006-09-131-2/+2
* Houston, we have a trunk.jcorgan2006-08-031-0/+247