[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (4e7a996 -> 1331564)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (4e7a996 -> 1331564) |
Date: |
Thu, 14 Aug 2014 15:23:38 +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 4e7a996 Merge branch 'master' into next
adds 39f1413 modtool: removing RTLD_GLOBAL hack for swig in gr-modtool.
adds fcc7916 volk: add check for posix_memalign for OSs that do not
directly set _XOPEN_SOURCE or _POSIX_C_SOURCE; define and use the new variable
when found.
adds d10b68f volk: simplifies and fixes thread safety issue in
volk_malloc/free.
adds 3924c9f Merge branch 'maint'
adds 72201e6 logger: adding new configure_default_logger function to
make it easier to get log file info on logger setup.
adds f1c8ab4 cmake: adding a function to allow components to reference
submodules for display.
adds 2fc6293 audio: modified the audio registration system.
adds c1d8a67 Merge remote-tracking branch 'arya/audio_registration'
adds 7926c2b logger: poor placement of the function inside the ifdefs.
Moving outside to make the function accessible with any logger setting.
adds 3897c85 blocks: delay block cannot be initialized with a negative
number.
adds 842d8c9 Merge branch 'maint'
new 1331564 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/GrComponent.cmake | 6 +
gnuradio-runtime/include/gnuradio/logger.h.in | 15 +++
gnuradio-runtime/lib/block.cc | 46 +-------
gnuradio-runtime/lib/logger.cc | 61 +++++++++++
gr-audio/doc/audio.dox | 56 ++++++++++
gr-audio/lib/CMakeLists.txt | 24 +++-
gr-audio/lib/alsa/alsa_sink.cc | 34 +++---
gr-audio/lib/alsa/alsa_source.cc | 29 +++--
gr-audio/lib/audio_registry.cc | 105 ++++++++++++++----
gr-audio/lib/audio_registry.h | 83 +++++++++++---
gr-audio/lib/jack/jack_sink.cc | 22 ++--
gr-audio/lib/jack/jack_source.cc | 22 ++--
gr-audio/lib/oss/oss_sink.cc | 7 +-
gr-audio/lib/oss/oss_source.cc | 7 +-
gr-audio/lib/osx/osx_sink.cc | 8 +-
gr-audio/lib/osx/osx_source.cc | 8 +-
gr-audio/lib/portaudio/portaudio_sink.cc | 9 +-
gr-audio/lib/portaudio/portaudio_source.cc | 9 +-
gr-audio/lib/windows/windows_sink.cc | 9 +-
gr-audio/lib/windows/windows_source.cc | 9 +-
gr-blocks/include/gnuradio/blocks/delay.h | 14 ++-
gr-blocks/lib/delay_impl.cc | 3 +
.../python/modtool/gr-newmod/python/__init__.py | 24 ----
volk/lib/CMakeLists.txt | 12 ++
volk/lib/volk_malloc.c | 122 ++++++---------------
25 files changed, 461 insertions(+), 283 deletions(-)
- [Commit-gnuradio] [gnuradio] branch next updated (4e7a996 -> 1331564),
git <=