commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (2bb2b31 -> 001ab47)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (2bb2b31 -> 001ab47)
Date: Thu, 17 Jul 2014 20:23:38 +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  2bb2b31   cmake: update revision to 3.7.5git after release
      adds  b4ddba7   runtime: fix a circular dependency for older compilers
       new  07b9a87   Merge branch 'maint'
       new  8189999   grc: design time values for object-like variables
       new  6d9dfac   digital: using new var_value for constellation variables
       new  6283142   Merge remote-tracking branch 
'gnuradio-wg-grc/grc_variable_blocks'
       new  831d05e   grc: allow blocks to dynamically hide some of their ports
       new  fe1f386   Merge remote-tracking branch 
'gnuradio-wg-grc/grc_hide_ports'
       new  2643837   grc: fixing xml files of some blocks with message control 
ports to be able to hide/show them as wanted.
       new  9be66b1   grc: fixing some spacing issues in various xml files.
       new  d6330a5   qtgui: adding ability to set grid on/off from grc 
properties dialog boxes for all qtgui sinks except the "sink" which doesn't 
support this.
       new  ded480e   qtgui: allows users to set title and unit of Y axis for 
qt time plotter.
       new  45f12cf   build: missed gnuradio-uhd in static libs build.
       new  b0a72b4   Merge branch 'maint'
       new  4a003bb   qtgui: updates number sink behavor.
       new  02db08d   grc: auto-hide port labels
       new  9f4a4ea   grc: toogle action to disable auto-hiding port labels
       new  fddb2ce   Merge remote-tracking branch 
'gnuradio-wg-grc/grc_port_view_options'
       new  c60d058   qtgui: time raster display updates.
       new  79f06c4   qtgui: fixes waterfall plots.
       new  127710c   qtgui: adding menu item to frequency sink to set y 
min/max.
       new  d0a17de   examples: fixed a few examples still using old style 
blocks.
       new  905188a   qtgui: adding a formatter to qtgui label widget to behave 
like formatter in the wxgui static text widget.
       new  58cb65c   examples: Ported examples in GNU Radio tree to QT.
       new  d7ed282   Merge remote-tracking branch 'mbant/qtify-examples'
       new  e098a29   qtgui: minor fix to how number sink handles autoscale.
       new  d9e9435   examples: minor tweaks to some examples.
       new  b52206a   zeromq: updated zeromq examples to use qtgui.
       new  d83f037   fcd: updating FCD examples to use qtgui.
       new  1eaa96b   uhd: Updated docs, in particular for the command interface
       new  350d285   uhd: Added command interface to uhd source, modified 
command syntax
       new  fe58537   uhd: Refactored common stuff from usrp sink and source
       new  3c42e79   uhd: Added GRC bindings for command interface
       new  691bdaa   uhd: Added more type checking and flexibility to commands 
and tags
       new  af0a331   uhd: Added example for re-tuning through messages
       new  12523cd   uhd: Added checks for lock sensors.
       new  1fb307d   Merge remote-tracking branch 'mbant/uhd/msg_format' into 
qt_the_things
       new  69a6fa5   fec: updated fecapi blocks in grc to use new var_value 
concept.
       new  001ab47   Merge branch 'qt_the_things'

