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, maint, updated. v3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, maint, updated. v3.6.0-16-gec30d89
Date: Sun, 10 Jun 2012 16:52:16 +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, maint has been updated
       via  ec30d89449f48fdd2f88420b4c87aba2e1a5abd1 (commit)
      from  fc22309289b88dfd7dd0b63aa1cd9557de3accb6 (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 ec30d89449f48fdd2f88420b4c87aba2e1a5abd1
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 12:43:06 2012 -0400

    volk: make sure the alignment call for a block passes at least 1.
    
    For machines with an alignment of 1, the blocks were truncating the 
aligment to 0. This makes sure that it gets set to a minimum of 1.

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

Summary of changes:
 docs/doxygen/other/volk_guide.dox                  |    2 +-
 gnuradio-core/src/lib/general/gr_add_ff.cc         |    2 +-
 gnuradio-core/src/lib/general/gr_char_to_float.cc  |    2 +-
 gnuradio-core/src/lib/general/gr_char_to_short.cc  |    2 +-
 gnuradio-core/src/lib/general/gr_complex_to_xxx.cc |   12 ++++++------
 gnuradio-core/src/lib/general/gr_conjugate_cc.cc   |    2 +-
 gnuradio-core/src/lib/general/gr_float_to_char.cc  |    2 +-
 gnuradio-core/src/lib/general/gr_float_to_int.cc   |    2 +-
 gnuradio-core/src/lib/general/gr_float_to_short.cc |    2 +-
 gnuradio-core/src/lib/general/gr_int_to_float.cc   |    2 +-
 gnuradio-core/src/lib/general/gr_multiply_cc.cc    |    6 +++---
 .../src/lib/general/gr_multiply_conjugate_cc.cc    |    6 +++---
 .../src/lib/general/gr_multiply_const_cc.cc        |    6 +++---
 .../src/lib/general/gr_multiply_const_ff.cc        |    6 +++---
 gnuradio-core/src/lib/general/gr_multiply_ff.cc    |    2 +-
 gnuradio-core/src/lib/general/gr_short_to_char.cc  |    2 +-
 gnuradio-core/src/lib/general/gr_short_to_float.cc |    2 +-
 17 files changed, 30 insertions(+), 30 deletions(-)


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



reply via email to

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