Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-25 | Merge branch 'maint' | Johnathan Corgan | |
2012-01-25 | core: fix floor ambiguous overload in vcc fftw | Josh Blum | |
The msvc compiler doesnt like the ambiguous overload of floor. However, floor should not have an effect on the integer divide anyway. | |||
2012-01-21 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-21 | Merge branch 'maint' | Tom Rondeau | |
2012-01-21 | noaa: add pc file for gr-noaa to m4 file. | Tom Rondeau | |
2012-01-19 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-19 | Merge branch 'maint' | Tom Rondeau | |
2012-01-19 | docs: another try/except/rerun spot. | Tom Rondeau | |
2012-01-19 | Merge branch 'maint' | Tom Rondeau | |
2012-01-19 | Merge branch 'nosync' into maint | Tom Rondeau | |
2012-01-19 | core: fixed bug in FFT shift operation. | Tom Rondeau | |
2012-01-18 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-18 | Merge branch 'maint' | Tom Rondeau | |
2012-01-18 | volk: fix for newer orc. | Nick Foster | |
2012-01-18 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: gr-noaa/Makefile.am | |||
2012-01-18 | Merge branch 'maint' | Johnathan Corgan | |
2012-01-18 | noaa: add pkgconfig file for C++ library | Johnathan Corgan | |
2012-01-17 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-17 | Merge branch 'maint' | Johnathan Corgan | |
2012-01-17 | qtgui: better findqwt.cmake with standard paths | Josh Blum | |
2012-01-17 | gruel: hrt under bsd should use clock gettime | Josh Blum | |
2012-01-17 | cmake: fix for cmake 2.6 with library extras mode | Josh Blum | |
OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8 LIBRARY_OUTPUT_NAME is new to 2.8 and more specific | |||
2012-01-16 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-16 | Merge branch 'maint' | Tom Rondeau | |
2012-01-16 | digital: fixing up BERT interfaces. Also added a gain control to the tx side ↵ | Tom Rondeau | |
(so options.amplitude is actually used). | |||
2012-01-16 | docs: another hack to check for errors and retry when building the swigdocs. | Tom Rondeau | |
2012-01-16 | core: fix for off-by-one issue in strip chart. Increases buffer size for ↵ | Marcus Leech | |
longer displays. | |||
2012-01-16 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: grc/blocks/Makefile.am | |||
2012-01-16 | core: the burst_tag block can have user-defined keys and values for the tags ↵ | Marcus Leech | |
when a burst is on or off instead of static values. Defaults are the same. Use set_true_tag and set_false_tag to override these. | |||
2012-01-15 | core: fix for off-by-one issue in strip chart. Increases buffer size for ↵ | Marcus Leech | |
longer displays. | |||
2012-01-15 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-15 | digital: added get/set functions to mpsk_receiver_cc for theta (phase ↵ | Tom Rondeau | |
offset), omega relative limit, and modulation order. | |||
2012-01-13 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-13 | Merge branch 'maint' | Johnathan Corgan | |
2012-01-13 | Fix compilation with gcc-4.7 | Jaroslav Skarvada | |
2012-01-07 | Merge branch 'master' into next | Johnathan Corgan | |
* Use -s ours to skip over release commits on master | |||
2012-01-07 | build: update revision to 3.5.2git | Johnathan Corgan | |
2012-01-07 | build: update revision to 3.5.1 | Johnathan Corgan | |
2012-01-07 | build: update canonical config files | Johnathan Corgan | |
2012-01-07 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-07 | core: comment out QA debug output | Johnathan Corgan | |
2012-01-06 | docs: another recheck point in the siwg_doc code. If a parse error happens, ↵ | Tom Rondeau | |
try rereading up to 3 times. | |||
2012-01-06 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-06 | Merge branch 'maint' | Tom Rondeau | |
2012-01-06 | Remove some more warnings. I'm probably being a bit OCD about these ones, ↵ | Tom Rondeau | |
but it makes the build output so much nicer... | |||
2012-01-06 | volk: minor changes to fix some warnings. | Tom Rondeau | |
2012-01-06 | volk: tell Orc compiler to include math.h to find some generic functions (sqrt). | Tom Rondeau | |
2012-01-06 | Revert "volk: remove warning about implicit declaration of sqrt." | Tom Rondeau | |
This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1. Broke it more than fixed it. | |||
2012-01-03 | build: have swig_doc catch the exception when the xml parsing fails on a ↵ | Tom Rondeau | |
not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass... |