[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (066003f -> 6168622)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (066003f -> 6168622) |
Date: |
Tue, 31 Mar 2015 20:37:40 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from 066003f Merge remote-tracking branch 'tom/qtgui/controlpanel'
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.
new d2ed5a6 Merge branch 'maint'
new 7b4d219 cmake: reorder VOLK library to be after all other
internal ones, and before boost.
new 328db50 cmake: more robust VOLK configuration, allowing for
selection of internal / external via an option; when looking for internal
files, use NO_DEFAULT_PATH to look only in the paths provided; more useful
status printouts.
new 6168622 Merge remote-tracking branch 'michaelld/volk_fixes'
The 12 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:
CMakeLists.txt | 60 +++++++++++++++++++++----------
gnuradio-runtime/lib/CMakeLists.txt | 2 +-
gnuradio-runtime/lib/logger.cc | 4 +--
gr-analog/lib/CMakeLists.txt | 2 +-
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-channels/lib/CMakeLists.txt | 2 +-
gr-digital/lib/CMakeLists.txt | 2 +-
gr-digital/lib/glfsr.cc | 2 +-
gr-dtv/lib/CMakeLists.txt | 2 +-
gr-filter/lib/pfb_channelizer_ccf_impl.cc | 2 +-
gr-pager/lib/flex_modes.cc | 10 +++---
gr-qtgui/lib/SpectrumGUIClass.cc | 16 +++++----
14 files changed, 74 insertions(+), 52 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (066003f -> 6168622),
git <=
- [Commit-gnuradio] [gnuradio] 03/04: Merge branch 'maint', git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 01/04: cmake: reorder VOLK library to be after all other internal ones, and before boost., git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 04/04: Merge remote-tracking branch 'michaelld/volk_fixes', git, 2015/03/31
- [Commit-gnuradio] [gnuradio] 02/04: cmake: more robust VOLK configuration, allowing for selection of internal / external via an option; when looking for internal files, use NO_DEFAULT_PATH to look only in the paths provided; more useful status printouts., git, 2015/03/31