commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.7.0-62-g341145f
Date: Mon, 22 Jul 2013 17:57:45 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, master has been updated
       via  341145f99fd353ce79a3ea2f0f6c2679822cd71e (commit)
       via  7c9e104f4cfac04f8accab900d795ea569464a50 (commit)
      from  45c81bd6c1b978dd56d506594df226366f6325f1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 341145f99fd353ce79a3ea2f0f6c2679822cd71e
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 22 13:41:22 2013 -0400

    blocks: modified tag_debug block to publish number of tags in it's input 
queue to ControlPort.
    
    Also now respects display: off from GRC.

commit 7c9e104f4cfac04f8accab900d795ea569464a50
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 22 13:40:52 2013 -0400

    blocks: adding a tags strobing block to help test tag stream.

-----------------------------------------------------------------------

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |    2 +
 gr-blocks/grc/blocks_tag_debug.xml                 |    2 +-
 ...{blocks_tag_gate.xml => blocks_tags_strobe.xml} |   51 +++++-----
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |    1 +
 gr-blocks/include/gnuradio/blocks/tag_debug.h      |    5 +
 gr-blocks/include/gnuradio/blocks/tags_strobe.h    |   87 +++++++++++++++++
 gr-blocks/lib/CMakeLists.txt                       |    1 +
 gr-blocks/lib/tag_debug_impl.cc                    |   23 +++++-
 gr-blocks/lib/tag_debug_impl.h                     |    3 +
 gr-blocks/lib/tags_strobe_impl.cc                  |   99 ++++++++++++++++++++
 .../lib/{throttle_impl.h => tags_strobe_impl.h}    |   33 ++++---
 gr-blocks/python/blocks/qa_tags_strobe.py          |   96 +++++++++++++++++++
 gr-blocks/swig/blocks_swig5.i                      |    3 +
 13 files changed, 364 insertions(+), 42 deletions(-)
 copy gr-blocks/grc/{blocks_tag_gate.xml => blocks_tags_strobe.xml} (54%)
 create mode 100644 gr-blocks/include/gnuradio/blocks/tags_strobe.h
 create mode 100644 gr-blocks/lib/tags_strobe_impl.cc
 copy gr-blocks/lib/{throttle_impl.h => tags_strobe_impl.h} (61%)
 create mode 100644 gr-blocks/python/blocks/qa_tags_strobe.py


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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