summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: swig_docs don't look at operators when building Python documentation.Marcus Mueller2012-02-101-0/+2
|
* Merge branch 'maint'Tom Rondeau2012-02-102-1/+45
|\
| * cmake: adding uninstall target for howto-write-a-block-cmake.Martin Braun2012-02-102-1/+45
| |
* | cmake: fix for handling fftw_threads as an optional library only.Tom Rondeau2012-02-081-2/+2
| |
* | Merge branch 'maint'Tom Rondeau2012-02-073-6/+18
|\|
| * docs: better handling of html only for formulas.Tom Rondeau2012-02-073-6/+18
| |
* | gui: better handling of buffers in oscope for stripchart/non-stripchart.Marcus Leech2012-02-061-18/+46
| |
* | Merge branch 'maint'Johnathan Corgan2012-02-061-1/+1
|\|
| * Merge remote branch 'ncorgan/package-version-fix' into maintJohnathan Corgan2012-02-061-1/+1
| |\
| | * CMake package uses "X.X.X" version number instead of "vX.X.X"Nicholas Corgan2012-02-061-1/+1
| | |
* | | Merge branch 'maint'Johnathan Corgan2012-02-061-1/+1
|\| |
| * | Revert "dpkg rejects "vX.X.X" version number because it doesn't start with a ↵Johnathan Corgan2012-02-061-1/+1
| | | | | | | | | | | | | | | | | | number, CMake assigns "X.X.X" version number to generated executables" This reverts commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86.
* | | Merge branch 'maint'Tom Rondeau2012-02-064-16/+34
|\| |
| * | Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau2012-02-061-1/+1
| |\ \
| * | | docs: fixed some markup of formulas between html and xml (and therefore the ↵Tom Rondeau2012-02-063-15/+33
| | | | | | | | | | | | | | | | swigdocs).
| * | | core: fix a warning.Tom Rondeau2012-02-061-1/+1
| | | |
* | | | grc: add nthread parameter to FFT-based blocks.Tom Rondeau2012-02-062-3/+17
| | | |
* | | | core: updated missed vfc version of fft block to use nthreads.Tom Rondeau2012-02-066-15/+47
| | | | | | | | | | | | | | | | Also updates copyright dates.
* | | | Merge branch 'maint'Johnathan Corgan2012-02-061-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote branch 'ncorgan/package-version-fix' into maintJohnathan Corgan2012-02-061-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * dpkg rejects "vX.X.X" version number because it doesn't start with a number, ↵Nicholas Corgan2012-02-061-1/+1
| | | | | | | | | | | | CMake assigns "X.X.X" version number to generated executables
* | | Merge branch 'maint'Tom Rondeau2012-02-060-0/+0
|\| |
| * | Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau2012-02-061-1/+1
| |\ \
* | \ \ Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2012-02-061-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'maint'Johnathan Corgan2012-02-061-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | howto: fix cmake swig header installationJohnathan Corgan2012-02-061-1/+1
| | | |/ | | |/|
* | | | core: expose nthreads setting through to fft_filters.Tom Rondeau2012-02-0611-30/+254
| | | | | | | | | | | | | | | | Can set nthreads as last arg to filter; defaults to 1 so no change in default behavior.
* | | | core: expose nthreads capabilities to gr_fft_vcc.Tom Rondeau2012-02-066-14/+123
| | | | | | | | | | | | | | | | Can set and get nthreads; defaults to 1, so no change in default behavior.
* | | | core: add functions to set/get nthreads of gri FFT object.Tom Rondeau2012-02-062-0/+66
| | | |
* | | | core: enable use of fftw's threading capabilities.Marcus Leech2012-02-064-9/+53
| | | | | | | | | | | | | | | | Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
* | | | Merge branch 'maint'Tom Rondeau2012-02-061-1/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | io: fix triggering and performance issues with oscope; specifically for the ↵Marcus Leech2012-02-061-1/+2
| |/ | | | | | | strip-chart features.
* | Merge branch 'maint'Johnathan Corgan2012-02-056-8/+8
|\|
| * cmake: remove QUIET option from some listfilesJohnathan Corgan2012-02-054-4/+4
| | | | | | | | * PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
| * howto: various fixes cmake, cleanupJohnathan Corgan2012-02-052-4/+4
| | | | | | | | | | | | | | | | * Fixed include dir variable, now works when gnuradio-core in custom prefix * Removed QUIET option, only works for cmake >=2.8.2, Ubuntu LTS has 2.8.0 * Fixed library name for gruel search
* | Merge branch 'maint'Johnathan Corgan2012-02-031-2/+2
|\|
| * Fixed mislabeled dependencies for Fedora 15Nicholas Corgan2012-02-031-2/+2
| |
* | Merge branch 'maint'Johnathan Corgan2012-02-022-4/+13
|\|
| * grc: better error for import gr failJosh Blum2012-02-021-2/+11
| |
| * grc: fix install permissions on grc_setup_freedesktopJosh Blum2012-02-021-2/+2
| |
| * Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau2012-02-011-1/+1
| |\
* | \ Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2012-02-017-8/+70
|\ \ \
| * \ \ Merge branch 'gr-uhd-async-msg-recv'Johnathan Corgan2012-01-276-7/+69
| |\ \ \
| | * | | uhd: add async message print option to appsJohnathan Corgan2012-01-264-7/+57
| | | | |
| | * | | uhd: add utility function to convert raw gr_message to async_metadata_tJohnathan Corgan2012-01-262-0/+12
| | | | |
| * | | | Merge branch 'maint'Johnathan Corgan2012-01-251-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | core: fix floor ambiguous overload in vcc fftwJosh Blum2012-01-251-1/+1
| | |/ / | | | | | | | | | | | | | | | | The msvc compiler doesnt like the ambiguous overload of floor. However, floor should not have an effect on the integer divide anyway.
* | | | Merge branch 'maint'Tom Rondeau2012-02-010-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | uhd: fix for uhd_fft to work with basicRx d'board.Marcus Leech2012-02-011-9/+16
| | |/ | |/|
* | | Merge branch 'uhd_fft_rxbasic'Tom Rondeau2012-02-011-9/+16
|\ \ \ | |_|/ |/| |