[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (f0a72d7 -> f3abc0c)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (f0a72d7 -> f3abc0c) |
Date: |
Thu, 9 Jan 2014 21:52:54 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch next
in repository gnuradio.
from f0a72d7 Merge branch 'master' into next
adds 8768e37 runtime: Disable CPU_SET macros for FreeBSD.
adds f64aa10 qtgui: fixed thread-safety in GRC variable-type blocks
adds e66e621 qtgui: fixed naming of classes for long-term use.
adds 3d84c6f volk: clang sets GNUC_MINOR only to 2, so we need to
check if we're building with clang. This patch enables xgetbv for clang >= 3.0.
adds 15a515e volk: some versions of clang have problems with
cvtpi32_ps.
adds 8401e6b volk: test for clang version; if less than 3.2, disable
SSE4a machine due to a bug in the compiler support.
adds 021f728 filter: fixed an issue with filter delays for interp and
rational_resampler filters.
adds 513e947 analog: additional docs for noise sources.
adds 7fcf514 cmake: If Ice 3.4 found, check version of GCC and disable
if >= 4.7.
adds 3b749c6 volk: modifying tests for AVX and SSE4a support in
compiler/CPU.
adds 7bb1182 grc: fix variable vlen for grc generated hier blocks
adds cbd21fc Merge branch 'maint'
new f3abc0c Merge branch 'master' into next
The 1 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:
cmake/Modules/FindICE.cmake | 12 +++++
gnuradio-runtime/lib/thread/thread.cc | 3 +-
.../include/gnuradio/analog/fastnoise_source_X.h.t | 4 +-
.../include/gnuradio/analog/noise_source_X.h.t | 2 +-
gr-filter/lib/interp_fir_filter_XXX_impl.cc.t | 2 +-
.../lib/rational_resampler_base_XXX_impl.cc.t | 2 +-
gr-filter/python/filter/qa_interp_fir_filter.py | 2 +-
gr-filter/python/filter/qa_rational_resampler.py | 4 +-
gr-qtgui/grc/qtgui_check_box.xml | 2 +-
gr-qtgui/grc/qtgui_chooser.xml | 13 +++--
gr-qtgui/grc/qtgui_entry.xml | 2 +-
gr-qtgui/grc/qtgui_label.xml | 2 +-
gr-qtgui/grc/qtgui_range.xml | 29 +++++++---
grc/python/convert_hier.py | 10 +++-
volk/lib/CMakeLists.txt | 62 ++++++++++++++++------
volk/tmpl/volk_cpu.tmpl.c | 2 +-
16 files changed, 112 insertions(+), 41 deletions(-)
- [Commit-gnuradio] [gnuradio] branch next updated (f0a72d7 -> f3abc0c),
git <=