commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (d298d4f -> 99c6e42)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (d298d4f -> 99c6e42)
Date: Thu, 26 Jun 2014 19:54:51 +0000 (UTC)

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

trondeau pushed a change to branch next
in repository gnuradio.

      from  d298d4f   Merge branch 'master' into next
      adds  9289583   digital: expose set_constellation message port in GRC for 
constellation_receiver.
      adds  9d4d472   blocks: adding a message port to the copy block to 
enable/disable copy.
      adds  0b5f9eb   digital: adding a rotate_phase message for the 
constellation_receiver to adjust the phase of the constellation.
      adds  40b9339   qtgui: Mostly adds sunset and cool color schemes for 
waterfall/raster plots.
      adds  1beb265   qtgui: adds an alternative qss file.
      adds  9bf0292   qtgui: minor mods, including putting min/max lines in FFT 
sink behind all other lines.
      adds  e27945c   qtgui: allows toggling rf frequencies on/off in GRC 
options box.
      adds  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.
      adds  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.
      adds  9fe2a4a   filter: adds a message input port to frequency xlating 
FIR filter to update the frequency.
      adds  f489c3c   docs: adding docs for blocks::copy and 
digital::constellation_receiver to describe their message ports.
      adds  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
      adds  1260418   Merge branch 'maint'
      adds  2b300b2   replaced dynamic_ by static_cast;typechecking done before
      adds  3d88d3c   crc32_async: fix memory leak; coverity 1215946
      adds  877ef8a   gr-fec: cc_decoder: fix leak; coverity 1215943
      adds  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.
      adds  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.
      adds  500bc99   Merge remote-tracking branch 'michaelld/boost_once'
      adds  b7dba59   blocks.head: added callback to GRC definition
      adds  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.
      adds  18262de   Merge branch 'maint'
      adds  71a57cc   build: removed some gcc warnings.
       new  99c6e42   Merge branch 'master' into next

The 1 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%)



reply via email to

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