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-270-g025f323
Date: Mon, 2 Jul 2012 16:14:11 +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  025f323d9857715a31a1117693c5debd19393a46 (commit)
       via  cc085e128901a9f3e8bfcc45d1834a62d747726c (commit)
      from  70d89e2051264876055fe9f73cbcb2823806b3ee (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 025f323d9857715a31a1117693c5debd19393a46
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 2 09:13:13 2012 -0700

    blocks: added gr::blocks::and_const_XX (bb ss ii)

commit cc085e128901a9f3e8bfcc45d1834a62d747726c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 2 08:36:46 2012 -0700

    blocks: added gr::blocks::add_XX (bb ss ii)

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

Summary of changes:
 .../grc/blocks_and_const_xx.xml                    |    6 +-
 .../grc/blocks_and_xx.xml                          |    6 +-
 gr-blocks/grc/blocks_block_tree.xml                |    7 +++-
 gr-blocks/include/blocks/CMakeLists.txt            |    2 +
 .../include/blocks/{divide_XX.h.t => and_XX.h.t}   |    6 +-
 .../{multiply_const_XX.h.t => and_const_XX.h.t}    |   14 +++---
 gr-blocks/lib/CMakeLists.txt                       |    2 +
 .../lib/{divide_XX_impl.cc.t => and_XX_impl.cc.t}  |    4 +-
 .../lib/{divide_XX_impl.h.t => and_XX_impl.h.t}    |    2 +-
 ...y_const_XX_impl.cc.t => and_const_XX_impl.cc.t} |   20 ++++----
 ...ply_const_XX_impl.h.t => and_const_XX_impl.h.t} |    2 +-
 .../python}/qa_boolean_operators.py                |   46 +++++++++++++++++---
 gr-blocks/swig/blocks_swig.i                       |   18 ++++++++
 13 files changed, 99 insertions(+), 36 deletions(-)
 copy grc/blocks/gr_and_const_xx.xml => gr-blocks/grc/blocks_and_const_xx.xml 
(86%)
 copy grc/blocks/gr_and_xx.xml => gr-blocks/grc/blocks_and_xx.xml (88%)
 copy gr-blocks/include/blocks/{divide_XX.h.t => and_XX.h.t} (88%)
 copy gr-blocks/include/blocks/{multiply_const_XX.h.t => and_const_XX.h.t} (83%)
 copy gr-blocks/lib/{divide_XX_impl.cc.t => and_XX_impl.cc.t} (94%)
 copy gr-blocks/lib/{divide_XX_impl.h.t => and_XX_impl.h.t} (95%)
 copy gr-blocks/lib/{multiply_const_XX_impl.cc.t => and_const_XX_impl.cc.t} 
(85%)
 copy gr-blocks/lib/{multiply_const_XX_impl.h.t => and_const_XX_impl.h.t} (95%)
 copy {gnuradio-core/src/python/gnuradio/gr => 
gr-blocks/python}/qa_boolean_operators.py (82%)


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



reply via email to

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