commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/gr-blocks-maste


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/gr-blocks-master, updated. 3.6.1git-128-g59f49f4
Date: Sat, 16 Jun 2012 19:25:44 +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/jcorgan".

The branch, wip/gr-blocks-master has been updated
       via  59f49f4663d5795adc7d7cc573d24c0747afad0f (commit)
      from  6a2d514fab10f692d49f724d1d09afce1c603fa0 (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 59f49f4663d5795adc7d7cc573d24c0747afad0f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 16 12:07:58 2012 -0700

    blocks: completed transition of add and multiply blocks
    
    * gr::blocks::add_*
    * gr::blocks::add_const_*
    * gr::blocks::add_const_v*
    * gr::blocks::multiply_*
    * gr::blocks::multiply_const_*
    * gr::blocks::multiply_const_v*
    
    Each of these has ss, ii, ff, and cc versions, for a total of
    24 blocks.

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

Summary of changes:
 gr-blocks/grc/blocks_add_const_vxx.xml             |   67 ++++
 gr-blocks/grc/blocks_add_const_xx.xml              |   67 ----
 gr-blocks/grc/blocks_block_tree.xml                |    3 +-
 gr-blocks/grc/blocks_multiply_const_vxx.xml        |   67 ++++
 gr-blocks/grc/blocks_multiply_xx.xml               |    2 +-
 gr-blocks/include/blocks/CMakeLists.txt            |   11 +-
 gr-blocks/include/blocks/add_const_XX.h.t          |    2 +-
 gr-blocks/include/blocks/add_const_vXX.h.t         |   66 ++++
 gr-blocks/include/blocks/multiply_const_XX.h.t     |   66 ++++
 gr-blocks/include/blocks/multiply_const_cc.h       |   66 ++++
 gr-blocks/include/blocks/multiply_const_ff.h       |   66 ++++
 gr-blocks/include/blocks/multiply_const_vXX.h.t    |   66 ++++
 gr-blocks/lib/CMakeLists.txt                       |   11 +-
 gr-blocks/lib/add_const_vXX_impl.cc.t              |   66 ++++
 gr-blocks/lib/add_const_vXX_impl.h.t               |   51 +++
 gr-blocks/lib/multiply_const_XX_impl.cc.t          |   77 +++++
 ...onst_XX_impl.h.t => multiply_const_XX_impl.h.t} |    0
 gr-blocks/lib/multiply_const_cc_impl.cc            |   72 ++++
 gr-blocks/lib/multiply_const_cc_impl.h             |   52 +++
 gr-blocks/lib/multiply_const_ff_impl.cc            |   72 ++++
 gr-blocks/lib/multiply_const_ff_impl.h             |   52 +++
 gr-blocks/lib/multiply_const_vXX_impl.cc.t         |   66 ++++
 gr-blocks/lib/multiply_const_vXX_impl.h.t          |   51 +++
 gr-blocks/python/__init__.py                       |    9 +
 gr-blocks/python/qa_add_and_friends.py             |  194 -----------
 gr-blocks/python/qa_add_mult_div_sub.py            |  230 +++++++++++++
 gr-blocks/python/qa_add_mult_v.py                  |  360 ++++++++++++++++++++
 gr-blocks/swig/blocks_swig.i                       |   36 ++
 28 files changed, 1678 insertions(+), 270 deletions(-)
 create mode 100644 gr-blocks/grc/blocks_add_const_vxx.xml
 delete mode 100644 gr-blocks/grc/blocks_add_const_xx.xml
 create mode 100644 gr-blocks/grc/blocks_multiply_const_vxx.xml
 create mode 100644 gr-blocks/include/blocks/add_const_vXX.h.t
 create mode 100644 gr-blocks/include/blocks/multiply_const_XX.h.t
 create mode 100644 gr-blocks/include/blocks/multiply_const_cc.h
 create mode 100644 gr-blocks/include/blocks/multiply_const_ff.h
 create mode 100644 gr-blocks/include/blocks/multiply_const_vXX.h.t
 create mode 100644 gr-blocks/lib/add_const_vXX_impl.cc.t
 create mode 100644 gr-blocks/lib/add_const_vXX_impl.h.t
 create mode 100644 gr-blocks/lib/multiply_const_XX_impl.cc.t
 copy gr-blocks/lib/{add_const_XX_impl.h.t => multiply_const_XX_impl.h.t} (100%)
 create mode 100644 gr-blocks/lib/multiply_const_cc_impl.cc
 create mode 100644 gr-blocks/lib/multiply_const_cc_impl.h
 create mode 100644 gr-blocks/lib/multiply_const_ff_impl.cc
 create mode 100644 gr-blocks/lib/multiply_const_ff_impl.h
 create mode 100644 gr-blocks/lib/multiply_const_vXX_impl.cc.t
 create mode 100644 gr-blocks/lib/multiply_const_vXX_impl.h.t
 delete mode 100755 gr-blocks/python/qa_add_and_friends.py
 create mode 100755 gr-blocks/python/qa_add_mult_div_sub.py
 create mode 100755 gr-blocks/python/qa_add_mult_v.py


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



reply via email to

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