[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (ad9b547 -> 71a57cc)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (ad9b547 -> 71a57cc) |
Date: |
Thu, 26 Jun 2014 19:54:42 +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 ad9b547 Merge remote-tracking branch 'nwest/volk_slicer'
new 9289583 digital: expose set_constellation message port in GRC for
constellation_receiver.
new 9d4d472 blocks: adding a message port to the copy block to
enable/disable copy.
new 0b5f9eb digital: adding a rotate_phase message for the
constellation_receiver to adjust the phase of the constellation.
new 40b9339 qtgui: Mostly adds sunset and cool color schemes for
waterfall/raster plots.
new 1beb265 qtgui: adds an alternative qss file.
new 9bf0292 qtgui: minor mods, including putting min/max lines in FFT
sink behind all other lines.
new e27945c qtgui: allows toggling rf frequencies on/off in GRC
options box.
new 8cf4334 qtgui: for sink_x, waterfall_sink_x, and freq_sink_x,
when the display is double-clicked, the center frequency is adjusted to the
clicked frequency and a message is posted containing the new center frequency.
new 62e0abc qtgui: freq, waterfall, and sink blocks produce a
frequency message when double-clicked. Also can take in a frequency message to
adjust the x-axis.
new 9fe2a4a filter: adds a message input port to frequency xlating
FIR filter to update the frequency.
new f489c3c docs: adding docs for blocks::copy and
digital::constellation_receiver to describe their message ports.
new c7b7142 qtgui: dynamically adjust min/max amplitude for qtgui
freq and waterfall plots.
adds 5a9acd9 add attributes for clang compiler
adds 093314f cmake: runtime: On Darwin, malloc is always aligned to a
16 byte boundary, to work with Altivec and SSE (etc) SIMD; so, set
ALIGNED_MALLOC to 16 for those Darwin systems that do not have posix_memalign.
adds 93aea30 runtime: fix comment in posix_memalign.
adds 95b66d6 tag_checker.h: fix unitialized d_has_next_tag; coverity
1128348
adds 0e10ce0 check_lfsr_32k: fix < instead of <<; coverity 1046413
adds 4f6b982 call do_update after calling open in the file source
constructor, otherwise if seek is called before work, a segmentation fault will
occur as d_fp is null
new 1260418 Merge branch 'maint'
new 2b300b2 replaced dynamic_ by static_cast;typechecking done before
new 3d88d3c crc32_async: fix memory leak; coverity 1215946
new 877ef8a gr-fec: cc_decoder: fix leak; coverity 1215943
new acfe874 volk: cmake: Rename GrBoost to VolkBoost to differentiate
it from GR's GrBoost. Although they set the same BOOST variables internally,
this change make it clear which cmake file to include.
new 29abaa9 cmake: Include GrBoost at the top level such that the
correct default BOOST variables are set throughout the build. Because of the
way CMake handles non-cached variables, each GR component (e.g., Volk) can
change the BOOST variables for its particular needs without overriding these
default values for other components.
new 500bc99 Merge remote-tracking branch 'michaelld/boost_once'
new b7dba59 blocks.head: added callback to GRC definition
new 174c966 Merge remote-tracking branch
'mmueller/blocks_grc_add_head_set_length_cb'
adds 6e40376 runtime: fixed order of initializing warning in
tag_checker constructor.
new 18262de Merge branch 'maint'
new 71a57cc build: removed some gcc warnings.
The 23 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 | 5 +++
gnuradio-runtime/ConfigChecks.cmake | 7 ++-
gnuradio-runtime/include/gnuradio/attributes.h | 7 +++
gnuradio-runtime/include/gnuradio/tag_checker.h | 16 ++++---
gnuradio-runtime/lib/pmt/pmt_io.cc | 2 +-
gnuradio-runtime/lib/posix_memalign.cc | 2 +-
gr-blocks/grc/blocks_copy.xml | 5 +++
gr-blocks/grc/blocks_head.xml | 1 +
gr-blocks/include/gnuradio/blocks/copy.h | 6 +++
gr-blocks/lib/check_lfsr_32k_s_impl.h | 4 +-
gr-blocks/lib/copy_impl.cc | 12 +++++
gr-blocks/lib/copy_impl.h | 2 +
gr-blocks/lib/file_source_impl.cc | 1 +
gr-blocks/lib/unpack_k_bits.cc | 4 +-
gr-blocks/python/blocks/qa_file_source_sink.py | 16 +++++++
.../grc/digital_constellation_receiver_cb.xml | 13 ++++++
.../gnuradio/digital/constellation_receiver_cb.h | 14 +++++-
gr-digital/lib/constellation_receiver_cb_impl.cc | 49 +++++++++++++--------
gr-digital/lib/constellation_receiver_cb_impl.h | 19 ++++++--
gr-digital/lib/crc32_async_bb_impl.cc | 3 +-
gr-fec/lib/cc_decoder_impl.cc | 2 +
.../grc/filter_freq_xlating_fir_filter_xxx.xml | 7 +++
.../filter/freq_xlating_fir_filter_XXX.h.t | 11 ++++-
gr-filter/lib/filterbank_vcvcf_impl.cc | 10 ++---
.../lib/freq_xlating_fir_filter_XXX_impl.cc.t | 33 +++++++++++---
gr-filter/lib/freq_xlating_fir_filter_XXX_impl.h.t | 6 ++-
gr-qtgui/examples/CMakeLists.txt | 1 +
gr-qtgui/examples/{dark.qss => alt.qss} | 25 ++++++++---
gr-qtgui/grc/qtgui_freq_sink_x.xml | 14 ++++++
gr-qtgui/grc/qtgui_sink_x.xml | 39 +++++++++++++++--
gr-qtgui/grc/qtgui_time_raster_x.xml | 8 ++++
gr-qtgui/grc/qtgui_waterfall_sink_x.xml | 41 +++++++++++++++++
gr-qtgui/include/gnuradio/qtgui/SpectrumGUIClass.h | 5 +++
.../include/gnuradio/qtgui/TimeRasterDisplayPlot.h | 6 ++-
gr-qtgui/include/gnuradio/qtgui/displayform.h | 2 +-
gr-qtgui/include/gnuradio/qtgui/form_menus.h | 51 +++++++++++++++++++++-
gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h | 15 +++++++
gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h | 17 +++++++-
gr-qtgui/include/gnuradio/qtgui/freqdisplayform.h | 11 +++++
gr-qtgui/include/gnuradio/qtgui/qtgui_types.h | 34 ++++++++++++++-
gr-qtgui/include/gnuradio/qtgui/sink_c.h | 17 +++++++-
gr-qtgui/include/gnuradio/qtgui/sink_f.h | 16 ++++++-
.../include/gnuradio/qtgui/spectrumUpdateEvents.h | 14 ++++++
.../include/gnuradio/qtgui/spectrumdisplayform.h | 11 +++++
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h | 17 +++++++-
gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h | 15 +++++++
.../include/gnuradio/qtgui/waterfalldisplayform.h | 11 +++++
gr-qtgui/lib/FrequencyDisplayPlot.cc | 32 ++++++++------
gr-qtgui/lib/SpectrumGUIClass.cc | 29 ++++++++++--
gr-qtgui/lib/TimeRasterDisplayPlot.cc | 30 ++++++++++++-
gr-qtgui/lib/WaterfallDisplayPlot.cc | 28 +++++++++++-
gr-qtgui/lib/freq_sink_c_impl.cc | 34 +++++++++++++++
gr-qtgui/lib/freq_sink_c_impl.h | 5 +++
gr-qtgui/lib/freq_sink_f_impl.cc | 34 +++++++++++++++
gr-qtgui/lib/freq_sink_f_impl.h | 5 +++
gr-qtgui/lib/freqdisplayform.cc | 39 ++++++++++++++++-
gr-qtgui/lib/sink_c_impl.cc | 38 ++++++++++++++++
gr-qtgui/lib/sink_c_impl.h | 6 +++
gr-qtgui/lib/sink_f_impl.cc | 29 ++++++++++++
gr-qtgui/lib/sink_f_impl.h | 5 +++
gr-qtgui/lib/spectrumUpdateEvents.cc | 26 +++++++++++
gr-qtgui/lib/spectrumdisplayform.cc | 49 +++++++++++++++++----
gr-qtgui/lib/spectrumdisplayform.ui | 10 +++++
gr-qtgui/lib/waterfall_sink_c_impl.cc | 34 +++++++++++++++
gr-qtgui/lib/waterfall_sink_c_impl.h | 5 +++
gr-qtgui/lib/waterfall_sink_f_impl.cc | 34 +++++++++++++++
gr-qtgui/lib/waterfall_sink_f_impl.h | 5 +++
gr-qtgui/lib/waterfalldisplayform.cc | 38 +++++++++++++++-
gr-qtgui/swig/qtgui_swig.i | 4 +-
volk/CMakeLists.txt | 2 +-
volk/cmake/{GrBoost.cmake => VolkBoost.cmake} | 4 +-
volk/kernels/volk/volk_32f_binary_slicer_32i.h | 12 ++---
72 files changed, 1049 insertions(+), 115 deletions(-)
copy gr-qtgui/examples/{dark.qss => alt.qss} (78%)
rename volk/cmake/{GrBoost.cmake => VolkBoost.cmake} (98%)
- [Commit-gnuradio] [gnuradio] branch master updated (ad9b547 -> 71a57cc),
git <=
- [Commit-gnuradio] [gnuradio] 07/23: qtgui: Mostly adds sunset and cool color schemes for waterfall/raster plots., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 10/23: qtgui: allows toggling rf frequencies on/off in GRC options box., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 12/23: qtgui: freq, waterfall, and sink blocks produce a frequency message when double-clicked. Also can take in a frequency message to adjust the x-axis., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 05/23: digital: adding a rotate_phase message for the constellation_receiver to adjust the phase of the constellation., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 01/23: volk: cmake: Rename GrBoost to VolkBoost to differentiate it from GR's GrBoost. Although they set the same BOOST variables internally, this change make it clear which cmake file to include., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 09/23: qtgui: minor mods, including putting min/max lines in FFT sink behind all other lines., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 04/23: blocks: adding a message port to the copy block to enable/disable copy., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 13/23: filter: adds a message input port to frequency xlating FIR filter to update the frequency., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 03/23: digital: expose set_constellation message port in GRC for constellation_receiver., git, 2014/06/26
- [Commit-gnuradio] [gnuradio] 08/23: qtgui: adds an alternative qss file., git, 2014/06/26