summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
AgeCommit message (Expand)Author
2012-03-13Merge branch 'probe'Tom Rondeau
2012-03-13core: adding new probe_signal from gengen into autotools build.Tom Rondeau
2012-03-12Added gr_probe_signal_X and gr_probe_signal_vX.Ben Reynwar
2012-03-01Merge remote branch 'tom/safe_align'Johnathan Corgan
2012-02-26Merge branch 'maint'Johnathan Corgan
2012-02-26core: add null constructors to sync_* blocksJohnathan Corgan
2012-02-23Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau
2012-02-17core: protection if set_delay is called before the last delay update has fini...Tom Rondeau
2012-02-17core: in delay block, protect against repeated calls to set_delay with the sa...Tom Rondeau
2012-02-16copyright adjustment.Tom Rondeau
2012-02-16core: allowing delay to be dynamic for runtime changes to set_delay.Tom Rondeau
2012-02-14build: fix autotools for gnuradio-core volkificationJohnathan Corgan
2012-02-14Merge branch 'master' into safe_alignJohnathan Corgan
2012-02-13core: change alignment requirement.Tom Rondeau
2012-02-13core: reverting float_to_int to non-Volk due to precision/wrapping issues.Tom Rondeau
2012-02-13core: fixed alignment call for char_to_short.Tom Rondeau
2012-02-13core: using volk for conjugate block and added QA code for it.Tom Rondeau
2012-02-13core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code.Tom Rondeau
2012-02-13core: added volk version of add_ff.Tom Rondeau
2012-02-13core: new multiply_const_ff and multiply_ff blocks done using Volk.Tom Rondeau
2012-02-13sched: some added protections and checks for the alignment states.Tom Rondeau
2012-02-13core: moving multiply_const_ff from gengen to general to take advantage of volk.Tom Rondeau
2012-02-07Merge branch 'maint'Tom Rondeau
2012-02-07docs: better handling of html only for formulas.Tom Rondeau
2012-02-06gui: better handling of buffers in oscope for stripchart/non-stripchart.Marcus Leech
2012-02-06Merge branch 'maint'Tom Rondeau
2012-02-06core: updated missed vfc version of fft block to use nthreads.Tom Rondeau
2012-02-06docs: fixed some markup of formulas between html and xml (and therefore the s...Tom Rondeau
2012-02-06core: fix a warning.Tom Rondeau
2012-02-06core: expose nthreads setting through to fft_filters.Tom Rondeau
2012-02-06core: expose nthreads capabilities to gr_fft_vcc.Tom Rondeau
2012-02-06core: add functions to set/get nthreads of gri FFT object.Tom Rondeau
2012-02-06core: enable use of fftw's threading capabilities.Marcus Leech
2012-02-06Merge branch 'maint'Tom Rondeau
2012-02-06io: fix triggering and performance issues with oscope; specifically for the s...Marcus Leech
2012-02-02core: more fixes when moving files from gengen to general.Tom Rondeau
2012-02-02core: moving multiply_cc and multiply_const_cc out of gengen and into general...Tom Rondeau
2012-02-02sched: better working alignment handling.Tom Rondeau
2012-01-30core: redo fft_filter (complex and float) with Volk.Tom Rondeau
2012-01-30core: fixing up complex_to_xxx for using Volk where appropriate. Speed benchm...Tom Rondeau
2012-01-30core: complex_to_xxx (float, real, imag, arg) to volk.Tom Rondeau
2012-01-29core: minor edits.Tom Rondeau
2012-01-29core: switched complex to mag and mag_squared to use Volk functions.Tom Rondeau
2012-01-28core: update Makefile.am for new type converters.Tom Rondeau
2012-01-28core: more type converters in Volk; adding char_to_short converter.Tom Rondeau
2012-01-28core: more conversion work to Volk for type converters.Tom Rondeau
2012-01-28core: cleanup short_to_float.Tom Rondeau
2012-01-28core: short_to_X: adding short_to_char block using Volk; made Volk version of...Tom Rondeau
2012-01-28core: minor tweaks to float_to_XTom Rondeau
2012-01-28volk: cleaned up float_to_X to be Volk-only and added vlen and scale to const...Tom Rondeau