commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.6.3-144-g96583a9
Date: Fri, 22 Feb 2013 01:02:20 +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/gnuradio".

The branch, master has been updated
       via  96583a9009478242c51ecfd7bb4321ed3d90e3b8 (commit)
       via  2fcf27f95b10d84dbe0e2b36a316c6ed87dc8739 (commit)
       via  f42ef36d60348965936ede158886c1847670f774 (commit)
      from  e7e219cde48347fbaf8849fcb820212893272a2e (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 96583a9009478242c51ecfd7bb4321ed3d90e3b8
Merge: 2fcf27f e7e219c
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 21 20:02:05 2013 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit 2fcf27f95b10d84dbe0e2b36a316c6ed87dc8739
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 21 19:48:41 2013 -0500

    blocks: fixing use of packed/unpacked from gr-blocks in QA code.

commit f42ef36d60348965936ede158886c1847670f774
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 21 18:24:02 2013 -0500

    blocks: converting blocks to v3.7 style in gr-blocks.
    
    delay, rms, unpacked_to_packed, packed_to_unpacked

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

Summary of changes:
 gr-blocks/grc/blocks_block_tree.xml                |    6 +-
 gr-blocks/grc/blocks_delay.xml                     |   75 +++++
 gr-blocks/grc/blocks_packed_to_unpacked_xx.xml     |   68 ++++
 gr-blocks/grc/blocks_rms_xx.xml                    |   42 +++
 gr-blocks/grc/blocks_unpacked_to_packed_xx.xml     |   68 ++++
 gr-blocks/include/blocks/CMakeLists.txt            |    6 +
 gr-blocks/include/blocks/delay.h                   |   57 ++++
 gr-blocks/include/blocks/log2_const.h              |   53 +++
 gr-blocks/include/blocks/packed_to_unpacked_XX.h.t |   73 ++++
 gr-blocks/include/blocks/rms_cf.h                  |   54 +++
 gr-blocks/include/blocks/rms_ff.h                  |   53 +++
 gr-blocks/include/blocks/unpacked_to_packed_XX.h.t |   72 ++++
 gr-blocks/lib/CMakeLists.txt                       |    5 +
 gr-blocks/lib/delay_impl.cc                        |  141 ++++++++
 gr-blocks/lib/delay_impl.h                         |   58 ++++
 gr-blocks/lib/packed_to_unpacked_XX_impl.cc.t      |  147 +++++++++
 gr-blocks/lib/packed_to_unpacked_XX_impl.h.t       |   59 ++++
 gr-blocks/lib/rms_cf_impl.cc                       |   77 +++++
 gr-blocks/lib/rms_cf_impl.h                        |   56 ++++
 gr-blocks/lib/rms_ff_impl.cc                       |   77 +++++
 gr-blocks/lib/rms_ff_impl.h                        |   55 +++
 gr-blocks/lib/unpacked_to_packed_XX_impl.cc.t      |  143 ++++++++
 gr-blocks/lib/unpacked_to_packed_XX_impl.h.t       |   59 ++++
 gr-blocks/python/qa_delay.py                       |   65 ++++
 gr-blocks/python/qa_file_metadata.py               |    4 +-
 gr-blocks/python/qa_packed_to_unpacked.py          |  344 ++++++++++++++++++++
 gr-blocks/python/qa_rms.py                         |   83 +++++
 gr-blocks/swig/blocks_swig.i                       |   31 ++-
 28 files changed, 2027 insertions(+), 4 deletions(-)
 create mode 100644 gr-blocks/grc/blocks_delay.xml
 create mode 100644 gr-blocks/grc/blocks_packed_to_unpacked_xx.xml
 create mode 100644 gr-blocks/grc/blocks_rms_xx.xml
 create mode 100644 gr-blocks/grc/blocks_unpacked_to_packed_xx.xml
 create mode 100644 gr-blocks/include/blocks/delay.h
 create mode 100644 gr-blocks/include/blocks/log2_const.h
 create mode 100644 gr-blocks/include/blocks/packed_to_unpacked_XX.h.t
 create mode 100644 gr-blocks/include/blocks/rms_cf.h
 create mode 100644 gr-blocks/include/blocks/rms_ff.h
 create mode 100644 gr-blocks/include/blocks/unpacked_to_packed_XX.h.t
 create mode 100644 gr-blocks/lib/delay_impl.cc
 create mode 100644 gr-blocks/lib/delay_impl.h
 create mode 100644 gr-blocks/lib/packed_to_unpacked_XX_impl.cc.t
 create mode 100644 gr-blocks/lib/packed_to_unpacked_XX_impl.h.t
 create mode 100644 gr-blocks/lib/rms_cf_impl.cc
 create mode 100644 gr-blocks/lib/rms_cf_impl.h
 create mode 100644 gr-blocks/lib/rms_ff_impl.cc
 create mode 100644 gr-blocks/lib/rms_ff_impl.h
 create mode 100644 gr-blocks/lib/unpacked_to_packed_XX_impl.cc.t
 create mode 100644 gr-blocks/lib/unpacked_to_packed_XX_impl.h.t
 create mode 100755 gr-blocks/python/qa_delay.py
 create mode 100755 gr-blocks/python/qa_packed_to_unpacked.py
 create mode 100644 gr-blocks/python/qa_rms.py


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



reply via email to

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