summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_block.cc
AgeCommit message (Expand)Author
2013-06-01gras: moved name and id into compat layerJosh Blum
2013-04-15gras: copied in standard header w/ correct datesJosh Blum
2013-04-15gras: make use of work buffer's vec callJosh Blum
2013-04-15gras: inline a bunch of wrapper callsJosh Blum
2013-02-25gras: changes for port config APIJosh Blum
2013-02-23gras: implement io sig ontop of set/get size apiJosh Blum
2013-02-22gras: continuation from the last commitJosh Blum
2013-02-22gras: linker stuff + moving around symbols and shitJosh Blum
2013-01-13gras: fixed the misc issues w/ gr python blockJosh Blum
2013-01-13gras: support changeset for 3.6.4Josh Blum
2012-11-30core: gr_blocks can now have only message ports with no general_work()Tim O'Shea
2012-11-29Adding PDU to tagged stream and tagged stream to PDU blocks along with QA pythonJohnathan Corgan
2012-11-22runtime: moved setting of min/max buffer sizes from gr_basic_block to gr_block.Tom Rondeau
2012-06-04runtime: added ability for blocks to have their own max_noutput_items.Tom Rondeau
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-01-22sched: first attempt at working with aligned data sets. A block has an indica...Tom Rondeau
2011-10-19tags: made tags object orientedJosh Blum
2010-11-28Changing propagation policy enum type name and making a few other minor edits.Tom Rondeau
2010-11-17Changing get_tags API to take in a vector reference instead of returning a ve...Tom Rondeau
2010-11-08Made propagate_tags a function to be called from block_executor to move tags ...Tom Rondeau
2010-11-08Renaming "handling_method" to "propagation_policy".Tom Rondeau
2010-11-08cleaning up; comments, naming, typos, excess code, etc. Moving to make gr_blo...Tom Rondeau
2010-11-07Moving tag handling setup back into gr_block so it can be set in the construc...Tom Rondeau
2010-11-07Moving tags downstream is moved into gr_block_executor. Predefined three meth...Tom Rondeau
2010-11-07Cleaning up. Better use of PMTs; comment mods; returning vectors when getting...Tom Rondeau
2010-11-06Adding call in scheduler to handle tag movements between blocks and some help...Tom Rondeau
2010-11-04Moves gr_block functions dealing with tags into protected space. Adds documen...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
2010-11-02Adding some protection to the nitems read/written accessors. Should this retu...Tom Rondeau
2010-10-31Fix to get_tags_in_range. Returns proper list and handles times when list is ...Tom Rondeau
2010-10-26First stab at adding get functions for item tags in a given range.Tom Rondeau
2010-10-26Giving gr_block_detail a list of pmt tuples to hold item tagging information.Tom Rondeau
2010-10-19Adding vectors to gr_block_detail that keep track of the number of samples re...Tom Rondeau
2009-08-15gr_blocks may now produce different number of output items on each output str...eb
2009-04-07Fix for ticket:262.eb
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-12-12Merge jcorgan/hier developer branch into trunk. Enables creation of true hie...jcorgan
2006-09-13Updated FSF address in all files. Fixes ticket:51eb
2006-08-03Houston, we have a trunk.jcorgan