Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-26 | core: fixed block names conflict from next. | Tom Rondeau | |
2013-03-26 | affinity: fixes a problem with using gr types (for uint8 vectors) in setting ↵ | Tom Rondeau | |
processor affinity. | |||
2013-02-07 | core: thread affinity example core set changed. | Tom Rondeau | |
The affinity call will work if at least 1 of the specified cores is present. This fixes a problem if running on a single-core machine. | |||
2013-02-06 | core: working thread affinity concept into gr_blocks. | Tom Rondeau | |
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox | |||
2012-12-14 | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | |
2012-12-14 | core: adding itemsize key to metadata header to allow for vectorized items. | Tom Rondeau | |
This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer. Also adds an example using vector items. | |||
2012-12-13 | core: added examples to use metadata source and sink. | Tom Rondeau | |
2012-12-12 | 1. msg passing logic fix for fan-in to hier block outputs and fan-out from ↵ | Tim O'Shea | |
hier block inputs 2. adding hier msg passing example | |||
2012-12-10 | core: Fixed install rules for GRC files in these examples. | Tom Rondeau | |
2012-12-10 | core: adding a message passing example. | Tom Rondeau | |
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-03 | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵ | Tom Rondeau | |
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. |