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 | -1/+2 |
| | | | | 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). | ||||
* | fft: restore FFTW3F_THREADS support for fft.cc | Josh Blum | 2012-11-14 | 1 | -0/+5 |
| | |||||
* | fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIES | Josh Blum | 2012-11-14 | 1 | -2/+0 |
| | |||||
* | fft: fixing float-in, complex-out fft block to use the right io sig. | Tom Rondeau | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | build: reworking cmake structure for include and lib directories. I think ↵ | Tom Rondeau | 2012-05-02 | 1 | -7/+4 |
| | | | | | | this is cleaner. We also probably don't need the link_directories (according to the cmake guys, this is no longer necessary). | ||||
* | fft: put helper classes in namespace | Johnathan Corgan | 2012-04-29 | 10 | -421/+435 |
| | |||||
* | gr-fft: creates a gr-fft top-level component. | Tom Rondeau | 2012-04-27 | 9 | -0/+1002 |