commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (3831dd3 -> 754cfa7)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (3831dd3 -> 754cfa7)
Date: Fri, 25 Apr 2014 16:44:46 +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  3831dd3   Merge branch 'maint'
       new  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.
       new  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.
       new  ea27ff8   Merge branch 'maint'
       new  a297f0b   Merge branch 'master' of git.gnuradio.org:gnuradio
      adds  aa4a33d   Merge branch 'maint' of git.gnuradio.org:gnuradio into 
maint
       new  754cfa7   Merge branch 'maint'

The 5 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(-)



reply via email to

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