summaryrefslogtreecommitdiff
path: root/gr-wavelet
AgeCommit message (Collapse)Author
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens
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).
2012-12-12build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵Tom Rondeau
cause of the parallel build woes.
2012-11-14gr: same change for common PYTHON test pathsJosh Blum
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
2012-11-14gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum
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
2012-07-03Merge branch 'maint'Johnathan Corgan
Conflicts: gruel/src/swig/CMakeLists.txt
2012-07-03swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan
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
2012-06-20Merge branch 'gr_filter'Johnathan Corgan
2012-05-22wavelet: fixes for missing qa libraries and compile definesJosh Blum
2012-05-22Fixing cmake doc dependencies for gr-fft and gr-wavelet.Ben Reynwar
2012-05-02build: reworking cmake structure for include and lib directories. I think ↵Tom Rondeau
this is cleaner. We also probably don't need the link_directories (according to the cmake guys, this is no longer necessary).
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-09wavelet: fix swig paths for OSXMichael Dickens
2012-04-04wavelet: simplified swig generation after virtual interface class changeJohnathan Corgan
2012-04-01wavelet: converted blocks to private implementation patternJohnathan Corgan
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan