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-254-g0b7655a
Date: Tue, 26 Jun 2012 14:07:08 +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  0b7655a76e5c73b8f5a8310909cf038f12cbb869 (commit)
       via  86f15ba3488cde9eededa2af5af8dcadc01e9e47 (commit)
       via  31c61c16e2073f0c3f54a8d0523d8c4f10ca5dd2 (commit)
      from  8c23d9f9ebfe04b60d59efc636c6d5b02baacc99 (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 0b7655a76e5c73b8f5a8310909cf038f12cbb869
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 26 07:06:53 2012 -0700

    blocks: added gr::blocks::float_to_uchar

commit 86f15ba3488cde9eededa2af5af8dcadc01e9e47
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 26 06:47:26 2012 -0700

    blocks: added gr::blocks::float_to_short

commit 31c61c16e2073f0c3f54a8d0523d8c4f10ca5dd2
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 25 06:25:04 2012 -0700

    blocks: added gr::blocks::float_to_int

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml       |    9 ++-
 gr-blocks/grc/blocks_float_to_int.xml     |   35 ++++++++++++
 gr-blocks/grc/blocks_float_to_short.xml   |   35 ++++++++++++
 gr-blocks/grc/blocks_float_uchar.xml      |   20 +++++++
 gr-blocks/include/blocks/CMakeLists.txt   |    3 +
 gr-blocks/include/blocks/float_to_int.h   |   62 +++++++++++++++++++++
 gr-blocks/include/blocks/float_to_short.h |   62 +++++++++++++++++++++
 gr-blocks/include/blocks/float_to_uchar.h |   49 +++++++++++++++++
 gr-blocks/lib/CMakeLists.txt              |    7 ++-
 gr-blocks/lib/float_array_to_int.cc       |   46 ++++++++++++++++
 gr-blocks/lib/float_array_to_int.h        |   33 +++++++++++
 gr-blocks/lib/float_array_to_uchar.cc     |   45 ++++++++++++++++
 gr-blocks/lib/float_array_to_uchar.h      |   33 +++++++++++
 gr-blocks/lib/float_to_int_impl.cc        |   83 +++++++++++++++++++++++++++++
 gr-blocks/lib/float_to_int_impl.h         |   51 ++++++++++++++++++
 gr-blocks/lib/float_to_short_impl.cc      |   69 ++++++++++++++++++++++++
 gr-blocks/lib/float_to_short_impl.h       |   51 ++++++++++++++++++
 gr-blocks/lib/float_to_uchar_impl.cc      |   60 +++++++++++++++++++++
 gr-blocks/lib/float_to_uchar_impl.h       |   45 ++++++++++++++++
 gr-blocks/python/qa_type_conversions.py   |   50 +++++++++++++++++
 gr-blocks/swig/blocks_swig.i              |    9 +++
 21 files changed, 853 insertions(+), 4 deletions(-)
 create mode 100644 gr-blocks/grc/blocks_float_to_int.xml
 create mode 100644 gr-blocks/grc/blocks_float_to_short.xml
 create mode 100644 gr-blocks/grc/blocks_float_uchar.xml
 create mode 100644 gr-blocks/include/blocks/float_to_int.h
 create mode 100644 gr-blocks/include/blocks/float_to_short.h
 create mode 100644 gr-blocks/include/blocks/float_to_uchar.h
 create mode 100644 gr-blocks/lib/float_array_to_int.cc
 create mode 100644 gr-blocks/lib/float_array_to_int.h
 create mode 100644 gr-blocks/lib/float_array_to_uchar.cc
 create mode 100644 gr-blocks/lib/float_array_to_uchar.h
 create mode 100644 gr-blocks/lib/float_to_int_impl.cc
 create mode 100644 gr-blocks/lib/float_to_int_impl.h
 create mode 100644 gr-blocks/lib/float_to_short_impl.cc
 create mode 100644 gr-blocks/lib/float_to_short_impl.h
 create mode 100644 gr-blocks/lib/float_to_uchar_impl.cc
 create mode 100644 gr-blocks/lib/float_to_uchar_impl.h


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



reply via email to

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