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-45-g1ed37a3
Date: Thu, 7 Mar 2013 15:44:59 +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  1ed37a35647ba0fbefcc2f0fa02748e77405d0ee (commit)
       via  242997af1838146a56547d8ac9e2719eadebe66f (commit)
      from  6e5dfe1a3e2613df24fd1b47f5eb764eaf3dbd9f (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 1ed37a35647ba0fbefcc2f0fa02748e77405d0ee
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 7 10:30:32 2013 -0500

    blocks: did my best to provide some documentation for the bin_statistics 
block.

commit 242997af1838146a56547d8ac9e2719eadebe66f
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 7 10:21:23 2013 -0500

    blocks: moving bin_statistics_f into gr-blocks.
    
    QA worked, but keeping disabled for now in reference to issue #199.

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

Summary of changes:
 gr-blocks/include/blocks/CMakeLists.txt            |    1 +
 gr-blocks/include/blocks/bin_statistics_f.h        |   76 +++++++++
 gr-blocks/lib/CMakeLists.txt                       |    1 +
 gr-blocks/lib/bin_statistics_f_impl.cc             |  178 ++++++++++++++++++++
 gr-blocks/lib/bin_statistics_f_impl.h              |   82 +++++++++
 .../gr => gr-blocks/python}/qa_bin_statistics.py   |   35 ++--
 gr-blocks/swig/blocks_swig.i                       |    3 +
 7 files changed, 357 insertions(+), 19 deletions(-)
 create mode 100644 gr-blocks/include/blocks/bin_statistics_f.h
 create mode 100644 gr-blocks/lib/bin_statistics_f_impl.cc
 create mode 100644 gr-blocks/lib/bin_statistics_f_impl.h
 copy {gnuradio-core/src/python/gnuradio/gr => 
gr-blocks/python}/qa_bin_statistics.py (86%)


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



reply via email to

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