Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 17 | -1590/+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. | ||||
* | | cleaning up, converting examples, etc. | Tom Rondeau | 2013-03-17 | 2 | -3/+3 |
| | | |||||
* | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 2 | -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 Rondeau | 2013-03-10 | 1 | -1/+1 |
| | | | | | | | | moved all refs to gr-blocks. | ||||
* | | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵ | Tom Rondeau | 2013-03-09 | 1 | -1/+1 |
| | | | | | | | | in 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 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-07 | 2 | -0/+74 |
|\| | |||||
| * | 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 | 2 | -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 Rondeau | 2012-12-21 | 1 | -5/+6 |
|/ | | | | Also fixes up some other missing moves. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 5 | -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 Rondeau | 2012-04-03 | 16 | -0/+1515 |
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. |