[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (48b29c4 -> d817c5f)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (48b29c4 -> d817c5f) |
Date: |
Tue, 31 Mar 2015 20:37:39 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch maint
in repository gnuradio.
from 48b29c4 Merge remote-tracking branch
'github/fix-qt-freq-sink-half-width' into maint
new de174af qtgui: clarify return value, to make some compilers
happier.
new 3c39887 filter: use correct function for argument type; where's
std::abs when you need it to auto-type?
new fafd8c2 blocks: fixmsg handler pmt length / size comparison to be
valid.
new 693fccf audio osx: change copying of a UInt32 type into a string
by using memcpy instead of a direct pointer manipulation, to make some newer
compilers happy.
new 2a6ab42 audio osx: use memcpy instead of bcopy, to be consistent
with the rest of GNU Radio.
new 2e57e06 blocks: use explicit type conversion to compare the same
types.
new 9332cc4 pager & digital: add explicit type to constants that
could be interpreted in other ways, to make various compilers happy.
new d817c5f logger: fix macro name in comments.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnuradio-runtime/lib/logger.cc | 4 ++--
gr-audio/lib/osx/circular_buffer.h | 8 ++++----
gr-audio/lib/osx/osx_impl.cc | 10 +++-------
gr-blocks/lib/multiply_matrix_ff_impl.cc | 4 ++--
gr-digital/lib/glfsr.cc | 2 +-
gr-filter/lib/pfb_channelizer_ccf_impl.cc | 2 +-
gr-pager/lib/flex_modes.cc | 10 +++++-----
gr-qtgui/lib/SpectrumGUIClass.cc | 16 +++++++++-------
8 files changed, 27 insertions(+), 29 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (48b29c4 -> d817c5f),
git <=
- [Commit-gnuradio] [gnuradio] 01/08: qtgui: clarify return value, to make some compilers happier., git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 05/08: audio osx: use memcpy instead of bcopy, to be consistent with the rest of GNU Radio., git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 02/08: filter: use correct function for argument type; where's std::abs when you need it to auto-type?, git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 08/08: logger: fix macro name in comments., git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 03/08: blocks: fixmsg handler pmt length / size comparison to be valid., git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 06/08: blocks: use explicit type conversion to compare the same types., git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 07/08: pager & digital: add explicit type to constants that could be interpreted in other ways, to make various compilers happy., git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 04/08: audio osx: change copying of a UInt32 type into a string by using memcpy instead of a direct pointer manipulation, to make some newer compilers happy., git, 2015/03/31