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-10-g4c164f4
Date: Fri, 1 Mar 2013 14:03:46 +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  4c164f4cbb7fc9284bec147809b078d0a8ed9f88 (commit)
      from  8a49689fbd5d55d74033ad398cab6862fcb17acc (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 4c164f4cbb7fc9284bec147809b078d0a8ed9f88
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 28 22:32:26 2013 -0500

    blocks: moving argmax and max to gr-blocks.

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

Summary of changes:
 gr-blocks/grc/blocks_argmax_xx.xml      |   61 ++++++++++++++++++++++
 gr-blocks/grc/blocks_block_tree.xml     |    4 +-
 gr-blocks/grc/blocks_max_xx.xml         |   58 +++++++++++++++++++++
 gr-blocks/include/blocks/CMakeLists.txt |    2 +
 gr-blocks/include/blocks/argmax_XX.h.t  |   60 +++++++++++++++++++++
 gr-blocks/include/blocks/max_XX.h.t     |   58 +++++++++++++++++++++
 gr-blocks/lib/CMakeLists.txt            |    2 +
 gr-blocks/lib/add_XX_impl.h.t           |    1 +
 gr-blocks/lib/argmax_XX_impl.cc.t       |   86 +++++++++++++++++++++++++++++++
 gr-blocks/lib/argmax_XX_impl.h.t        |   50 ++++++++++++++++++
 gr-blocks/lib/max_XX_impl.cc.t          |   81 +++++++++++++++++++++++++++++
 gr-blocks/lib/max_XX_impl.h.t           |   50 ++++++++++++++++++
 gr-blocks/python/qa_argmax.py           |   73 ++++++++++++++++++++++++++
 gr-blocks/python/qa_max.py              |   65 +++++++++++++++++++++++
 gr-blocks/swig/blocks_swig.i            |   18 +++++++
 15 files changed, 668 insertions(+), 1 deletions(-)
 create mode 100644 gr-blocks/grc/blocks_argmax_xx.xml
 create mode 100644 gr-blocks/grc/blocks_max_xx.xml
 create mode 100644 gr-blocks/include/blocks/argmax_XX.h.t
 create mode 100644 gr-blocks/include/blocks/max_XX.h.t
 create mode 100644 gr-blocks/lib/argmax_XX_impl.cc.t
 create mode 100644 gr-blocks/lib/argmax_XX_impl.h.t
 create mode 100644 gr-blocks/lib/max_XX_impl.cc.t
 create mode 100644 gr-blocks/lib/max_XX_impl.h.t
 create mode 100644 gr-blocks/python/qa_argmax.py
 create mode 100755 gr-blocks/python/qa_max.py


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



reply via email to

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