Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | 2013-01-01 | 1 | -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 Rondeau | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-04-17 | 1 | -1/+6 |
|\ | |||||
| * | fcd: better fix for linker issue | Josh Blum | 2012-04-17 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'maint' | Johnathan Corgan | 2012-04-17 | 1 | -1/+1 |
|\| | |||||
| * | fcd: fix linker issue with librt on some platforms | Barry Jackson | 2012-04-17 | 1 | -1/+1 |
| | | |||||
* | | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 8 | -205/+205 |
| | | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-04 | 1 | -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 change | Johnathan Corgan | 2012-04-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-01 | 2 | -0/+17 |
|\| | |||||
| * | fcd: adds setter function to configure mixer gain | Dimitri Stolnikov | 2012-04-01 | 2 | -0/+17 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-01 | 4 | -237/+272 |
|\| | | | | | | | | | Conflicts: gr-fcd/lib/Makefile.am | ||||
| * | fcd: convert to private implementation pattern | Johnathan Corgan | 2012-03-23 | 5 | -238/+275 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-03-22 | 4 | -139/+0 |
|/ | | | | | | Conflicts: config/Makefile.am configure.ac | ||||
* | Implement conditionalized build for WIN32 | Johnathan Corgan | 2012-03-22 | 4 | -35/+32 |
| | |||||
* | fcd: update text files and copyright | Johnathan Corgan | 2012-03-13 | 2 | -0/+48 |
| | |||||
* | fcd: fix compiler and documentation warnings | Johnathan Corgan | 2012-03-13 | 3 | -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 MacOSX | Michael Dickens | 2012-03-13 | 2 | -2/+5 |
| | |||||
* | fcd: cmake build work in progress | Johnathan Corgan | 2012-03-11 | 3 | -0/+131 |
| | |||||
* | fcd: moved items to current layout standard | Johnathan Corgan | 2012-03-10 | 2 | -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 subdirs | Johnathan Corgan | 2012-03-10 | 10 | -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-tree | Johnathan Corgan | 2012-03-09 | 1 | -26/+23 |
| | | | | | This still needs doc directory conversion to new documentation system. | ||||
* | Initial import of out-of-tree files from Alexandru Csete | Alexandru Csete | 2012-03-08 | 11 | -0/+5503 |