summaryrefslogtreecommitdiff
path: root/gr-fft
Commit message (Collapse)AuthorAgeFilesLines
* build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵Tom Rondeau2012-12-121-2/+0
| | | | cause of the parallel build woes.
* fft: restore FFTW3F_THREADS support for fft.ccJosh Blum2012-11-141-0/+5
|
* fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIESJosh Blum2012-11-141-2/+0
|
* gr: same change for common PYTHON test pathsJosh Blum2012-11-141-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 testsJosh Blum2012-11-141-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
* fft: fixing float-in, complex-out fft block to use the right io sig.Tom Rondeau2012-11-101-1/+1
|
* gr: added python -B everywhere for clean source treeJosh Blum2012-11-041-1/+1
|
* Merge branch 'maint'Johnathan Corgan2012-07-031-0/+2
|\ | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt
| * swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan2012-07-031-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 Corgan2012-06-202-10/+7
|\ \ | |/ |/|
| * fft: export the FFTW malloc and free helper functions.Tom Rondeau2012-05-021-3/+3
| |
| * build: reworking cmake structure for include and lib directories. I think ↵Tom Rondeau2012-05-021-7/+4
| | | | | | | | | | | | this is cleaner. We also probably don't need the link_directories (according to the cmake guys, this is no longer necessary).
* | Merge branch 'sphinxdocs'Tom Rondeau2012-05-221-1/+1
|\ \
| * | Fixing cmake doc dependencies for gr-fft and gr-wavelet.Ben Reynwar2012-05-221-1/+1
| | |
* | | fft: should not export for static class memberJosh Blum2012-05-153-3/+3
| |/ |/|
* | fft: enabling doc and grc subdirs.Tom Rondeau2012-05-011-2/+2
|/
* fft: put helper classes in namespaceJohnathan Corgan2012-04-2914-638/+665
|
* fft: make interface functions pure virtualJohnathan Corgan2012-04-293-23/+11
|
* gr-fft: creates a gr-fft top-level component.Tom Rondeau2012-04-2731-0/+2317