summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/volk_benchmark
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-266-954/+0
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-3/+4
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-5/+5
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-212-29/+22
| | | | Also fixes up some other missing moves.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-136-16/+16
| | | | | | 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-036-0/+960
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.