summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
AgeCommit message (Expand)Author
2011-07-26core: added missing config.h includes on cc filesJosh Blum
2011-05-12core: adding get/set sensitivity accessors to frequency_modulator_fc block.Tom Rondeau
2011-04-12Small bug fix so M&M block asks for the right number of items.Tom Rondeau
2011-04-07core: missed a line in the Makefile for int_to_float.Tom Rondeau
2011-04-07core: adding QA code for int_to_float block.Tom Rondeau
2011-04-07core: adding a type converter - int -> float.Tom Rondeau
2011-03-28throttle: cleanup conditional code and reimplement with boost posix timeJosh Blum
2011-03-14Merge remote branch 'jblum/wip/attributes' into nextJohnathan Corgan
2011-03-14created gruel/attributes.h to house compiler specific attribute macrosJosh Blum
2011-03-07reverted accidental change to keep 1 in n blockJosh Blum
2011-03-07uhd: fix generation typo on uhd grc blocks io directionJosh Blum
2011-02-27use boost::math::trunc in gr_frequency_modulator_fc.ccJosh Blum
2011-01-23Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau
2011-01-22created gr_sys_paths.h to house functions for getting system pathsJosh Blum
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-06Augment gr_nop to count received pmt messages by way of set_msg_handler.Eric 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-11-29Add additional scripting language vector testsEric Blossom
2010-11-29Block is a gr_block, so this sets its relative rate. Was required for using i...Tom Rondeau
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-24Changing API for gr_skiphead to use uint64_t for the offset instead of size_t...Tom Rondeau
2010-11-19Enable a couple more testsEric Blossom
2010-11-18Disable items that require swig directors when building guile bindings.Eric Blossom
2010-11-17Changing blocks to use new get_tags api and tag convinience functions.Tom Rondeau
2010-11-16Adding a burst tagger that creates a tag when a signal is observed on line 1.Tom Rondeau
2010-11-16Reverting to a sync_block for the annotator functions. Testing different rate...Tom Rondeau
2010-11-16Merge branch 'next' into taggingTom Rondeau
2010-11-14Add tests that show that vector<complex<float>> is not working...Eric Blossom
2010-11-14Update gr_nop, gr_null_sink and gr_null_source to modern coding conventions.Eric Blossom
2010-11-14Fixing constructor interface to work better through python (int instead of ui...Tom Rondeau
2010-11-14Fixed as many problems in general_ctors.test as I could quickly.Eric Blossom
2010-11-14Adds argument to annotator test blocks to determine when they add a new tag.Tom Rondeau
2010-11-14Fixing some bugs.Tom Rondeau
2010-11-13More test methods. Better testing of the all-to-all policy and more tests for...Tom Rondeau
2010-11-13Fixing how 1-to-1 annotator handles inputs to better test propagataion method.Tom Rondeau
2010-11-13Renamed annotator block that goes all-to-all now so that it can take in arbit...Tom Rondeau
2010-11-11Reworked 1-to-1 annotator block to better testing purposes.Tom Rondeau
2010-11-11Modifying the all-to-all stream annotator for better use in testing. It now a...Tom Rondeau
2010-11-11Adding an annotator block that moves tags using 1-to-1 policy.Tom Rondeau
2010-11-11Renaming random_annotator to annotator_1toall that moves tags from single inp...Tom Rondeau