Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-24 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-23 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-23 | Merge branch 'maint' | Tom Rondeau | |
2011-09-23 | fixed QA code for PLL changes | Tom Rondeau | |
2011-09-23 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-23 | Merge branch 'maint' | Tom Rondeau | |
2011-09-23 | fixing PLL's so their output update is done at the right time; were lagging ↵ | Tom Rondeau | |
by a sample before. | |||
2011-09-22 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
Conflicts: gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h volk/bootstrap | |||
2011-09-22 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-21 | trellis: performed generation re-work on gr-trellis lib | Josh Blum | |
2011-09-21 | core: re-work gengen generation (hope its simpler) | Josh Blum | |
2011-09-21 | core: attempt at fixing up generation logic in gengen (filter, trellis TODO) | Josh Blum | |
2011-09-21 | core: Doxygen comments for added tag name parameter. | Tom Rondeau | |
2011-09-17 | cmake: modified find files to better follow coding guide | Josh Blum | |
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup | |||
2011-09-12 | cmake: updates to build after latest next merge | Josh Blum | |
2011-09-12 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-11 | filter: detect correct bit width on x86 compiler | Josh Blum | |
2011-09-09 | Merge branch 'master' into next | Tom Rondeau | |
Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared. | |||
2011-09-09 | Merge branch 'correlate_tag' | Tom Rondeau | |
2011-09-09 | tags: fixed fwrite line for the right item size number. | Tom Rondeau | |
2011-09-09 | fixing doxygen comment typo. | Tom Rondeau | |
2011-09-09 | tags: fixed fwrite line for the right item size number. | Tom Rondeau | |
2011-09-08 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-08 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-07 | core: added source deps to swig files (regen on *.h,*.i) | Josh Blum | |
2011-09-07 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-05 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
Conflicts: gr-trellis/src/lib/trellis_permutation.h | |||
2011-09-03 | Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samples | Nick Foster | |
correlate_access_code_tag_bb: modified to account for correlator lag. | |||
2011-08-03 | core: removed modification of includedir for pc file, its not needed and was ↵ | Josh Blum | |
messing it up | |||
2011-08-03 | rs: reasonable workaround for compiling reed-solomon under MSVC | Josh Blum | |
2011-08-02 | core: dont set boost vars for gnuradio-core.pc | Josh Blum | |
If this is useful, it should be in gruel.pc; but gruel.pc has no private libs or boost dirs. Also, the substitution of absolute boost library paths is bad for cross builds (even native ones) | |||
2011-08-02 | cmake: language tweak for component group description | Josh Blum | |
2011-07-28 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-28 | filter: fixed file extension on filter CMakeLists neon code | Josh Blum | |
2011-07-27 | fixed some more warnings; mostly in doxygen or order of variable initialization. | Tom Rondeau | |
2011-07-26 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-26 | Merge branch 'master' into next | Tom Rondeau | |
* master: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. | |||
2011-07-26 | Merge branch 'maint' | Tom Rondeau | |
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h | |||
2011-07-26 | Fixed warnings about doxygen format. | Tom Rondeau | |
2011-07-26 | Fixed return warnings. | Tom Rondeau | |
2011-07-26 | Merge branch 'master' into next | Johnathan Corgan | |
2011-07-26 | Merge branch 'maint' | Johnathan Corgan | |
2011-07-26 | core: added missing io.h includes on cc files | Josh Blum | |
Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch. | |||
2011-07-26 | core: added missing config.h includes on cc files | Josh Blum | |
Added to the cc files which were missing config.h and required compatibility functions defined in config.h. Applies to compiling under MSVC with cmake work branch. | |||
2011-07-23 | atsc: added cmake support for gr-atsc (unix only) | Josh Blum | |
2011-07-23 | gr: tweaks to build cmake branch on osx | Josh Blum | |
2011-07-22 | gr: added API macros for noaa and pager, also renamed the ones for digital ↵ | Josh Blum | |
and vocoder to be consistent | |||
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-20 | core: API declaration macros for core class and function symbols | Josh Blum | |
2011-07-20 | core: declare erf in case it was missing in math.h and provided for by the ↵ | Josh Blum | |
build system |