summaryrefslogtreecommitdiff
path: root/gr-fcd/examples/c++
Commit message (Collapse)AuthorAgeFilesLines
* fcd: remove for 3.8 releaseJohnathan Corgan2016-06-062-152/+0
|
* fcd: fixed namespace, api for fcd.Tom Rondeau2013-05-091-2/+2
|
* filter: moved include dir to gnuradio/filterJohnathan Corgan2013-04-291-2/+2
|
* fcd: moved include dir to gnuradio/fcdJohnathan Corgan2013-04-291-1/+1
|
* audio: moved include dir to gnuradio/audioJohnathan Corgan2013-04-291-1/+1
|
* analog: update include dir to gnuradio/analogJohnathan Corgan2013-04-291-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-2/+2
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-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-runtimeJohnathan Corgan2013-03-261-1/+1
|
* audio: wip: fixing gr-fcd to build with new audio naming.Tom Rondeau2013-02-112-2/+3
|
* audio: wip: moving audio to 3.7 style. Headers renamed and moved.Tom Rondeau2013-02-111-1/+1
|
* Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-5/+9
|\ | | | | | | of the INCLUDE_DIRS order
| * Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-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 Rondeau2012-11-092-5/+7
| |
* | analog: removing frequency mod, phase mod, quad demod, and rail from ↵Tom Rondeau2012-11-061-2/+2
| | | | | | | | gnuradio-core.
* | fcd: update to use new gr-filter blocksJohnathan Corgan2012-07-012-5/+6
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-6/+6
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-032-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>.