summaryrefslogtreecommitdiff
path: root/gr-blocks
Commit message (Expand)AuthorAgeFilesLines
* cmake: abs path for external volkSebastian Koslowski2015-03-301-1/+1
* Merge branch 'maint'Johnathan Corgan2015-03-281-1/+2
|\
| * docs: fixed labels and references in manual.Tom Rondeau2015-03-231-1/+2
* | Merge branch 'maint'Tom Rondeau2015-03-132-2/+22
|\|
| * blocks: message strobe shutdown fix.Tom Rondeau2015-03-132-2/+22
* | Merge branch 'maint'Tom Rondeau2015-03-136-15/+25
|\|
| * Merge remote-tracking branch 'mbant/blocks/bug_742' into maintTom Rondeau2015-03-133-2/+7
| |\
| | * blocks: Fixed static init of matrix_multiply membersMartin Braun2015-03-113-2/+7
| * | blocks: Fixed UDP source bugMartin Braun2015-03-133-13/+18
| |/
* | Merge branch 'maint'Johnathan Corgan2015-03-041-1/+7
|\|
| * Warn when the throttlers sleep time variable overflowsHarm te Hennepe2015-03-041-1/+7
* | Merge remote-tracking branch 'tom/pmt_globals2'Johnathan Corgan2015-03-041-2/+2
|\ \
| * | blocks: minor cleanup for types and using alias_pmt directly in pdu_to_tagged...Tom Rondeau2015-02-201-2/+2
* | | blocks: integration supports vector inputJiří Pinkava2015-02-235-13/+48
|/ /
* | runtime: updating buffer base pointer accessor to return const char*.Tom Rondeau2015-02-131-2/+2
* | runtime: added accessor to get base address of buffer. Addresses Issue #729.Tom Rondeau2015-02-133-13/+40
* | Merge remote-tracking branch 'tom/blocks/peak_det_api'Johnathan Corgan2015-02-042-2/+2
|\ \
| * | blocks: the API for the peak_detector blocks incorrectly uses int instead of ...Tom Rondeau2015-02-042-2/+2
* | | Merge branch 'maint'Johnathan Corgan2015-02-041-7/+6
|\ \ \ | |/ / |/| / | |/
| * blocks: cleans up the docs for the multiply_matrix blocks.Tom Rondeau2015-02-041-7/+6
* | Merge remote-tracking branch 'osh/probe_rate_msg'Johnathan Corgan2015-01-292-0/+10
|\ \
| * | blocks: add message output port to probe_rate blockTim O'Shea2015-01-292-0/+10
* | | gr-blocks: Make tap/tun configurable, fix GRC spec to be consistent with defa...Paul Garver2015-01-244-10/+33
|/ /
* | Merge remote-tracking branch 'fengzhe/repack_bits_update'Johnathan Corgan2015-01-224-4/+15
|\ \
| * | blocks: added callback function set_k_and_l to repack bitsfengzhe298882015-01-224-4/+15
* | | blocks: added callback functions to stream_to_tagged_streamfengzhe298882015-01-224-0/+19
|/ /
* | Merge branch 'maint'Johnathan Corgan2015-01-151-1/+4
|\|
| * blocks: Fix pdu_to_tagged_stream CPU spinning using blocking with timeoutSylvain Munaut2015-01-151-1/+4
* | spacing issues prettifiedStephan Ludwig (donludovico)2015-01-071-193/+193
* | grc,blocks,fft,filter: assigned categories to all blocks without any; further...Stephan Ludwig (donludovico)2015-01-031-0/+8
|/
* Merge branch 'maint'Johnathan Corgan2014-12-291-1/+1
|\
| * blocks/tagged_stream_multiply_length: Fix tag duplication issuesSylvain Munaut2014-12-291-1/+1
* | blocks: added endianness toggle to repack bits.Tom Rondeau2014-12-295-42/+164
* | Merge branch 'maint'Johnathan Corgan2014-12-231-9/+29
|\|
| * blocks: Improved docs for repack_bitsMartin Braun2014-12-191-9/+29
* | blocks: Made pdu_to_tagged_stream a TSB sourceMartin Braun2014-12-095-124/+198
* | Merge branch 'maint'Tom Rondeau2014-11-241-1/+1
|\|
| * fix UDP testJiří Pinkava2014-11-241-1/+1
* | blocks: UDP sink does not enforce IPv4Jiří Pinkava2014-11-171-3/+2
* | blocks: UDP source does not enforce IPv4 anny moreJiří Pinkava2014-11-171-2/+1
* | Merge branch 'maint'Tom Rondeau2014-10-232-2/+2
|\|
| * blocks: fixed use of "not" for "!".Tom Rondeau2014-10-222-2/+2
* | blocks: adding a tanh lut for control_loop blocks to use.Tom Rondeau2014-10-211-0/+81
* | Merge branch 'maint'Tom Rondeau2014-10-064-24/+22
|\|
| * Removing use of 'and', 'or', and 'not' for &&, ||, and !.Tom Rondeau2014-10-062-20/+18
| * blocks: benchmark scripts using wrong includes.Tom Rondeau2014-10-062-4/+4
* | blocks: better handling of srcid with vector_source blocks.Tom Rondeau2014-10-022-23/+107
* | Merge branch 'maint'Tom Rondeau2014-10-011-3/+3
|\|
| * blocks: fixed relative rate in keep_m_in_n. It's m-in-n, not n-in-m.Tom Rondeau2014-10-011-3/+3
* | blocks: switching last calls from boost::thread to gr::thread.Tom Rondeau2014-09-304-8/+8