summaryrefslogtreecommitdiff
path: root/gr-fcd/lib
Commit message (Collapse)AuthorAgeFilesLines
* Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-011-4/+5
| | | | 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).
* build: cleaned up some warnings.Tom Rondeau2012-12-031-1/+1
|
* Merge branch 'maint'Johnathan Corgan2012-04-171-1/+6
|\
| * fcd: better fix for linker issueJosh Blum2012-04-171-1/+6
| |
* | Merge branch 'maint'Johnathan Corgan2012-04-171-1/+1
|\|
| * fcd: fix linker issue with librt on some platformsBarry Jackson2012-04-171-1/+1
| |
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-138-205/+205
| | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer.
* | Merge branch 'master' into nextJohnathan Corgan2012-04-041-1/+1
|\| | | | | | | | | | | | | Conflicts: config/grc_gr_fcd.m4 gr-fcd/swig/Makefile.am gr-fcd/swig/fcd_swig.i
| * fcd: simplify swig generation after virtual interface class changeJohnathan Corgan2012-04-041-1/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-04-012-0/+17
|\|
| * fcd: adds setter function to configure mixer gainDimitri Stolnikov2012-04-012-0/+17
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-04-014-237/+272
|\| | | | | | | | | Conflicts: gr-fcd/lib/Makefile.am
| * fcd: convert to private implementation patternJohnathan Corgan2012-03-235-238/+275
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-03-224-139/+0
|/ | | | | | Conflicts: config/Makefile.am configure.ac
* Implement conditionalized build for WIN32Johnathan Corgan2012-03-224-35/+32
|
* fcd: update text files and copyrightJohnathan Corgan2012-03-132-0/+48
|
* fcd: fix compiler and documentation warningsJohnathan Corgan2012-03-133-6/+7
| | | | | | | | * Mismatch in parameter name in hidapi.h * Signedness error in hid-libusb.c * Disable unusued warning for TODO items in fcd_source_c.cc
* fcd: implement conditional build for MacOSXMichael Dickens2012-03-132-2/+5
|
* fcd: cmake build work in progressJohnathan Corgan2012-03-113-0/+131
|
* fcd: moved items to current layout standardJohnathan Corgan2012-03-102-137/+1
| | | | | | | * 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
* fcd: move HID and FCD libraries into own subdirsJohnathan Corgan2012-03-1010-26/+95
| | | | | * These libraries are packaged here for convenience and are not considered part of GNU Radio proper.
* fcd: convert out-of-tree autotools build to in-treeJohnathan Corgan2012-03-091-26/+23
| | | | | This still needs doc directory conversion to new documentation system.
* Initial import of out-of-tree files from Alexandru CseteAlexandru Csete2012-03-0811-0/+5503