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-127-g6a2d514
Date: Thu, 14 Jun 2012 17:08:35 +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  6a2d514fab10f692d49f724d1d09afce1c603fa0 (commit)
      from  926f7cba99c4fa3906853e11ff4e91eea93a5a53 (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 6a2d514fab10f692d49f724d1d09afce1c603fa0
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 14 10:09:14 2012 -0700

    blocks: added multiply_xx, some cleanup on add_xx

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |    1 +
 .../grc/blocks_multiply_xx.xml                     |    4 +-
 gr-blocks/include/blocks/CMakeLists.txt            |    3 ++
 gr-blocks/include/blocks/add_ff.h                  |    3 +-
 .../include/blocks/{add_XX.h.t => multiply_XX.h.t} |    8 ++--
 .../include/blocks/{add_ff.h => multiply_cc.h}     |   15 +++++----
 .../include/blocks/{add_ff.h => multiply_ff.h}     |   15 +++++----
 gr-blocks/lib/CMakeLists.txt                       |    3 ++
 gr-blocks/lib/add_XX_impl.h.t                      |    1 +
 gr-blocks/lib/add_const_XX_impl.h.t                |    1 +
 gr-blocks/lib/add_ff_impl.h                        |    1 +
 .../{add_XX_impl.cc.t => multiply_XX_impl.cc.t}    |    2 +-
 .../lib/{add_XX_impl.h.t => multiply_XX_impl.h.t}  |    0
 .../lib/{add_ff_impl.cc => multiply_cc_impl.cc}    |   30 ++++++++++----------
 .../lib/{add_ff_impl.h => multiply_cc_impl.h}      |   13 ++++----
 .../lib/{add_ff_impl.cc => multiply_ff_impl.cc}    |   20 ++++++------
 .../lib/{add_ff_impl.h => multiply_ff_impl.h}      |   13 ++++----
 gr-blocks/python/qa_add_and_friends.py             |   10 +++---
 gr-blocks/swig/blocks_swig.i                       |   12 ++++++++
 19 files changed, 91 insertions(+), 64 deletions(-)
 copy grc/blocks/gr_multiply_xx.xml => gr-blocks/grc/blocks_multiply_xx.xml 
(93%)
 copy gr-blocks/include/blocks/{add_XX.h.t => multiply_XX.h.t} (88%)
 copy gr-blocks/include/blocks/{add_ff.h => multiply_cc.h} (75%)
 copy gr-blocks/include/blocks/{add_ff.h => multiply_ff.h} (75%)
 copy gr-blocks/lib/{add_XX_impl.cc.t => multiply_XX_impl.cc.t} (97%)
 copy gr-blocks/lib/{add_XX_impl.h.t => multiply_XX_impl.h.t} (100%)
 copy gr-blocks/lib/{add_ff_impl.cc => multiply_cc_impl.cc} (62%)
 copy gr-blocks/lib/{add_ff_impl.h => multiply_cc_impl.h} (80%)
 copy gr-blocks/lib/{add_ff_impl.cc => multiply_ff_impl.cc} (76%)
 copy gr-blocks/lib/{add_ff_impl.h => multiply_ff_impl.h} (80%)


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



reply via email to

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