summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/mp-sched
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-2617-1590/+0
|
* core: and fixing again after merging up...Tom Rondeau2013-03-261-2/+2
|
* Merge branch 'master' into nextTom Rondeau2013-03-261-2/+2
|\
| * core: fixed block names conflict from next.Tom Rondeau2013-03-261-2/+2
| |
* | core: fixed affinity example block names changes.Tom Rondeau2013-03-261-2/+2
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-261-6/+3
|\|
| * affinity: fixes a problem with using gr types (for uint8 vectors) in setting ↵Tom Rondeau2013-03-261-6/+3
| | | | | | | | processor affinity.
* | cleaning up, converting examples, etc.Tom Rondeau2013-03-172-3/+3
| |
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-172-14/+16
| | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-1/+1
| | | | | | | | moved all refs to gr-blocks.
* | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵Tom Rondeau2013-03-091-1/+1
| | | | | | | | in gr-blocks.
* | filter: imporint firdes from gr-filter; no longer in gnuradio-core.Tom Rondeau2013-03-071-1/+1
| |
* | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-241-3/+4
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-072-0/+74
|\|
| * core: thread affinity example core set changed.Tom Rondeau2013-02-071-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 Rondeau2013-02-062-0/+74
| | | | | | | | | | | | Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox
* | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-5/+6
|/ | | | Also fixes up some other missing moves.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-135-36/+36
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-0316-0/+1515
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.