Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trellis: converted gr-trellis to new style. | Tom Rondeau | 2012-12-29 | 1 | -108/+0 |
| | |||||
* | analog: removing gr-analog as a required dependency when not actually necessary. | Tom Rondeau | 2012-11-06 | 1 | -1/+6 |
| | | | | Examples that use gr-analog test for it first. | ||||
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵ | Tom Rondeau | 2012-11-06 | 1 | -1/+2 |
| | | | | | | | | 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. | ||||
* | trellis: fixing trellis examples for gr-filter update. | Tom Rondeau | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | core: removed gr_chunks_to_symbols_XX after move to gr-digital | Johnathan Corgan | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -3/+3 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 1 | -0/+102 |
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>. |