summaryrefslogtreecommitdiff
path: root/gr-fcd/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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-036-11/+27
| | | | 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>.
* Merge branch 'master' into nextJohnathan Corgan2012-03-222-55/+0
| | | | | | Conflicts: config/Makefile.am configure.ac
* Implement conditionalized build for WIN32Johnathan Corgan2012-03-221-2/+2
|
* fcd: complete cmake buildJohnathan Corgan2012-03-121-0/+41
|
* fcd: moved items to current layout standardJohnathan Corgan2012-03-106-0/+2228
* Public header files moved from lib/ to include/fcd * Contents of apps/ moved to examples/ to get into gnuradio/examples, apps for programs to be installed into $PREFIX/bin