Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-07-03 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt | ||||
| * | 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 | ||||
* | | Merge branch 'gr_filter' | Johnathan Corgan | 2012-06-20 | 1 | -6/+3 |
|\ \ | |/ |/| | |||||
| * | build: reworking cmake structure for include and lib directories. I think ↵ | Tom Rondeau | 2012-05-02 | 1 | -6/+3 |
| | | | | | | | | | | | | this is cleaner. We also probably don't need the link_directories (according to the cmake guys, this is no longer necessary). | ||||
* | | wavelet: fixes for missing qa libraries and compile defines | Josh Blum | 2012-05-22 | 2 | -2/+3 |
| | | |||||
* | | Fixing cmake doc dependencies for gr-fft and gr-wavelet. | Ben Reynwar | 2012-05-22 | 1 | -1/+1 |
|/ | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 15 | -74/+74 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | wavelet: fix swig paths for OSX | Michael Dickens | 2012-04-09 | 2 | -1/+5 |
| | |||||
* | wavelet: simplified swig generation after virtual interface class change | Johnathan Corgan | 2012-04-04 | 4 | -96/+15 |
| | |||||
* | wavelet: converted blocks to private implementation pattern | Johnathan Corgan | 2012-04-01 | 10 | -94/+191 |
| | |||||
* | wavelet: move wavelet blocks to new top-level component | Johnathan Corgan | 2012-04-01 | 19 | -0/+1162 |