Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 31 | -3004/+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: moved ctrlport_probes to gr-blocks. Removed from gnuradio-core. | Tom Rondeau | 2013-03-17 | 5 | -1938/+0 |
| | | |||||
* | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 6 | -28/+31 |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | ctrlport: updating examples. | Tom Rondeau | 2013-03-15 | 2 | -229/+229 |
| | | |||||
* | | ctrlport: updated examples for controlport use. | Tom Rondeau | 2013-03-14 | 2 | -244/+667 |
| | | |||||
* | | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks. | Tom Rondeau | 2013-03-13 | 6 | -19/+14 |
| | | |||||
* | | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 4 | -8/+9 |
| | | | | | | | | 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 burst_tagger from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 3 | -84/+0 |
| | | |||||
* | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -5/+5 |
| | | |||||
* | | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 5 | -766/+0 |
| | | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | | ctrlport: fixed example's use of blocks.throttle. | Tom Rondeau | 2013-02-26 | 1 | -32/+32 |
| | | |||||
* | | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 5 | -13/+16 |
| | | |||||
* | | blocks: removing blocks from gnuradio-core. | Tom Rondeau | 2013-02-21 | 2 | -173/+177 |
| | | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed. | ||||
* | | qtgui: fixing time raster axis and picker labels. | Tom Rondeau | 2013-02-14 | 1 | -71/+112 |
| | | |||||
* | | core: fixed some typos in the PDU tag/stream and example. | Tom Rondeau | 2013-02-12 | 1 | -1/+1 |
| | | |||||
* | | 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: moving file metadata sink/source to gr-blocks. | Tom Rondeau | 2012-12-14 | 6 | -1883/+0 |
| | | |||||
| * | core: adding itemsize key to metadata header to allow for vectorized items. | Tom Rondeau | 2012-12-14 | 2 | -0/+557 |
| | | | | | | | | | | | | 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. | ||||
| * | core: added examples to use metadata source and sink. | Tom Rondeau | 2012-12-13 | 4 | -0/+1326 |
| | | |||||
* | | ctrlport: updated ControlPort examples for new monitor name. | Tom Rondeau | 2013-02-06 | 2 | -67/+30 |
| | | |||||
* | | pmt: fixing a few files with older pmt naming style. | Tom Rondeau | 2013-01-13 | 3 | -6/+6 |
| | | |||||
* | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 4 | -36/+35 |
| | | | | | | | | Also fixes up some other missing moves. | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-12 | 2 | -0/+472 |
|\| | |||||
| * | 1. msg passing logic fix for fan-in to hier block outputs and fan-out from ↵ | Tim O'Shea | 2012-12-12 | 2 | -0/+472 |
| | | | | | | | | | | | | hier block inputs 2. adding hier msg passing example | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-10 | 1 | -1/+2 |
|\| | | | | | | | | | Conflicts: gr-analog/examples/tags/CMakeLists.txt | ||||
| * | core: Fixed install rules for GRC files in these examples. | Tom Rondeau | 2012-12-10 | 2 | -2/+8 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-10 | 3 | -1/+294 |
|\| | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/hier_block2.py | ||||
| * | core: adding a message passing example. | Tom Rondeau | 2012-12-10 | 3 | -0/+293 |
| | | |||||
* | | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵ | Tom Rondeau | 2012-12-03 | 1 | -1/+6 |
| | | | | | | | | with next. | ||||
* | | Merging ctrlport2 into next branch. | Tom Rondeau | 2012-12-03 | 3 | -0/+1502 |
| | | |||||
* | | analog: fixing up GRC and other examples to use gr-analog for sig and noise ↵ | Tom Rondeau | 2012-11-10 | 1 | -2/+8 |
| | | | | | | | | sources. | ||||
* | | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵ | Tom Rondeau | 2012-11-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core. | ||||
* | | analog: Removing all squelch blocks from gnuradio-core. | Tom Rondeau | 2012-11-06 | 1 | -116/+0 |
| | | | | | | | | Also updating some Python blocks and examples to properly pull from filter and analog. | ||||
* | | core: wip, first pass to remove filter/hier blocks after migration to gr-filter | Johnathan Corgan | 2012-06-23 | 12 | -2123/+0 |
|/ | | | | | | | | | | | | | | | | | | | * This commit removes all the blocks from src/lib/filter and src/lib/hier, but leaves a couple stray files in src/lib/filter that won't be removed until gr-analog is done * The relevant QA code has been removed and the gnuradio-core directory passes QA * The effect on Python files in src/python/* has not been fully accounted for * Several top-level components outside gnuradio-core use header files, blocks, or utility functions that have moved to gr-digital. These have not been updated yet. * Similarly, impact on python example files in other components as not yet been accounted for. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 32 | -267/+267 |
| | | | | | | 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 | 44 | -0/+5250 |
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. |