summaryrefslogtreecommitdiff
path: root/gnuradio-core
AgeCommit message (Expand)Author
2012-01-22sched: forgot to turn debugging off.Tom Rondeau
2012-01-22core: test case of using Volk to convert from float to short.Tom Rondeau
2012-01-22core: link to Volk.Tom Rondeau
2012-01-22sched: first attempt at working with aligned data sets. A block has an indica...Tom Rondeau
2012-01-19Merge branch 'master' into nextTom Rondeau
2012-01-19Merge branch 'maint'Tom Rondeau
2012-01-19core: fixed bug in FFT shift operation.Tom Rondeau
2012-01-16core: fix for off-by-one issue in strip chart. Increases buffer size for long...Marcus Leech
2012-01-16Merge branch 'master' into nextTom Rondeau
2012-01-16core: the burst_tag block can have user-defined keys and values for the tags ...Marcus Leech
2012-01-15core: fix for off-by-one issue in strip chart. Increases buffer size for long...Marcus Leech
2012-01-13Merge branch 'master' into nextJohnathan Corgan
2012-01-13Fix compilation with gcc-4.7Jaroslav Skarvada
2012-01-07Merge branch 'master' into nextJohnathan Corgan
2012-01-07core: comment out QA debug outputJohnathan Corgan
2012-01-03Merge branch 'master' into nextTom Rondeau
2012-01-03Merge branch 'max_noutputs'Tom Rondeau
2012-01-02scheduler: add default (large) max noutput_items to C++ run function.Tom Rondeau
2012-01-02scheduler: if the block is an interpolator that needs a minimum of some numbe...Tom Rondeau
2012-01-02Merge branch 'master' into nextJohnathan Corgan
2012-01-02Merge branch 'maint'Johnathan Corgan
2012-01-02volk: fix overrule detection (cant reply on cpu name)Josh Blum
2012-01-02core: fix gr_udp_sink by including asioJosh Blum
2012-01-02Merge branch 'maint'Tom Rondeau
2012-01-02pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps param...Tom Rondeau
2012-01-01scheduler: access to set max noutput_items in start method through Python.Tom Rondeau
2012-01-01scheduler: first attempt at being able to set an upper limit on the noutput_i...Tom Rondeau
2012-01-01Merge branch 'maint'Tom Rondeau
2012-01-01pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps param...Tom Rondeau
2012-01-01pfb: updated and hopefully better documentation of the PFB clock sync blocks.Tom Rondeau
2011-12-30Merge branch 'master' into nextTom Rondeau
2011-12-22core: added accessors to get all settable values of the channel_model objects.Tom Rondeau
2011-12-22core: added accessors to noise_source to get type and amplitude of object.Tom Rondeau
2011-12-22filters: added accessor functions to FFT and FIR filter classes to return vec...Tom Rondeau
2011-12-14Merge branch 'master' into nextTom Rondeau
2011-12-14core: API exposure patch.Nick Foster
2011-12-13core: WAV sink is now threadsafe; do_update() therefore must be private.Martin Braun
2011-12-13Merge branch 'master' into nextJohnathan Corgan
2011-12-13runtime: improve hier_block2 error messagesJulien Olivain
2011-12-11Merge branch 'master' into nextJohnathan Corgan
2011-12-11docs: fixing format of link in simply_framer_sync. Helps older Doxygen versio...Tom Rondeau
2011-12-08Merge branch 'master' into nextJohnathan Corgan
2011-12-08gnuradio-core: fix typo in documentationTimo Juhani Lindfors
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
2011-12-06docs: fixes some warnings.Tom Rondeau
2011-12-06Fixed warnings generated by variable declaration order.Tom Rondeau
2011-12-05docs: more fixes for generated swig files. This worked before the merge, but ...Tom Rondeau
2011-12-04docs: better install of swig docs .i files since we actually have a variable ...Tom Rondeau
2011-11-28docs: installing generated _doc.i files under autotools.Tom Rondeau
2011-11-27docs: autotools Makefile.am generates empty swig_docs .i files; builds in aut...Tom Rondeau