summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
AgeCommit message (Expand)Author
2011-01-22Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/misc/gr_fxpt_static_const_fix' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/math/explicit_type_overloads' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
2011-01-17gr fxpt static const fix:Josh Blum
2011-01-17math explicit type overloads:Josh Blum
2011-01-17gr math simplification:Josh Blum
2011-01-17Merge branch 'master' into nextTom Rondeau
2011-01-17Adding accessors to Goertzel filter GR block to call setparms from implementa...Tom Rondeau
2011-01-17Adding accessor function to Goertzel filter implementaiton to set/reset its p...Tom Rondeau
2011-01-17Merge branch 'e100-updates' into nextTom Rondeau
2011-01-10qa_set_msg_handler: Use sleep instead of yield.Eric Blossom
2011-01-10dotprod_fff : Fix clobber register entries.Philip Balister
2011-01-10dotprod_ccf : Add NEON support for ccf fir filter.Philip Balister
2011-01-06Add QA code for gr_basic_block::set_msg_handler.Eric Blossom
2011-01-06Augment gr_nop to count received pmt messages by way of set_msg_handler.Eric Blossom
2011-01-06Change pmt message handling interface in gr_basic_block.hEric Blossom
2011-01-05Have swig/guile wrap enums and constants as scheme variables, not functions.Eric Blossom
2011-01-04Fixing how far get_tags_in_range looks; should be exclusive of end point.Tom Rondeau
2011-01-04Only prune if we've moved on in the number of items read. Fixes the problem o...Tom Rondeau
2011-01-02Going back to iterators for use in erasing items from the deque.Tom Rondeau
2011-01-02Not using an iterator to prune the tags to see if this fixes a problem in Win...Tom Rondeau
2011-01-02Buffers now hold on to all tags from both this window and the last window of ...Tom Rondeau
2011-01-02Fixing a comment.Tom Rondeau
2010-12-23Merge branch 'master' into nextTom Rondeau
2010-12-23Modifying the unittest output. XML files are no longer written outside of the...Tom Rondeau
2010-12-21Merge branch 'next' into guile.Eric Blossom
2010-12-12PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau
2010-12-12PFB resampler: fixes bug where filter could be looking past the number of inp...Tom Rondeau
2010-12-12resampler PFB: Sets relative rate when rate is changed.Tom Rondeau
2010-12-12PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau
2010-12-12PFB resampler: fixes bug where filter could be looking past the number of inp...Tom Rondeau
2010-12-11Create method to set rate on pfb_arb_resamp after it has been created.Matt Ettus
2010-12-10Use load-extension-global instead of load-extensionEric Blossom
2010-12-07Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure thatEric Blossom
2010-12-07Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom
2010-12-06Merge branch 'next' into guile-nextEric Blossom
2010-12-06Merge branch 'master' into nextTom Rondeau
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
2010-11-30Remove generated file from repoEric Blossom
2010-11-29Add additional scripting language vector testsEric Blossom
2010-11-29Modifying QA tests for the sample tags. By default, it only checks the sizes ...Tom Rondeau
2010-11-29Block is a gr_block, so this sets its relative rate. Was required for using i...Tom Rondeau
2010-11-29Removing global pmt constants. Were causing segfaults during make check. Must...Tom Rondeau
2010-11-28Swapping order of testing rrate.Tom Rondeau
2010-11-28Merge branch 'tagging' of github.com:trondeau/gnuradio into taggingTom Rondeau
2010-11-28Changing propagation policy enum type name and making a few other minor edits.Tom Rondeau
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom