summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_block.i
AgeCommit message (Expand)Author
2013-03-29core: addressing issue #529. Using vector<int> instead of vector<unsigned int...Tom Rondeau
2013-02-16core: adding new var perf. counters to swig interface.Tom Rondeau
2013-02-12core: typedef vector<unsigned int> so SWIG can handle including it multiple t...Tom Rondeau
2013-02-07sched: swiging perf counters into Python.Tom Rondeau
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
2012-11-22runtime: moved setting of min/max buffer sizes from gr_basic_block to gr_block.Tom Rondeau
2012-06-04core: exported max_noutput_item methods from gr_block to Python.Tom Rondeau
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-11-14Remove code that's no longer needed.Eric Blossom
2010-11-10add #warning for missing guile supportRob Savoye
2010-11-10wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other lang...Rob Savoye
2010-11-07Cleaning up. Better use of PMTs; comment mods; returning vectors when getting...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-10-19Adding vectors to gr_block_detail that keep track of the number of samples re...Tom Rondeau
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