[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (ccfd5aa -> 7bb1182)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (ccfd5aa -> 7bb1182) |
Date: |
Thu, 9 Jan 2014 21:52:38 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch maint
in repository gnuradio.
from ccfd5aa Merge remote-tracking branch
'gnuradio-wg-grc/blocks_msg_example_fix' into maint
new 8768e37 runtime: Disable CPU_SET macros for FreeBSD.
new f64aa10 qtgui: fixed thread-safety in GRC variable-type blocks
new e66e621 qtgui: fixed naming of classes for long-term use.
new 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.
new 15a515e volk: some versions of clang have problems with
cvtpi32_ps.
new 8401e6b volk: test for clang version; if less than 3.2, disable
SSE4a machine due to a bug in the compiler support.
new 021f728 filter: fixed an issue with filter delays for interp and
rational_resampler filters.
new 513e947 analog: additional docs for noise sources.
new 7fcf514 cmake: If Ice 3.4 found, check version of GCC and disable
if >= 4.7.
new 3b749c6 volk: modifying tests for AVX and SSE4a support in
compiler/CPU.
new 7bb1182 grc: fix variable vlen for grc generated hier blocks
The 11 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 maint updated (ccfd5aa -> 7bb1182),
git <=
- [Commit-gnuradio] [gnuradio] 01/11: runtime: Disable CPU_SET macros for FreeBSD., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 05/11: volk: some versions of clang have problems with cvtpi32_ps., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 03/11: qtgui: fixed naming of classes for long-term use., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 11/11: grc: fix variable vlen for grc generated hier blocks, git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 09/11: cmake: If Ice 3.4 found, check version of GCC and disable if >= 4.7., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 04/11: 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., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 06/11: volk: test for clang version; if less than 3.2, disable SSE4a machine due to a bug in the compiler support., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 08/11: analog: additional docs for noise sources., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 10/11: volk: modifying tests for AVX and SSE4a support in compiler/CPU., git, 2014/01/09
- [Commit-gnuradio] [gnuradio] 07/11: filter: fixed an issue with filter delays for interp and rational_resampler filters., git, 2014/01/09