commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (85012bb -> cfda705)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (85012bb -> cfda705)
Date: Mon, 1 Aug 2016 21:58:57 +0000 (UTC)

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

jcorgan pushed a change to branch next
in repository gnuradio.

      from  85012bb   Merge branch 'master' into next
       new  611493e   cmake: revert GCC standard to gnu99 to accomodate 4.6.3
       new  7b32c0d   runtime: fixes prefs system to work with older boost 1.48 
and gcc 4.6.3
       new  895413e   Update dvbt_bit_inner_interleaver_impl.cc
       new  7087b02   Merge remote-tracking branch 'artem/patch-1' into maint
       new  3d9ccb4   cmake: fix for when tree is git but git describe fails
       new  4745c74   Merge branch 'maint'
       new  d659dbe   tcp_server_sink: header (public interface)
       new  950310a   tcp_server_sink: implementation
       new  b49f52f   tcp_server_sink: python bindings
       new  b238171   tcp_server_sink: QA
       new  c8cab34   tcp_server_sink: generate documentation
       new  bbfafb7   tcp_server_sink: XML block definition
       new  e24d062   Merge remote-tracking branch 'pinkavaj/tcp_noblock-03'
       new  67c00b9   gr-uhd: create tag when issuing stream command
       new  9e7989c   Merge remote-tracking branch 'iohannez/patch-3'
       new  0759cc9   uhd: Updates to UHDApp and siggen apps
       new  642432e   uhd: uhd_fft can now optionally plot relative phase 
between adjacent channels
       new  36f6038   Merge remote-tracking branch 
'mbr0wn/uhd/uhd_fft_phase_plot'
       new  5af80cc   gr-dtv: Make the gr-dtv component easily cross-compiled.
       new  782f221   Merge remote-tracking branch 'drmpeg/dtv-build'
       new  9977f21   gr-dtv: Improve ATSC transmitter performance with Rotator 
block.
       new  4571868   Merge remote-tracking branch 'drmpeg/atsc-optimize'
       new  edbcd29   Merge branch 'master' into next
       new  44a1c16   fec: polar_channel_construction replace OptionParser by 
ArgumentParser + cleanup
       new  e0d5c27   filter: fft_filter_ccc - replace OptionParser by 
ArgumentParser
       new  da4b455   filter: fir_filter_ccc.py - replace OptionParser by 
ArgumentParser
       new  6bffe36   filter: fir_filter_fff.py replace OptionParser by 
ArgumentParser
       new  1a16067   utils: plot_data - remove unused import
       new  208dc8c   utils: gr_plot_char - replace OptionParser by 
ArgumentParser
       new  c520bb0   utils: gr_plot_const replace OptionParser by 
ArgumentParser
       new  b04ea1e   utils: gr_read_file_metadata replace OptionParser by 
ArgumentParser
       new  4ac5869   qtgui: plot_base remove unused imports
       new  1cdda44   Merge remote-tracking branch 
'pinkavaj/argparse-filter-01' into next
       new  9f62aa8   modtool: replace OptionParser by ArgumentParser
       new  cfda705   Merge remote-tracking branch 
'pinkavaj/argparse-modtool-02' into next

