[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch maint updated (1567cbc -> aa4a33d)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch maint updated (1567cbc -> aa4a33d) |
Date: |
Fri, 25 Apr 2014 16:44:33 +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 1567cbc docs - pmt
new 521e707 audio: osx audio fixes
new 668835c whitespace only
new b56927a audio: osx: rename d_buffer_sample_count ->
d_buffer_size_samples; truth in naming!
new e4ce0b1 runtime: enable thread priority, same as with Linux; fix
header comments to this effect
new 53ac8e8 channels: fixing a minor bug in the flag_fader model.
new 2db3dc7 docs: fixed typo with logger docs.
new a2f9513 blocks: fixed documentation for what the max_XX block
does.
new 835954a cmake: fixes expansion of ${pyexe_native} for cross
builds with the use of VERBATIM.
new aa4a33d Merge branch 'maint' of git.gnuradio.org:gnuradio into
maint
The 9 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/GrPython.cmake | 2 +-
docs/doxygen/other/logger.dox | 2 +-
gnuradio-runtime/include/gnuradio/thread/thread.h | 8 +-
gnuradio-runtime/lib/thread/thread.cc | 38 +-
gr-audio/lib/osx/circular_buffer.h | 15 +-
gr-audio/lib/osx/osx_sink.cc | 820 ++++++++++++----------
gr-audio/lib/osx/osx_sink.h | 2 +-
gr-blocks/include/gnuradio/blocks/max_XX.h.t | 8 +-
gr-channels/lib/flat_fader_impl.cc | 2 +-
volk/cmake/GrPython.cmake | 2 +-
10 files changed, 507 insertions(+), 392 deletions(-)
- [Commit-gnuradio] [gnuradio] branch maint updated (1567cbc -> aa4a33d),
git <=
- [Commit-gnuradio] [gnuradio] 07/09: blocks: fixed documentation for what the max_XX block does., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 04/09: runtime: enable thread priority, same as with Linux; fix header comments to this effect, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 05/09: channels: fixing a minor bug in the flag_fader model., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 09/09: Merge branch 'maint' of git.gnuradio.org:gnuradio into maint, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 03/09: audio: osx: rename d_buffer_sample_count -> d_buffer_size_samples; truth in naming!, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 02/09: whitespace only, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 01/09: audio: osx audio fixes, git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 08/09: cmake: fixes expansion of ${pyexe_native} for cross builds with the use of VERBATIM., git, 2014/04/25
- [Commit-gnuradio] [gnuradio] 06/09: docs: fixed typo with logger docs., git, 2014/04/25