[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (2e691d8 -> 842d8c9)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (2e691d8 -> 842d8c9) |
Date: |
Thu, 14 Aug 2014 15:23:29 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a change to branch master
in repository gnuradio.
from 2e691d8 cmake: follow-up to previous merge
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.
new 3924c9f Merge branch 'maint'
new 72201e6 logger: adding new configure_default_logger function to
make it easier to get log file info on logger setup.
new f1c8ab4 cmake: adding a function to allow components to reference
submodules for display.
new 2fc6293 audio: modified the audio registration system.
new c1d8a67 Merge remote-tracking branch 'arya/audio_registration'
new 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.
new 842d8c9 Merge branch 'maint'
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:
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 master updated (2e691d8 -> 842d8c9),
git <=
- [Commit-gnuradio] [gnuradio] 01/07: logger: adding new configure_default_logger function to make it easier to get log file info on logger setup., git, 2014/08/14
- [Commit-gnuradio] [gnuradio] 05/07: Merge remote-tracking branch 'arya/audio_registration', git, 2014/08/14
- [Commit-gnuradio] [gnuradio] 02/07: cmake: adding a function to allow components to reference submodules for display., git, 2014/08/14
- [Commit-gnuradio] [gnuradio] 03/07: audio: modified the audio registration system., git, 2014/08/14
- [Commit-gnuradio] [gnuradio] 07/07: Merge branch 'maint', git, 2014/08/14
- [Commit-gnuradio] [gnuradio] 04/07: Merge branch 'maint', git, 2014/08/14
- [Commit-gnuradio] [gnuradio] 06/07: logger: poor placement of the function inside the ifdefs. Moving outside to make the function accessible with any logger setting., git, 2014/08/14