commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (e24b3a8 -> ff7e6a4)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (e24b3a8 -> ff7e6a4)
Date: Mon, 3 Apr 2017 16:48:47 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch next
in repository gnuradio.

      from  e24b3a8   Merge branch 'master' into next
       new  cb749ae   blocks: Add tag share block
       new  d917a51   Merge remote-tracking branch 'gnuradio-github/pr/1243'
       new  ff7e6a4   Merge branch 'master' into next

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |  1 +
 .../grc/blocks_tag_share.xml                       | 53 ++++++++-------
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |  1 +
 gr-blocks/include/gnuradio/blocks/tag_share.h      | 68 +++++++++++++++++++
 gr-blocks/lib/CMakeLists.txt                       |  1 +
 gr-blocks/lib/tag_share_impl.cc                    | 79 ++++++++++++++++++++++
 ...onentiate_const_cci_impl.h => tag_share_impl.h} | 32 ++++-----
 gr-blocks/python/blocks/qa_tag_share.py            | 73 ++++++++++++++++++++
 gr-blocks/swig/blocks_swig6.i                      |  3 +
 9 files changed, 270 insertions(+), 41 deletions(-)
 copy gr-fec/grc/fec_decoder.xml => gr-blocks/grc/blocks_tag_share.xml (66%)
 create mode 100644 gr-blocks/include/gnuradio/blocks/tag_share.h
 create mode 100644 gr-blocks/lib/tag_share_impl.cc
 copy gr-blocks/lib/{exponentiate_const_cci_impl.h => tag_share_impl.h} (67%)
 create mode 100755 gr-blocks/python/blocks/qa_tag_share.py



reply via email to

[Prev in Thread] Current Thread [Next in Thread]