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-294-g27694ed
Date: Fri, 6 Jul 2012 15:18:13 +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  27694edd168bc1260ff04950e837a6580afc49ab (commit)
       via  44647064669928517b233ca26bd97cd87847a235 (commit)
      from  a76cd7d47576054d7fac37710a8f79b908d18b00 (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 27694edd168bc1260ff04950e837a6580afc49ab
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 6 08:17:40 2012 -0700

    blocks: added gr::blocks::interleave

commit 44647064669928517b233ca26bd97cd87847a235
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 5 09:25:29 2012 -0700

    blocks: added gr::blocks::deinterleave

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |    5 ++
 .../grc/blocks_deinterleave.xml                    |   16 +++---
 .../grc/blocks_interleave.xml                      |    6 +-
 gr-blocks/include/blocks/CMakeLists.txt            |    2 +
 .../include/blocks/{and_XX.h.t => deinterleave.h}  |   25 ++++-----
 .../blocks/{conjugate_cc.h => interleave.h}        |   21 ++++---
 gr-blocks/lib/CMakeLists.txt                       |    2 +
 .../{conjugate_cc_impl.cc => deinterleave_impl.cc} |   48 +++++++++-------
 .../{complex_to_arg_impl.h => deinterleave_impl.h} |   16 +++--
 .../{and_const_XX_impl.cc.t => interleave_impl.cc} |   59 ++++++++++----------
 .../{complex_to_arg_impl.h => interleave_impl.h}   |   16 +++--
 .../gr => gr-blocks/python}/qa_interleave.py       |    7 +-
 gr-blocks/swig/blocks_swig.i                       |    6 ++
 13 files changed, 127 insertions(+), 102 deletions(-)
 copy grc/blocks/gr_deinterleave.xml => gr-blocks/grc/blocks_deinterleave.xml 
(76%)
 copy grc/blocks/gr_interleave.xml => gr-blocks/grc/blocks_interleave.xml (90%)
 copy gr-blocks/include/blocks/{and_XX.h.t => deinterleave.h} (67%)
 copy gr-blocks/include/blocks/{conjugate_cc.h => interleave.h} (67%)
 copy gr-blocks/lib/{conjugate_cc_impl.cc => deinterleave_impl.cc} (54%)
 copy gr-blocks/lib/{complex_to_arg_impl.h => deinterleave_impl.h} (76%)
 copy gr-blocks/lib/{and_const_XX_impl.cc.t => interleave_impl.cc} (51%)
 copy gr-blocks/lib/{complex_to_arg_impl.h => interleave_impl.h} (77%)
 copy {gnuradio-core/src/python/gnuradio/gr => 
gr-blocks/python}/qa_interleave.py (93%)


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



reply via email to

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