summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
AgeCommit message (Expand)Author
2011-08-30digital: fixed up build to make libdigital_hier.la; does not swig or get buil...Tom Rondeau
2011-08-30digital: moved newly added CPM and GMSK hier blocks to gr-digital.Tom Rondeau
2011-08-30Merge remote branch 'mbant/cpm' into digitalTom Rondeau
2011-08-29Updating QA code for PLL blocks. Setting gains using new loop bw concept chan...Tom Rondeau
2011-08-29Updating all three PLL blocks to use new control_loop parent class.Tom Rondeau
2011-08-17small tweaks for windows buildingJosh Blum
2011-08-17Merge branch 'next' into digitalJosh Blum
2011-08-17Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
2011-08-14Convering the PLL refout block to use the gri_control_loop class to take care...Tom Rondeau
2011-08-14Adding a control_loop class that takes care of setting the loop gains and the...Tom Rondeau
2011-08-08digital: reworking pfb_clock_sync block for better construction of diff taps,...Tom Rondeau
2011-08-03rs: reasonable workaround for compiling reed-solomon under MSVCJosh Blum
2011-07-30updating PFB clock sync to use loop bandwidth and damping factor instead of s...Tom Rondeau
2011-07-30digital: moved fll_band_edge out of gnruadio-core.Tom Rondeau
2011-07-30core: made significant improvements in FLL algorithm. Now converges very nicely.Tom Rondeau
2011-07-28Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
2011-07-28Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-28filter: fixed file extension on filter CMakeLists neon codeJosh Blum
2011-07-27fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau
2011-07-26Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-26Merge branch 'master' into nextTom Rondeau
2011-07-26Merge branch 'maint'Tom Rondeau
2011-07-26Fixed warnings about doxygen format.Tom Rondeau
2011-07-26Fixed return warnings.Tom Rondeau
2011-07-26Merge branch 'master' into nextJohnathan Corgan
2011-07-26Merge branch 'maint'Johnathan Corgan
2011-07-26core: added missing io.h includes on cc filesJosh Blum
2011-07-26core: added missing config.h includes on cc filesJosh Blum
2011-07-24digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau
2011-07-24digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau
2011-07-24digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau
2011-07-23atsc: added cmake support for gr-atsc (unix only)Josh Blum
2011-07-23gr: tweaks to build cmake branch on osxJosh Blum
2011-07-22gr: added API macros for noaa and pager, also renamed the ones for digital an...Josh Blum
2011-07-21digital: moving correlate_access_code to gr-digital.Tom Rondeau
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-20core: API declaration macros for core class and function symbolsJosh Blum
2011-07-20digital: removed LMS and CMA equalizers from core that are supplanted in gr-d...Tom Rondeau
2011-07-20core: declare erf in case it was missing in math.h and provided for by the bu...Josh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-07-20core: removed files that included <strings.h>Josh Blum
2011-07-20core: removed uses of c99 dynamic arrays for MSVC compileJosh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-07-20core: hack needed for gri wisdom on windows because you cant pass file descri...Josh Blum
2011-07-20core: use gendir envvar to optionally generate makfile.gen into the build dirJosh Blum
2011-07-20core: added missing io.h includes on cc filesJosh Blum
2011-07-20core: added missing config.h includes on cc filesJosh Blum
2011-07-19digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig...Tom Rondeau
2011-07-19digital: removed references to modulators that were moved to gr-digital.Tom Rondeau
2011-07-19digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau