[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (ece754f -> 6a33fff)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (ece754f -> 6a33fff) |
Date: |
Tue, 26 Apr 2016 00:41:03 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from ece754f Merge branch 'maint'
new 6efdc63 Merge pull request #1 from gnuradio/master
new 03669f5 Completely refactored windows audio sink to use multiple
buffers, eliminates skipping sounds when nperiods and period_time are set
within reason. Default values should work fine for most. Set verbose=true to
see additional info. output device can be set to either the ordinal number of
the device to use, or the string name of the device. Setting a string in
verbose mode will also display a list of choices in the console on run
new b246f02 Merge remote-tracking branch 'gnieboer/windows_audio'
new 0465c4a added a gr-preferences getter
new a682e80 Merge remote-tracking branch
'mmueller/udp_source_add_payload_buffer_gr_pref'
new c02765b Made iir_filter documentation more beginner-friendly,
removed cruft.
new 8135549 Merge branch 'maint'
new a419518 qtgui: more appropriate doxygen link.
new 9db614d qtgui: added C++-only QTGUI application example.
new 6a33fff Merge remote-tracking branch 'tom/qtgui_c++_example'
The 10 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:
gr-audio/lib/windows/windows_sink.cc | 424 ++++++++++++---------
gr-audio/lib/windows/windows_sink.h | 13 +-
gr-blocks/lib/udp_source_impl.cc | 4 +-
gr-filter/include/gnuradio/filter/iir_filter.h | 18 +-
gr-qtgui/CMakeLists.txt | 1 +
{gr-audio => gr-qtgui}/examples/c++/CMakeLists.txt | 30 +-
gr-qtgui/examples/c++/display_qt.cc | 126 ++++++
gr-qtgui/examples/c++/display_qt.h | 77 ++++
8 files changed, 488 insertions(+), 205 deletions(-)
copy {gr-audio => gr-qtgui}/examples/c++/CMakeLists.txt (59%)
create mode 100644 gr-qtgui/examples/c++/display_qt.cc
create mode 100644 gr-qtgui/examples/c++/display_qt.h
- [Commit-gnuradio] [gnuradio] branch master updated (ece754f -> 6a33fff),
git <=
- [Commit-gnuradio] [gnuradio] 02/09: added a gr-preferences getter, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 01/09: Merge pull request #1 from gnuradio/master, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 03/09: Completely refactored windows audio sink to use multiple buffers, eliminates skipping sounds when nperiods and period_time are set within reason. Default values should work fine for most. Set verbose=true to see additional info. output device can be set to either the ordinal number of the device to use, or the string name of the device. Setting a string in verbose mode will also display a list of choices in the console on run, git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 06/09: Merge remote-tracking branch 'gnieboer/windows_audio', git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 05/09: qtgui: added C++-only QTGUI application example., git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 07/09: Merge remote-tracking branch 'mmueller/udp_source_add_payload_buffer_gr_pref', git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'tom/qtgui_c++_example', git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 04/09: qtgui: more appropriate doxygen link., git, 2016/04/25
- [Commit-gnuradio] [gnuradio] 08/09: Merge branch 'maint', git, 2016/04/25