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.6.4-11-gdb5fd74
Date: Sat, 2 Mar 2013 21:02:08 +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  db5fd745919ac0f4bff5fbd528ebeff13536b057 (commit)
      from  4c164f4cbb7fc9284bec147809b078d0a8ed9f88 (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 db5fd745919ac0f4bff5fbd528ebeff13536b057
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 2 15:32:01 2013 -0500

    blocks: moving mute, probe_signal, probe_signal_v, and sample_and_hold to 
gr-blocks.

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml             |   10 +++
 gr-blocks/grc/blocks_mute_xx.xml                |   61 ++++++++++++++++
 gr-blocks/grc/blocks_probe_signal_vx.xml        |   57 +++++++++++++++
 gr-blocks/grc/blocks_probe_signal_x.xml         |   51 +++++++++++++
 gr-blocks/grc/blocks_sample_and_hold_xx.xml     |   49 +++++++++++++
 gr-blocks/include/blocks/CMakeLists.txt         |    4 +
 gr-blocks/include/blocks/mute_XX.h.t            |   54 ++++++++++++++
 gr-blocks/include/blocks/probe_signal_X.h.t     |   52 +++++++++++++
 gr-blocks/include/blocks/probe_signal_vX.h.t    |   53 ++++++++++++++
 gr-blocks/include/blocks/sample_and_hold_XX.h.t |   53 ++++++++++++++
 gr-blocks/lib/CMakeLists.txt                    |    4 +
 gr-blocks/lib/mute_XX_impl.cc.t                 |   89 +++++++++++++++++++++++
 gr-blocks/lib/mute_XX_impl.h.t                  |   53 ++++++++++++++
 gr-blocks/lib/probe_signal_X_impl.cc.t          |   68 +++++++++++++++++
 gr-blocks/lib/probe_signal_X_impl.h.t           |   52 +++++++++++++
 gr-blocks/lib/probe_signal_vX_impl.cc.t         |   69 ++++++++++++++++++
 gr-blocks/lib/probe_signal_vX_impl.h.t          |   54 ++++++++++++++
 gr-blocks/lib/sample_and_hold_XX_impl.cc.t      |   73 +++++++++++++++++++
 gr-blocks/lib/sample_and_hold_XX_impl.h.t       |   50 +++++++++++++
 gr-blocks/python/qa_mute.py                     |   89 +++++++++++++++++++++++
 gr-blocks/python/qa_probe_signal.py             |   65 +++++++++++++++++
 gr-blocks/python/qa_sample_and_hold.py          |   54 ++++++++++++++
 gr-blocks/swig/blocks_swig.i                    |   54 ++++++++++++++
 23 files changed, 1218 insertions(+), 0 deletions(-)
 create mode 100644 gr-blocks/grc/blocks_mute_xx.xml
 create mode 100644 gr-blocks/grc/blocks_probe_signal_vx.xml
 create mode 100644 gr-blocks/grc/blocks_probe_signal_x.xml
 create mode 100644 gr-blocks/grc/blocks_sample_and_hold_xx.xml
 create mode 100644 gr-blocks/include/blocks/mute_XX.h.t
 create mode 100644 gr-blocks/include/blocks/probe_signal_X.h.t
 create mode 100644 gr-blocks/include/blocks/probe_signal_vX.h.t
 create mode 100644 gr-blocks/include/blocks/sample_and_hold_XX.h.t
 create mode 100644 gr-blocks/lib/mute_XX_impl.cc.t
 create mode 100644 gr-blocks/lib/mute_XX_impl.h.t
 create mode 100644 gr-blocks/lib/probe_signal_X_impl.cc.t
 create mode 100644 gr-blocks/lib/probe_signal_X_impl.h.t
 create mode 100644 gr-blocks/lib/probe_signal_vX_impl.cc.t
 create mode 100644 gr-blocks/lib/probe_signal_vX_impl.h.t
 create mode 100644 gr-blocks/lib/sample_and_hold_XX_impl.cc.t
 create mode 100644 gr-blocks/lib/sample_and_hold_XX_impl.h.t
 create mode 100755 gr-blocks/python/qa_mute.py
 create mode 100644 gr-blocks/python/qa_probe_signal.py
 create mode 100644 gr-blocks/python/qa_sample_and_hold.py


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



reply via email to

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