summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Expand)Author
2011-09-12cmake: updates to build after latest next mergeJosh Blum
2011-09-12Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-09-11filter: detect correct bit width on x86 compilerJosh Blum
2011-09-09Merge branch 'master' into nextTom Rondeau
2011-09-09Merge branch 'correlate_tag'Tom Rondeau
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-09fixing doxygen comment typo.Tom Rondeau
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-08Merge branch 'master' into nextTom Rondeau
2011-09-07core: added source deps to swig files (regen on *.h,*.i)Josh Blum
2011-09-07logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus
2011-09-05Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-09-03Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samplesNick Foster
2011-08-03core: removed modification of includedir for pc file, its not needed and was ...Josh Blum
2011-08-03rs: reasonable workaround for compiling reed-solomon under MSVCJosh Blum
2011-08-02core: dont set boost vars for gnuradio-core.pcJosh Blum
2011-08-02cmake: language tweak for component group descriptionJosh 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-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-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-20core: API declaration macros for core class and function symbolsJosh Blum
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-19gr-vocoder: moved g72x out of gnuradio-core, renamed g7xxJohnathan Corgan
2011-07-18gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoderJohnathan Corgan
2011-07-17digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core t...Tom Rondeau
2011-07-17Merge branch '8psk' into nextTom Rondeau
2011-07-12fixing buildTom Rondeau
2011-07-10digital: removed new constellation blocks from gnuradio-core.Tom Rondeau
2011-07-01Fix sensitivity accessor in gr_frequency_modulator_fc.Johnathan Corgan