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-292-ga76cd7d
Date: Wed, 4 Jul 2012 14:23:41 +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  a76cd7d47576054d7fac37710a8f79b908d18b00 (commit)
       via  4c85f46aee089432b090b988dedbc42091084ba3 (commit)
      from  312de88604d052142f91ae4eb292ccd25fac7963 (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 a76cd7d47576054d7fac37710a8f79b908d18b00
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 4 07:22:49 2012 -0700

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

commit 4c85f46aee089432b090b988dedbc42091084ba3
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 4 07:11:51 2012 -0700

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

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |    2 ++
 .../grc/{blocks_and_xx.xml => blocks_or_xx.xml}    |    8 ++++----
 .../grc/blocks_xor_xx.xml                          |    6 +++---
 gr-blocks/include/blocks/CMakeLists.txt            |    2 ++
 gr-blocks/include/blocks/{not_XX.h.t => or_XX.h.t} |    4 ++--
 .../include/blocks/{not_XX.h.t => xor_XX.h.t}      |    4 ++--
 gr-blocks/lib/CMakeLists.txt                       |    2 ++
 .../lib/{and_XX_impl.cc.t => or_XX_impl.cc.t}      |    2 +-
 gr-blocks/lib/{and_XX_impl.h.t => or_XX_impl.h.t}  |    0
 .../lib/{and_XX_impl.cc.t => xor_XX_impl.cc.t}     |    2 +-
 gr-blocks/lib/{and_XX_impl.h.t => xor_XX_impl.h.t} |    0
 gr-blocks/python/qa_boolean_operators.py           |   19 +++++++++----------
 gr-blocks/swig/blocks_swig.i                       |   18 ++++++++++++++++++
 13 files changed, 46 insertions(+), 23 deletions(-)
 copy gr-blocks/grc/{blocks_and_xx.xml => blocks_or_xx.xml} (88%)
 copy grc/blocks/gr_xor_xx.xml => gr-blocks/grc/blocks_xor_xx.xml (88%)
 copy gr-blocks/include/blocks/{not_XX.h.t => or_XX.h.t} (92%)
 copy gr-blocks/include/blocks/{not_XX.h.t => xor_XX.h.t} (92%)
 copy gr-blocks/lib/{and_XX_impl.cc.t => or_XX_impl.cc.t} (97%)
 copy gr-blocks/lib/{and_XX_impl.h.t => or_XX_impl.h.t} (100%)
 copy gr-blocks/lib/{and_XX_impl.cc.t => xor_XX_impl.cc.t} (97%)
 copy gr-blocks/lib/{and_XX_impl.h.t => xor_XX_impl.h.t} (100%)


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



reply via email to

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