commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (066003f -> 6168622)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (066003f -> 6168622)
Date: Tue, 31 Mar 2015 20:37:40 +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  066003f   Merge remote-tracking branch 'tom/qtgui/controlpanel'
       new  de174af   qtgui: clarify return value, to make some compilers 
happier.
       new  3c39887   filter: use correct function for argument type; where's 
std::abs when you need it to auto-type?
       new  fafd8c2   blocks: fixmsg handler pmt length / size comparison to be 
valid.
       new  693fccf   audio osx: change copying of a UInt32 type into a string 
by using memcpy instead of a direct pointer manipulation, to make some newer 
compilers happy.
       new  2a6ab42   audio osx: use memcpy instead of bcopy, to be consistent 
with the rest of GNU Radio.
       new  2e57e06   blocks: use explicit type conversion to compare the same 
types.
       new  9332cc4   pager & digital: add explicit type to constants that 
could be interpreted in other ways, to make various compilers happy.
       new  d817c5f   logger: fix macro name in comments.
       new  d2ed5a6   Merge branch 'maint'
       new  7b4d219   cmake: reorder VOLK library to be after all other 
internal ones, and before boost.
       new  328db50   cmake: more robust VOLK configuration, allowing for 
selection of internal / external via an option; when looking for internal 
files, use NO_DEFAULT_PATH to look only in the paths provided; more useful 
status printouts.
       new  6168622   Merge remote-tracking branch 'michaelld/volk_fixes'

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:
 CMakeLists.txt                            | 60 +++++++++++++++++++++----------
 gnuradio-runtime/lib/CMakeLists.txt       |  2 +-
 gnuradio-runtime/lib/logger.cc            |  4 +--
 gr-analog/lib/CMakeLists.txt              |  2 +-
 gr-audio/lib/osx/circular_buffer.h        |  8 ++---
 gr-audio/lib/osx/osx_impl.cc              | 10 ++----
 gr-blocks/lib/multiply_matrix_ff_impl.cc  |  4 +--
 gr-channels/lib/CMakeLists.txt            |  2 +-
 gr-digital/lib/CMakeLists.txt             |  2 +-
 gr-digital/lib/glfsr.cc                   |  2 +-
 gr-dtv/lib/CMakeLists.txt                 |  2 +-
 gr-filter/lib/pfb_channelizer_ccf_impl.cc |  2 +-
 gr-pager/lib/flex_modes.cc                | 10 +++---
 gr-qtgui/lib/SpectrumGUIClass.cc          | 16 +++++----
 14 files changed, 74 insertions(+), 52 deletions(-)



reply via email to

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