[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (c138442 -> 6e40376)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (c138442 -> 6e40376) |
Date: |
Thu, 26 Jun 2014 19:54:37 +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 c138442 grc: remove stray comment in generated flow graph
new 5a9acd9 add attributes for clang compiler
new 093314f cmake: runtime: On Darwin, malloc is always aligned to a
16 byte boundary, to work with Altivec and SSE (etc) SIMD; so, set
ALIGNED_MALLOC to 16 for those Darwin systems that do not have posix_memalign.
new 93aea30 runtime: fix comment in posix_memalign.
new 95b66d6 tag_checker.h: fix unitialized d_has_next_tag; coverity
1128348
new 0e10ce0 check_lfsr_32k: fix < instead of <<; coverity 1046413
new 4f6b982 call do_update after calling open in the file source
constructor, otherwise if seek is called before work, a segmentation fault will
occur as d_fp is null
new 6e40376 runtime: fixed order of initializing warning in
tag_checker constructor.
The 7 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/ConfigChecks.cmake | 7 ++++++-
gnuradio-runtime/include/gnuradio/attributes.h | 7 +++++++
gnuradio-runtime/include/gnuradio/tag_checker.h | 16 +++++++++-------
gnuradio-runtime/lib/posix_memalign.cc | 2 +-
gr-blocks/lib/check_lfsr_32k_s_impl.h | 4 ++--
gr-blocks/lib/file_source_impl.cc | 1 +
gr-blocks/python/blocks/qa_file_source_sink.py | 16 ++++++++++++++++
7 files changed, 42 insertions(+), 11 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (c138442 -> 6e40376),
git <=
- [Commit-gnuradio] [gnuradio] 06/07: call do_update after calling open in the file source constructor, otherwise if seek is called before work, a segmentation fault will occur as d_fp is null, git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 04/07: tag_checker.h: fix unitialized d_has_next_tag; coverity 1128348, git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 07/07: runtime: fixed order of initializing warning in tag_checker constructor., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 05/07: check_lfsr_32k: fix < instead of <<; coverity 1046413, git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 02/07: cmake: runtime: On Darwin, malloc is always aligned to a 16 byte boundary, to work with Altivec and SSE (etc) SIMD; so, set ALIGNED_MALLOC to 16 for those Darwin systems that do not have posix_memalign., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 01/07: add attributes for clang compiler, git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 03/07: runtime: fix comment in posix_memalign., git, 2014/06/26