The 35 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                                     |    4 +-
 cmake/Modules/GrVersion.cmake                      |   21 +-
 docs/sphinx/source/blocks_blocks.rst               |    1 +
 docs/sphinx/source/index.rst                       |    1 +
 gnuradio-runtime/lib/prefs.cc                      |    3 +-
 gr-blocks/grc/blocks_block_tree.xml                |    1 +
 ...cks_udp_sink.xml => blocks_tcp_server_sink.xml} |   30 +-
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |    1 +
 .../include/gnuradio/blocks/tcp_server_sink.h      |   66 +
 gr-blocks/lib/CMakeLists.txt                       |    1 +
 gr-blocks/lib/tcp_server_sink_impl.cc              |  161 ++
 .../{udp_sink_impl.h => tcp_server_sink_impl.h}    |   50 +-
 gr-blocks/python/blocks/qa_tcp_server_sink.py      |   87 +
 gr-blocks/swig/blocks_swig5.i                      |    3 +
 gr-dtv/examples/README.atsc                        |    7 +
 gr-dtv/examples/file_atsc_tx.grc                   | 1015 +++++---
 gr-dtv/examples/{dvbs_tx.grc => uhd_atsc_tx.grc}   | 1159 +++++----
 gr-dtv/grc/dtv_dvbs2_modulator_bc.xml              |   29 +-
 gr-dtv/include/gnuradio/dtv/dvb_config.h           |    1 +
 gr-dtv/lib/CMakeLists.txt                          |   18 -
 gr-dtv/lib/atsc/atsc_viterbi_decoder_impl.cc       |    2 +-
 gr-dtv/lib/atsc/atsc_viterbi_mux.h                 | 2539 ++++++++++++++++++++
 gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.cc        |   11 +
 gr-dtv/lib/dvbt/dvbt_bit_inner_interleaver_impl.cc |    5 +-
 gr-fec/python/fec/polar/polar_channel_construction |   44 +-
 gr-filter/examples/fft_filter_ccc.py               |   56 +-
 gr-filter/examples/fir_filter_ccc.py               |   50 +-
 gr-filter/examples/fir_filter_fff.py               |   50 +-
 gr-qtgui/apps/plot_base.py                         |    2 -
 gr-uhd/apps/uhd_app.py                             |   35 +-
 gr-uhd/apps/uhd_fft                                |   58 +-
 gr-uhd/apps/uhd_siggen_base.py                     |   94 +-
 gr-uhd/apps/uhd_siggen_gui                         |   33 +-
 gr-uhd/lib/usrp_source_impl.cc                     |    1 +
 gr-utils/python/modtool/CMakeLists.txt             |    1 -
 gr-utils/python/modtool/__init__.py                |    3 +-
 gr-utils/python/modtool/modtool_add.py             |   44 +-
 gr-utils/python/modtool/modtool_base.py            |   78 +-
 gr-utils/python/modtool/modtool_disable.py         |   19 +-
 gr-utils/python/modtool/modtool_help.py            |   68 -
 gr-utils/python/modtool/modtool_info.py            |   20 +-
 gr-utils/python/modtool/modtool_makexml.py         |   25 +-
 gr-utils/python/modtool/modtool_newmod.py          |   24 +-
 gr-utils/python/modtool/modtool_rename.py          |   39 +-
 gr-utils/python/modtool/modtool_rm.py              |   19 +-
 gr-utils/python/modtool/templates.py               |    6 -
 gr-utils/python/modtool/util_functions.py          |    9 -
 gr-utils/python/utils/gr_modtool                   |   28 +-
 gr-utils/python/utils/gr_plot_char                 |   33 +-
 gr-utils/python/utils/gr_plot_const                |   30 +-
 gr-utils/python/utils/gr_read_file_metadata        |   20 +-
 gr-utils/python/utils/plot_data.py                 |    1 -
 52 files changed, 4775 insertions(+), 1331 deletions(-)
 copy gr-blocks/grc/{blocks_udp_sink.xml => blocks_tcp_server_sink.xml} (75%)
 create mode 100644 gr-blocks/include/gnuradio/blocks/tcp_server_sink.h
 create mode 100644 gr-blocks/lib/tcp_server_sink_impl.cc
 copy gr-blocks/lib/{udp_sink_impl.h => tcp_server_sink_impl.h} (51%)
 create mode 100644 gr-blocks/python/blocks/qa_tcp_server_sink.py
 create mode 100644 gr-dtv/examples/README.atsc
 copy gr-dtv/examples/{dvbs_tx.grc => uhd_atsc_tx.grc} (81%)
 create mode 100644 gr-dtv/lib/atsc/atsc_viterbi_mux.h
 delete mode 100644 gr-utils/python/modtool/modtool_help.py



reply via email to

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