commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (0e1b710 -> 0d32337)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (0e1b710 -> 0d32337)
Date: Mon, 30 May 2016 21:23:22 +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  0e1b710   grc: add helpful tooltips to Core and Others in block tree
       new  9705945   volk: updated to current maint 78c8bc4
       new  7f2787a   Merge branch 'maint'
       new  56c0235   volk: updated to latest master b930d7f
       new  8445793   dtv: Fix usage of volk_32f_index_max*, first argument, to 
be uint16_t* as required by the Volk API.
       new  cee8f50   Merge remote-tracking branch 
'michaelld/fix_volk_max_index_uint16_t'
       new  b0f5c2b   blocks: fix angry min_xx_impl warningsx
       new  b8a87c7   Merge remote-tracking branch 'osh/fixwarn'
       new  4753c21   grc: hide comments of hidden variables
       new  73c7e4d   Merge remote-tracking branch 
'gnuradio-wg-grc/master_grcwg'
       new  7862cf2   set c/c++ standard in cmake so that we are not dependent 
on the default c/c++ standard set by the specific compiler.
       new  d6f725e   Merge remote-tracking branch 'stwunsch/master'
       new  8c469f7   CMake: Generate GnuradioConfig.cmake with a hardcoded 
install path hint
       new  1129f2f   CMake: Fix search paths for the Volk submodule in 
GnuradioConfig.cmake
       new  2b388ea   Merge remote-tracking branch 'adi/fix_find_volk'
       new  ae26f96   MSVC-specific changes for compatibility
       new  25142da   cmake: Windows-specific fixes for compatibility
       new  23460e3   MSVC-specific fixes for compatibility
       new  0d32337   Merge branch 'maint'

The 18 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:
 CMakeLists.txt                                     | 53 ++++++++++++++--
 cmake/Modules/FindGSL.cmake                        |  2 +-
 cmake/Modules/FindQwt.cmake                        |  4 +-
 ...nuradioConfig.cmake => GnuradioConfig.cmake.in} |  4 ++
 cmake/Modules/GrBoost.cmake                        |  7 ++-
 cmake/msvc/config.h                                |  7 +++
 gnuradio-runtime/include/gnuradio/attributes.h     | 11 ++++
 gnuradio-runtime/include/gnuradio/high_res_timer.h |  2 +-
 gnuradio-runtime/lib/CMakeLists.txt                |  8 +--
 gnuradio-runtime/lib/flat_flowgraph.cc             |  4 +-
 gnuradio-runtime/lib/math/random.cc                |  2 +-
 gnuradio-runtime/lib/realtime_impl.cc              | 70 +++++++++++-----------
 gnuradio-runtime/lib/thread/thread.cc              | 10 +++-
 gnuradio-runtime/lib/thread/thread_body_wrapper.cc |  2 +-
 gnuradio-runtime/lib/tpb_thread_body.cc            |  4 +-
 gr-audio/lib/portaudio/portaudio_sink.cc           |  3 +
 gr-audio/lib/portaudio/portaudio_source.cc         |  3 +
 gr-blocks/lib/ConfigChecks.cmake                   |  2 +-
 gr-blocks/lib/udp_source_impl.cc                   |  3 -
 gr-dtv/lib/CMakeLists.txt                          | 19 +++++-
 .../lib/dvbt/dvbt_bit_inner_deinterleaver_impl.cc  |  5 +-
 gr-dtv/lib/dvbt/dvbt_bit_inner_interleaver_impl.cc |  3 +-
 gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.cc  |  6 +-
 gr-dtv/lib/dvbt/dvbt_reed_solomon.cc               | 14 ++---
 gr-dtv/lib/dvbt/dvbt_viterbi_decoder_impl.cc       | 24 ++++----
 gr-qtgui/lib/CMakeLists.txt                        |  5 ++
 gr-vocoder/lib/codec2/fdmdv.c                      |  2 +-
 gr-zeromq/lib/pull_msg_source_impl.cc              |  4 +-
 gr-zeromq/lib/req_msg_source_impl.cc               |  4 +-
 gr-zeromq/lib/sub_msg_source_impl.cc               |  4 +-
 grc/gui/FlowGraph.py                               |  8 ++-
 volk                                               |  2 +-
 32 files changed, 206 insertions(+), 95 deletions(-)
 rename cmake/Modules/{GnuradioConfig.cmake => GnuradioConfig.cmake.in} (96%)



reply via email to

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