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. 3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. 3.6.2git-157-g0e2f0c6
Date: Fri, 31 Aug 2012 01:08:06 +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  0e2f0c6473530ef6823a27f4f294826c777afe06 (commit)
       via  0a22fe1e6622ac083d8cef8a3b027035f2443c7f (commit)
       via  853920e9aaa32f9f0dda2cdc75ded4eee738117f (commit)
      from  873585ccd45c6362c5f17d71021f15edd798785b (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 0e2f0c6473530ef6823a27f4f294826c777afe06
Author: Tim O'Shea <address@hidden>
Date:   Wed Aug 29 20:27:18 2012 -0400

    adding gr_endian_swap block

commit 0a22fe1e6622ac083d8cef8a3b027035f2443c7f
Merge: 853920e 873585c
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 30 20:44:16 2012 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 853920e9aaa32f9f0dda2cdc75ded4eee738117f
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 30 20:43:41 2012 -0400

    filter: fixes naligned value when volk alignment is 1.

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

Summary of changes:
 gnuradio-core/src/lib/general/CMakeLists.txt       |    1 +
 gnuradio-core/src/lib/general/general.i            |    2 +
 gnuradio-core/src/lib/general/gr_endian_swap.cc    |  101 ++++++++++++++++++++
 .../{gr_short_to_char.h => gr_endian_swap.h}       |   31 +++---
 .../src/lib/general/gr_endian_swap.i               |    8 +-
 .../gr/{qa_float_to_uchar.py => qa_endian_swap.py} |   30 +++---
 gr-filter/lib/fir_filter.cc                        |   12 +-
 gr-filter/lib/fir_filter_with_buffer.cc            |    6 +-
 grc/blocks/block_tree.xml                          |    2 +
 grc/blocks/{gr_not_xx.xml => gr_endian_swap.xml}   |   27 +++---
 ...volk_32u_byteswap_a.h => volk_32u_byteswap_u.h} |   14 ++--
 ...volk_64u_byteswap_a.h => volk_64u_byteswap_u.h} |   14 ++--
 12 files changed, 179 insertions(+), 69 deletions(-)
 create mode 100644 gnuradio-core/src/lib/general/gr_endian_swap.cc
 copy gnuradio-core/src/lib/general/{gr_short_to_char.h => gr_endian_swap.h} 
(58%)
 copy gr-digital/swig/digital_bytes_to_syms.i => 
gnuradio-core/src/lib/general/gr_endian_swap.i (83%)
 copy gnuradio-core/src/python/gnuradio/gr/{qa_float_to_uchar.py => 
qa_endian_swap.py} (68%)
 mode change 100755 => 100644
 copy grc/blocks/{gr_not_xx.xml => gr_endian_swap.xml} (63%)
 copy volk/include/volk/{volk_32u_byteswap_a.h => volk_32u_byteswap_u.h} (85%)
 copy volk/include/volk/{volk_64u_byteswap_a.h => volk_64u_byteswap_u.h} (88%)


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



reply via email to

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