Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fcd: remove for 3.8 release | Johnathan Corgan | 2016-06-06 | 2 | -152/+0 |
| | |||||
* | fcd: fixed namespace, api for fcd. | Tom Rondeau | 2013-05-09 | 1 | -2/+2 |
| | |||||
* | filter: moved include dir to gnuradio/filter | Johnathan Corgan | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | fcd: moved include dir to gnuradio/fcd | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | audio: moved include dir to gnuradio/audio | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | analog: update include dir to gnuradio/analog | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -1/+0 |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | ||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | audio: wip: fixing gr-fcd to build with new audio naming. | Tom Rondeau | 2013-02-11 | 2 | -2/+3 |
| | |||||
* | audio: wip: moving audio to 3.7 style. Headers renamed and moved. | Tom Rondeau | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵ | Michael L Dickens | 2013-01-04 | 1 | -5/+9 |
|\ | | | | | | | of the INCLUDE_DIRS order | ||||
| * | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | 2013-01-01 | 1 | -3/+7 |
| | | | | | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | ||||
* | | analog: fixed a few build issues against gr-analog. | Tom Rondeau | 2012-11-09 | 2 | -5/+7 |
| | | |||||
* | | analog: removing frequency mod, phase mod, quad demod, and rail from ↵ | Tom Rondeau | 2012-11-06 | 1 | -2/+2 |
| | | | | | | | | gnuradio-core. | ||||
* | | fcd: update to use new gr-filter blocks | Johnathan Corgan | 2012-07-01 | 2 | -5/+6 |
|/ | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -6/+6 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 2 | -0/+145 |
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>. |