The 37 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:
 .../include/gnuradio/rpcregisterhelpers.h          |    8 +-
 gr-audio/examples/grc/cvsd_sweep.grc               | 2322 ++++++++++++++----
 gr-audio/examples/grc/dial_tone.grc                |  332 ++-
 gr-blocks/examples/ctrlport/pfb_sync_test-qt.grc   |  854 -------
 gr-blocks/examples/ctrlport/pfb_sync_test.grc      |  514 ++--
 gr-blocks/grc/blocks_copy.xml                      |  166 +-
 gr-channels/examples/demo_spec_an.grc              | 1542 ++++++++----
 gr-digital/examples/demod/ber_simulation.grc       | 1022 ++++++--
 gr-digital/examples/demod/digital_freq_lock.grc    | 1680 ++++++++++---
 gr-digital/examples/demod/dpsk_loopback.grc        |  690 ++++--
 gr-digital/examples/demod/mpsk_demod.grc           |  878 +++++--
 gr-digital/examples/demod/pam_sync.grc             | 2108 ++++++++++++----
 gr-digital/examples/demod/pam_timing.grc           | 2462 +++++++++++++++----
 gr-digital/examples/demod/test_corr_and_sync.grc   |  528 ++--
 gr-digital/examples/ofdm/ofdm_loopback.grc         | 1120 ++++++---
 gr-digital/examples/ofdm/rx_ofdm.grc               |  358 ++-
 gr-digital/examples/ofdm/tx_ofdm.grc               | 1134 +++++++--
 gr-digital/grc/digital_constellation.xml           |   90 +-
 .../grc/digital_constellation_receiver_cb.xml      |  143 +-
 gr-digital/grc/digital_constellation_rect.xml      |  102 +-
 gr-fcd/examples/grc/CMakeLists.txt                 |    2 +-
 gr-fcd/examples/grc/fcd_apt_rx.grc                 |  834 +++++--
 .../examples/grc/fcd_fft.grc                       |  468 ++--
 gr-fcd/examples/grc/fcd_fft_wx.grc                 |  320 ---
 gr-fcd/examples/grc/fcd_nfm_rx.grc                 | 1064 +++++---
 gr-fec/grc/variable_cc_decoder_def_list.xml        |    4 +-
 gr-fec/grc/variable_cc_encoder_def_list.xml        |   12 +-
 gr-fec/grc/variable_ccsds_encoder_def_list.xml     |   12 +-
 gr-fec/grc/variable_dummy_decoder_def_list.xml     |    4 +-
 gr-fec/grc/variable_dummy_encoder_def_list.xml     |   12 +-
 .../grc/variable_repetition_decoder_def_list.xml   |    4 +-
 .../grc/variable_repetition_encoder_def_list.xml   |   12 +-
 gr-filter/examples/resampler_demo.grc              |  854 +++++--
 gr-noaa/examples/file_rx_hrpt.grc                  |  648 +++--
 gr-noaa/examples/hrpt_demod.grc                    |  492 ++--
 gr-noaa/examples/usrp_rx_hrpt.grc                  | 1734 +++++++------
 gr-noaa/examples/usrp_rx_hrpt_nogui.grc            |  732 ++++--
 gr-pager/apps/usrp_rx_flex.grc                     | 2146 +++++++++++-----
 gr-qtgui/grc/qtgui_const_sink_x.xml                |   17 +
 gr-qtgui/grc/qtgui_freq_sink_x.xml                 |  142 +-
 gr-qtgui/grc/qtgui_histogram_sink_x.xml            |  228 +-
 gr-qtgui/grc/qtgui_label.xml                       |  110 +-
 gr-qtgui/grc/qtgui_number_sink.xml                 |  158 ++
 gr-qtgui/grc/qtgui_sink_x.xml                      |  334 +--
 gr-qtgui/grc/qtgui_time_raster_x.xml               |  215 +-
 gr-qtgui/grc/qtgui_time_sink_x.xml                 |   36 +
 gr-qtgui/grc/qtgui_waterfall_sink_x.xml            |  252 +-
 .../include/gnuradio/qtgui/FrequencyDisplayPlot.h  |    2 +
 .../include/gnuradio/qtgui/TimeDomainDisplayPlot.h |    3 +
 gr-qtgui/include/gnuradio/qtgui/const_sink_c.h     |    1 +
 gr-qtgui/include/gnuradio/qtgui/form_menus.h       |   64 +
 gr-qtgui/include/gnuradio/qtgui/freqdisplayform.h  |    2 +
 gr-qtgui/include/gnuradio/qtgui/number_sink.h      |    6 +
 .../include/gnuradio/qtgui/numberdisplayform.h     |   11 +
 gr-qtgui/include/gnuradio/qtgui/time_sink_c.h      |    2 +
 gr-qtgui/include/gnuradio/qtgui/time_sink_f.h      |    2 +
 gr-qtgui/include/gnuradio/qtgui/timedisplayform.h  |    2 +
 .../include/gnuradio/qtgui/timerasterdisplayform.h |    6 +-
 .../include/gnuradio/qtgui/waterfalldisplayform.h  |    6 +-
 gr-qtgui/lib/FrequencyDisplayPlot.cc               |   16 +-
 gr-qtgui/lib/TimeDomainDisplayPlot.cc              |   31 +-
 gr-qtgui/lib/const_sink_c_impl.cc                  |    6 +
 gr-qtgui/lib/const_sink_c_impl.h                   |    1 +
 gr-qtgui/lib/freqdisplayform.cc                    |   28 +
 gr-qtgui/lib/number_sink_impl.cc                   |   38 +-
 gr-qtgui/lib/number_sink_impl.h                    |    6 +
 gr-qtgui/lib/numberdisplayform.cc                  |  110 +-
 gr-qtgui/lib/time_sink_c_impl.cc                   |    7 +
 gr-qtgui/lib/time_sink_c_impl.h                    |    2 +
 gr-qtgui/lib/time_sink_f_impl.cc                   |    7 +
 gr-qtgui/lib/time_sink_f_impl.h                    |    2 +
 gr-qtgui/lib/timedisplayform.cc                    |    8 +-
 gr-qtgui/lib/timerasterdisplayform.cc              |   42 +-
 gr-qtgui/lib/waterfalldisplayform.cc               |   37 +-
 .../examples/grc/interference_cancellation.grc     | 2588 ++++++++++++++------
 gr-trellis/examples/grc/pccc.grc                   |  576 +++--
 gr-trellis/examples/grc/sccc.grc                   |  516 ++--
 gr-uhd/doc/uhd.dox                                 |   56 +-
 gr-uhd/examples/grc/uhd_const_wave.grc             |  468 ++--
 gr-uhd/examples/grc/uhd_dpsk_mod.grc               | 2295 ++++++++++++++---
 gr-uhd/examples/grc/uhd_fft.grc                    | 1749 ++++++++-----
 .../grc/{uhd_const_wave.grc => uhd_msg_tune.grc}   |  548 +++--
 gr-uhd/examples/grc/uhd_rx_dpsk.grc                | 1073 ++++----
 gr-uhd/examples/grc/uhd_two_tone_loopback.grc      |  944 ++++---
 gr-uhd/examples/grc/uhd_tx_dpsk.grc                |  562 +++--
 gr-uhd/examples/grc/uhd_wbfm_receive.grc           |  784 ++++--
 gr-uhd/examples/python/freq_hopping.py             |    6 +-
 gr-uhd/grc/gen_uhd_usrp_blocks.py                  |    5 +
 gr-uhd/include/gnuradio/uhd/usrp_sink.h            |   46 +-
 gr-uhd/include/gnuradio/uhd/usrp_source.h          |   42 +-
 gr-uhd/lib/CMakeLists.txt                          |   13 +
 gr-uhd/lib/usrp_common.h                           |  198 ++
 gr-uhd/lib/usrp_sink_impl.cc                       |  237 +-
 gr-uhd/lib/usrp_sink_impl.h                        |   26 +-
 gr-uhd/lib/usrp_source_impl.cc                     |   94 +-
 gr-uhd/lib/usrp_source_impl.h                      |   31 +-
 gr-zeromq/examples/zeromq_pubsub.grc               |  444 +++-
 gr-zeromq/examples/zeromq_pushpull.grc             |  488 +++-
 gr-zeromq/examples/zeromq_reqrep.grc               |  492 +++-
 grc/base/Block.py                                  |    7 +-
 grc/base/Port.py                                   |   31 +-
 grc/examples/simple/variable_config.grc            |  398 ++-
 grc/examples/xmlrpc/xmlrpc_client.grc              |  262 +-
 grc/examples/xmlrpc/xmlrpc_server.grc              |  750 ++++--
 grc/gui/ActionHandler.py                           |    5 +
 grc/gui/Actions.py                                 |    4 +
 grc/gui/Bars.py                                    |    3 +
 grc/gui/Block.py                                   |   22 +-
 grc/gui/Element.py                                 |    6 +
 grc/gui/FlowGraph.py                               |   77 +-
 grc/gui/Port.py                                    |   66 +-
 grc/gui/Preferences.py                             |    6 +
 grc/python/Block.py                                |   10 +
 grc/python/FlowGraph.py                            |    2 +-
 grc/python/block.dtd                               |    7 +-
 115 files changed, 31841 insertions(+), 13443 deletions(-)
 delete mode 100644 gr-blocks/examples/ctrlport/pfb_sync_test-qt.grc
 copy gr-digital/examples/demod/mpsk_demod.grc => 
gr-fcd/examples/grc/fcd_fft.grc (55%)
 delete mode 100644 gr-fcd/examples/grc/fcd_fft_wx.grc
 copy gr-uhd/examples/grc/{uhd_const_wave.grc => uhd_msg_tune.grc} (75%)
 create mode 100644 gr-uhd/lib/usrp_common.h



reply via email to

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