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-251-g8c23d9f
Date: Sun, 24 Jun 2012 19:35:30 +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  8c23d9f9ebfe04b60d59efc636c6d5b02baacc99 (commit)
       via  b48716fe0b666cf2be605c0c7d79111c6caf96c5 (commit)
      from  80aa560bbb59cad4d4d351a1e9c8c1fb56897397 (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 8c23d9f9ebfe04b60d59efc636c6d5b02baacc99
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 24 11:42:20 2012 -0700

    blocks: added gr::blocks::float_to_complex

commit b48716fe0b666cf2be605c0c7d79111c6caf96c5
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 24 11:20:03 2012 -0700

    blocks: added gr::blocks::float_to_char

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |    4 +-
 ..._char_to_float.xml => blocks_float_to_char.xml} |   12 ++--
 .../grc/blocks_float_to_complex.xml                |    6 +-
 gr-blocks/include/blocks/CMakeLists.txt            |    2 +
 .../blocks/{char_to_float.h => float_to_char.h}    |   20 ++++----
 .../{complex_to_arg.h => float_to_complex.h}       |   14 +++---
 gr-blocks/lib/CMakeLists.txt                       |    2 +
 ...char_to_float_impl.cc => float_to_char_impl.cc} |   30 ++++++-----
 .../{char_to_float_impl.h => float_to_char_impl.h} |   12 ++--
 ...x_to_float_impl.cc => float_to_complex_impl.cc} |   54 +++++++-------------
 ...mplex_to_arg_impl.h => float_to_complex_impl.h} |   12 ++--
 gr-blocks/python/qa_type_conversions.py            |   46 ++++++++++++++++-
 gr-blocks/swig/blocks_swig.i                       |    6 ++
 13 files changed, 132 insertions(+), 88 deletions(-)
 copy gr-blocks/grc/{blocks_char_to_float.xml => blocks_float_to_char.xml} (82%)
 copy grc/blocks/gr_float_to_complex.xml => 
gr-blocks/grc/blocks_float_to_complex.xml (83%)
 copy gr-blocks/include/blocks/{char_to_float.h => float_to_char.h} (71%)
 copy gr-blocks/include/blocks/{complex_to_arg.h => float_to_complex.h} (76%)
 copy gr-blocks/lib/{char_to_float_impl.cc => float_to_char_impl.cc} (63%)
 copy gr-blocks/lib/{char_to_float_impl.h => float_to_char_impl.h} (82%)
 copy gr-blocks/lib/{complex_to_float_impl.cc => float_to_complex_impl.cc} (56%)
 copy gr-blocks/lib/{complex_to_arg_impl.h => float_to_complex_impl.h} (79%)


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



reply via email to

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