Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | 2013-01-01 | 3 | -8/+15 |
| | | | | 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). | ||||
* | Merge branch 'maint' | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
|\ | |||||
| * | build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵ | Tom Rondeau | 2012-12-12 | 1 | -2/+0 |
| | | | | | | | | cause of the parallel build woes. | ||||
* | | build: cleaned up some warnings. | Tom Rondeau | 2012-12-03 | 1 | -1/+1 |
|/ | |||||
* | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -7/+7 |
| | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | ||||
* | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | 2012-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | ||||
* | gr: added python -B everywhere for clean source tree | Josh Blum | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | fcd: fixed copy-paste error. | Tom Rondeau | 2012-08-28 | 2 | -2/+2 |
| | |||||
* | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | 2012-07-03 | 1 | -0/+2 |
| | | | | | | | | | I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt | ||||
* | fcd: fix frequency offset test in GRC | Alexandru Csete | 2012-06-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-04-19 | 1 | -1/+1 |
|\ | |||||
| * | fcd: fix iq_corr setup in GRC wrapper | Johnathan Corgan | 2012-04-19 | 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 | 19 | -266/+266 |
| | | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | | Merge remote branch 'tom/cmake_builds' into next | Johnathan Corgan | 2012-04-04 | 7 | -12/+38 |
|\ \ | |||||
| * \ | Merge branch 'rm_python_ext' into cmake_builds | Tom Rondeau | 2012-04-03 | 7 | -12/+38 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt | ||||
| | * | | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 7 | -12/+38 |
| | | | | | | | | | | | | | | | | 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 next | Johnathan Corgan | 2012-04-04 | 4 | -25/+12 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | 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 | 5 | -26/+14 |
| | | | | |||||
* | | | | Merge remote branch 'tom/cmake_builds' into next | Johnathan Corgan | 2012-04-01 | 3 | -169/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau | 2012-04-01 | 3 | -169/+0 |
| | |/ | |/| | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point. | ||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-01 | 5 | -3/+44 |
|\ \ \ | | |/ | |/| | |||||
| * | | fcd: adds setter function to configure mixer gain | Dimitri Stolnikov | 2012-04-01 | 5 | -3/+44 |
| | | | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-01 | 5 | -261/+281 |
|\| | | |/ |/| | | | | | Conflicts: gr-fcd/lib/Makefile.am | ||||
| * | fcd: convert to private implementation pattern | Johnathan Corgan | 2012-03-23 | 6 | -262/+284 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-03-22 | 18 | -493/+0 |
|/ | | | | | | Conflicts: config/Makefile.am configure.ac | ||||
* | Implement conditionalized build for WIN32 | Johnathan Corgan | 2012-03-22 | 7 | -45/+52 |
| | |||||
* | fcd: fixes for distcheck | Tom Rondeau | 2012-03-13 | 2 | -5/+5 |
| | |||||
* | fcd: update text files and copyright | Johnathan Corgan | 2012-03-13 | 7 | -512/+53 |
| | |||||
* | 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: complete cmake build | Johnathan Corgan | 2012-03-12 | 4 | -2/+91 |
| | |||||
* | fcd: added FCD_API to code | Tom Rondeau | 2012-03-12 | 4 | -6/+40 |
| | |||||
* | fcd: cmake build work in progress | Johnathan Corgan | 2012-03-11 | 7 | -0/+366 |
| | |||||
* | fcd: fix grc import statement | Alexandru Csete | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | fcd: moved items to current layout standard | Johnathan Corgan | 2012-03-10 | 12 | -13/+60 |
| | | | | | | | * 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: incorporated into Doxygen docs | Johnathan Corgan | 2012-03-10 | 6 | -1524/+50 |
| | |||||
* | fcd: convert out-of-tree autotools build to in-tree | Johnathan Corgan | 2012-03-09 | 74 | -8609/+211 |
| | | | | | 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 | 101 | -0/+18827 |