summaryrefslogtreecommitdiff
path: root/gr-blocks
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pfb_reconstruction'Tom Rondeau2014-02-285-6/+42
|\
| * blocks: allows null source/sink to output/input multiple streams.Tom Rondeau2014-02-274-5/+41
| * blocks: allow subtract block to take a single input to invert the sign.Tom Rondeau2014-02-261-1/+1
* | runtime: adds a gr.tag_utils.python_to_tag to convert formatted dicts/lists/t...Tom Rondeau2014-02-231-1/+18
* | tags: adds get_tags_in_window helper function for handling tags. Also updates...Tom Rondeau2014-02-233-12/+31
* | Merge branch 'maint'Johnathan Corgan2014-02-222-4/+4
|\ \
| * | fixed faulty include guardMarcus Müller2014-02-221-1/+1
| * | message_strobe_random_impl.h: typo in include guard; is taken from not-_rando...Marcus Müller2014-02-221-3/+3
* | | Merge remote-tracking branch 'martin/pdu-to-tsb'Johnathan Corgan2014-02-224-99/+68
|\ \ \
| * | | blocks: tagged_stream_to_pdu now uses logic from tagged_stream_block, also mo...Martin Braun2014-02-174-99/+68
| |/ /
* / / blocks: adding abs_xx block/templateTim O'Shea2014-02-228-0/+227
|/ /
* | blocks: random_pdu (allow specifying the length modulo for random pdu lengths)Tim O'Shea2014-02-164-7/+20
* | blocks: random_pdu (speedup, also allow a byte mask), message_strobe_random (...Tim O'Shea2014-02-1611-10/+399
* | logger: setup logger for the tpb scheduler; fixes a swig issue when logger is...Tom Rondeau2014-02-161-1/+1
* | blocks: Add a new rotator_cc block to perform frequency shiftingSylvain Munaut2014-01-288-0/+222
* | blocks/rotator: Make the input data 'const'Sylvain Munaut2014-01-281-1/+1
* | blocks: Add QA tests for the rotator rotateN function which uses VOLKSylvain Munaut2014-01-282-0/+46
|/
* Merge branch 'maint'Tom Rondeau2014-01-102-2/+2
|\
| * build: fixing various warning from clang.Julien Olivain2014-01-102-2/+2
* | Merge branch 'maint'Johnathan Corgan2013-12-211-7/+7
|\|
| * block: fix msg_passing/hier/ exampleSebastian Koslowski2013-12-201-7/+7
* | Revert "GNU Radio EXPAND macros for template files:"Johnathan Corgan2013-12-182-57/+164
* | GNU Radio EXPAND macros for template files:Michael Dickens2013-12-142-164/+57
* | Merge branch 'maint'Johnathan Corgan2013-12-131-14/+14
|\|
| * blocks: bug fix in tagged_stream_to_pdu which was causing memory corruption a...Tim O'Shea2013-12-131-14/+14
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ...Philip Balister2013-12-051-1/+1
* | Merge branch 'maint'Tom Rondeau2013-12-012-1/+205
|\|
| * runtime: Moved QA code that uses blocks to the gr-blocks component.Tom Rondeau2013-12-011-0/+204
| * Fix a typo that prevents the Max block from working in GNU Radio CompanionClayton Smith2013-12-011-1/+1
* | blocks: throttle block now looks for rx_rate tag and updates the throttle rat...Tim O'Shea2013-11-274-7/+32
* | blocks: allow the user to specify the tag key used in the tags_strobe blockTim O'Shea2013-11-274-9/+39
* | blocks: adding tagged_stream_multiply_length for scaling item lengths (useful...Tim O'Shea2013-11-268-0/+287
* | Merge branch 'maint'Tom Rondeau2013-11-2319-60/+161
|\|
| * docs: fixed/modifying/adding documentation for blocks a-l.Tom Rondeau2013-11-2318-56/+157
| * blocks: prevent alowing more input streams than this block uses.Tom Rondeau2013-11-231-4/+4
* | Merge branch 'maint'Johnathan Corgan2013-11-212-2/+24
|\|
| * blocks: fix pdu_to_tagged_stream when saving leftover itemsAlistair Bird2013-11-212-2/+24
* | Merge branch 'maint'Tom Rondeau2013-11-191-2/+2
|\|
| * blocks: loosen restriction on damping factor in control_loop class.Tom Rondeau2013-11-191-2/+2
* | blocks: switch all blocks to use the VOLK dispatchers for alignment handling.Tom Rondeau2013-11-178-89/+30
|/
* Merge branch 'maint' of git.gnuradio.org:gnuradio into maintTom Rondeau2013-11-163-6/+26
|\
| * blocks: allow extra header chunks in wav_file_sourceSebastian Koslowski2013-11-163-6/+26
* | blocks: updated UDP source to handle no network connections by allowing use o...Tom Rondeau2013-11-163-7/+13
|/
* Merge remote-tracking branch 'tom/grhack13_clean_qt'Johnathan Corgan2013-11-075-9/+59
|\
| * runtime: changed name from set_group_delay to declare_sample_delay.Tom Rondeau2013-11-011-1/+1
| * Revert "blocks: adding message ports to repack_bits for setting input and out...Tom Rondeau2013-10-293-119/+32
| * Updated some blocks for the group_delay concept.Tom Rondeau2013-10-291-1/+1
| * runtime: for blocks with a group delay, tag location should be moved accordin...Tom Rondeau2013-10-291-0/+1
| * blocks: adding message ports to repack_bits for setting input and output valu...Tom Rondeau2013-10-293-32/+119
| * blocks: adding ability to set a key filter in tag_debug block.Tom Rondeau2013-10-294-9/+58