[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (7cd13c0 -> c57dd35)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (7cd13c0 -> c57dd35) |
Date: |
Fri, 25 Apr 2014 16:44:54 +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 7cd13c0 Merge branch 'master' into next
adds d78d1ce qtgui: adding a trigger for the constellation plots.
Probably most useful with tags, but normal and auto triggering supported, too.
adds 521e707 audio: osx audio fixes
adds 668835c whitespace only
adds b56927a audio: osx: rename d_buffer_sample_count ->
d_buffer_size_samples; truth in naming!
adds e4ce0b1 runtime: enable thread priority, same as with Linux; fix
header comments to this effect
adds 53ac8e8 channels: fixing a minor bug in the flag_fader model.
adds 2db3dc7 docs: fixed typo with logger docs.
adds 566d857 Merge branch 'maint'
adds a2f9513 blocks: fixed documentation for what the max_XX block
does.
adds 835954a cmake: fixes expansion of ${pyexe_native} for cross
builds with the use of VERBATIM.
adds ea27ff8 Merge branch 'maint'
adds a297f0b Merge branch 'master' of git.gnuradio.org:gnuradio
adds aa4a33d Merge branch 'maint' of git.gnuradio.org:gnuradio into
maint
adds 754cfa7 Merge branch 'maint'
new c57dd35 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/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 +-
gr-digital/examples/demod/test_corr_and_sync.grc | 176 +++--
gr-qtgui/grc/qtgui_const_sink_x.xml | 79 ++
gr-qtgui/include/gnuradio/qtgui/const_sink_c.h | 41 +-
.../gnuradio/qtgui/constellationdisplayform.h | 31 +-
gr-qtgui/include/gnuradio/qtgui/time_sink_c.h | 49 +-
gr-qtgui/include/gnuradio/qtgui/time_sink_f.h | 41 +-
gr-qtgui/lib/const_sink_c_impl.cc | 272 +++++--
gr-qtgui/lib/const_sink_c_impl.h | 27 +-
gr-qtgui/lib/constellationdisplayform.cc | 138 +++-
gr-qtgui/lib/time_sink_c_impl.cc | 2 +-
volk/cmake/GrPython.cmake | 2 +-
20 files changed, 1199 insertions(+), 556 deletions(-)
- [Commit-gnuradio] [gnuradio] branch next updated (7cd13c0 -> c57dd35),
git <=