commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (339fd5e -> b19ff4d)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (339fd5e -> b19ff4d)
Date: Tue, 26 Aug 2014 18:02:41 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a change to branch next
in repository gnuradio.

      from  339fd5e   Merge branch 'master' into next
       new  5b992d4   qtgui: Added a 'vector sink'.
       new  f0afa5e   qtgui: fixup GRC XML for new QT Vector Sink
       new  13deb30   cmake: fix FindUHD.cmake to work with UHDConfig*.cmake, 
not FindUHD.cmake, since that's what UHD will be installing.  UHDConfig* is a 
more robust way to find packages, and works with default CMake internal paths.
       new  36e0bf4   Merge remote-tracking branch 'michaelld/refix_findUHD'
       new  283ecb9   blocks: Fixed some broken license headers
       new  d8c6c84   uhd: Fixed minor issue with kwargs in amsg_source
       new  42d91a6   Merge remote-tracking branch 'martin/uhd/bug682' into 
maint
       new  3394204   The functions in wavfile.cc are publicly exported.
       new  187b3f8   qtgui: accounted for MSVC having _finite() instead of 
std::isfinite()
       new  527be63   Merge remote-tracking branch 'ncorgan/qtgui/msvc_bugfix' 
into maint
       new  99e0c0a   Merge branch 'maint'
       new  b19ff4d   Merge branch 'master' into next

The 12 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/FindUHD.cmake                        | 118 ++--
 gr-blocks/include/gnuradio/blocks/wavfile.h        |  21 +-
 gr-blocks/lib/stream_to_tagged_stream_impl.cc      |  10 +-
 gr-blocks/lib/wavfile.cc                           |   1 -
 gr-blocks/python/blocks/qa_tag_gate.py             |  10 +-
 gr-qtgui/examples/alt.qss                          |  17 +
 gr-qtgui/examples/dark.qss                         |  11 +
 .../examples/qtgui_vector_sink_example.grc         | 437 ++++++--------
 gr-qtgui/grc/qtgui_block_tree.xml                  |   1 +
 ...gui_freq_sink_x.xml => qtgui_vector_sink_f.xml} | 139 +++--
 gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt     |   3 +
 .../include/gnuradio/qtgui/VectorDisplayPlot.h     | 153 +++++
 gr-qtgui/include/gnuradio/qtgui/form_menus.h       |  22 +-
 .../qtgui/{freq_sink_c.h => vector_sink_f.h}       |  98 ++--
 .../{freqdisplayform.h => vectordisplayform.h}     |  60 +-
 gr-qtgui/lib/CMakeLists.txt                        |   5 +
 gr-qtgui/lib/VectorDisplayPlot.cc                  | 629 +++++++++++++++++++++
 gr-qtgui/lib/number_sink_impl.cc                   |   9 +
 gr-qtgui/lib/vector_sink_f_impl.cc                 | 437 ++++++++++++++
 .../{freq_sink_c_impl.h => vector_sink_f_impl.h}   |  85 +--
 .../{freqdisplayform.cc => vectordisplayform.cc}   | 126 ++---
 gr-qtgui/swig/qtgui_swig.i                         |   3 +
 gr-uhd/python/uhd/__init__.py                      |   2 +-
 23 files changed, 1772 insertions(+), 625 deletions(-)
 copy gr-zeromq/examples/zeromq_reqrep.grc => 
gr-qtgui/examples/qtgui_vector_sink_example.grc (75%)
 copy gr-qtgui/grc/{qtgui_freq_sink_x.xml => qtgui_vector_sink_f.xml} (87%)
 create mode 100644 gr-qtgui/include/gnuradio/qtgui/VectorDisplayPlot.h
 copy gr-qtgui/include/gnuradio/qtgui/{freq_sink_c.h => vector_sink_f.h} (53%)
 copy gr-qtgui/include/gnuradio/qtgui/{freqdisplayform.h => 
vectordisplayform.h} (56%)
 create mode 100644 gr-qtgui/lib/VectorDisplayPlot.cc
 create mode 100644 gr-qtgui/lib/vector_sink_f_impl.cc
 copy gr-qtgui/lib/{freq_sink_c_impl.h => vector_sink_f_impl.h} (63%)
 copy gr-qtgui/lib/{freqdisplayform.cc => vectordisplayform.cc} (54%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]