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-130-g439b427
Date: Tue, 19 Jun 2012 17:01:42 +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  439b427e80ebc767db6e4e732213d89c2a6febd4 (commit)
       via  24962cd24c623c6822733fed4c911a4adabbdd57 (commit)
      from  59f49f4663d5795adc7d7cc573d24c0747afad0f (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 439b427e80ebc767db6e4e732213d89c2a6febd4
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 19 10:00:28 2012 -0700

    blocks: added gr::blocks::char_to_float

commit 24962cd24c623c6822733fed4c911a4adabbdd57
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 18 12:28:48 2012 -0700

    blocks: added div_XX and sub_XX blocks

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |    7 +++
 .../grc/blocks_char_to_float.xml                   |    6 +-
 .../grc/blocks_divide_XX.xml                       |    6 +-
 .../grc/blocks_sub_xx.xml                          |    6 +-
 gr-blocks/include/blocks/CMakeLists.txt            |    3 +
 .../{multiply_const_XX.h.t => char_to_float.h}     |   42 +++++++++-----------
 .../include/blocks/{add_XX.h.t => divide_XX.h.t}   |    4 +-
 .../include/blocks/{add_XX.h.t => sub_XX.h.t}      |    4 +-
 gr-blocks/lib/CMakeLists.txt                       |    3 +
 .../lib/{add_ff_impl.cc => char_to_float_impl.cc}  |   34 +++++++---------
 .../{multiply_ff_impl.h => char_to_float_impl.h}   |   16 +++++---
 .../lib/{add_XX_impl.cc.t => divide_XX_impl.cc.t}  |    2 +-
 .../lib/{add_XX_impl.h.t => divide_XX_impl.h.t}    |    0
 .../lib/{add_XX_impl.cc.t => sub_XX_impl.cc.t}     |    2 +-
 gr-blocks/lib/{add_XX_impl.h.t => sub_XX_impl.h.t} |    0
 gr-blocks/python/qa_add_mult_div_sub.py            |   38 +++++-------------
 .../python/qa_type_conversions.py                  |   41 +++++++++----------
 gr-blocks/swig/blocks_swig.i                       |   27 +++++++++++++
 18 files changed, 127 insertions(+), 114 deletions(-)
 copy grc/blocks/gr_char_to_float.xml => gr-blocks/grc/blocks_char_to_float.xml 
(82%)
 copy grc/blocks/gr_divide_xx.xml => gr-blocks/grc/blocks_divide_XX.xml (90%)
 copy grc/blocks/gr_sub_xx.xml => gr-blocks/grc/blocks_sub_xx.xml (90%)
 copy gr-blocks/include/blocks/{multiply_const_XX.h.t => char_to_float.h} (58%)
 copy gr-blocks/include/blocks/{add_XX.h.t => divide_XX.h.t} (93%)
 copy gr-blocks/include/blocks/{add_XX.h.t => sub_XX.h.t} (93%)
 copy gr-blocks/lib/{add_ff_impl.cc => char_to_float_impl.cc} (62%)
 copy gr-blocks/lib/{multiply_ff_impl.h => char_to_float_impl.h} (72%)
 copy gr-blocks/lib/{add_XX_impl.cc.t => divide_XX_impl.cc.t} (97%)
 copy gr-blocks/lib/{add_XX_impl.h.t => divide_XX_impl.h.t} (100%)
 copy gr-blocks/lib/{add_XX_impl.cc.t => sub_XX_impl.cc.t} (97%)
 copy gr-blocks/lib/{add_XX_impl.h.t => sub_XX_impl.h.t} (100%)
 copy gnuradio-core/src/python/gnuradio/gr/qa_copy.py => 
gr-blocks/python/qa_type_conversions.py (56%)


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



reply via email to

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