Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -72/+0 |
| | |||||
* | core: and fixing again after merging up... | Tom Rondeau | 2013-03-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-03-26 | 1 | -2/+2 |
|\ | |||||
| * | core: fixed block names conflict from next. | Tom Rondeau | 2013-03-26 | 1 | -2/+2 |
| | | |||||
* | | core: fixed affinity example block names changes. | Tom Rondeau | 2013-03-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-03-26 | 1 | -6/+3 |
|\| | |||||
| * | affinity: fixes a problem with using gr types (for uint8 vectors) in setting ↵ | Tom Rondeau | 2013-03-26 | 1 | -6/+3 |
| | | | | | | | | processor affinity. | ||||
* | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 1 | -9/+10 |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | filter: imporint firdes from gr-filter; no longer in gnuradio-core. | Tom Rondeau | 2013-03-07 | 1 | -1/+1 |
| | | |||||
* | | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 1 | -3/+4 |
|/ | |||||
* | core: thread affinity example core set changed. | Tom Rondeau | 2013-02-07 | 1 | -1/+1 |
| | | | | 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. | ||||
* | core: working thread affinity concept into gr_blocks. | Tom Rondeau | 2013-02-06 | 1 | -0/+73 |
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox |