commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (0e509fc -> cfb2c30)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (0e509fc -> cfb2c30)
Date: Tue, 15 Nov 2016 18:52:26 +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  0e509fc   Merge branch 'master' into next
       new  e8405a3   digital: add constructor warning for deprecated 
mpsk_receiver_cc
       new  502c0be   Merge remote-tracking branch 
'github/deprecate-mpsk-receiver'
       new  c939434   Merge branch 'master' into next
       new  f5bf1de   Merge branch 'deprecate-mpsk-receiver' into 
remove-mpsk-receiver
       new  028b887   digital: remove deprecated mpsk_receiver block
       new  cfb2c30   Merge remote-tracking branch 
'github/remove-mpsk-receiver' into next

The 6 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:
 docs/sphinx/source/digital_blocks.rst              |   1 -
 docs/sphinx/source/index.rst                       |   1 -
 gr-digital/grc/digital_block_tree.xml              |   1 -
 gr-digital/grc/digital_mpsk_receiver_cc.xml        |  87 ------
 gr-digital/include/gnuradio/digital/CMakeLists.txt |   1 -
 .../include/gnuradio/digital/mpsk_receiver_cc.h    | 148 ---------
 gr-digital/lib/CMakeLists.txt                      |   1 -
 gr-digital/lib/mpsk_receiver_cc_impl.cc            | 330 --------------------
 gr-digital/lib/mpsk_receiver_cc_impl.h             | 242 ---------------
 gr-digital/python/digital/qa_mpsk_receiver.py      | 146 ---------
 gr-digital/swig/digital_swig2.i                    |   3 -
 gr-qtgui/apps/qt_digital.py                        | 307 ------------------
 gr-qtgui/apps/qt_digital_window.py                 | 161 ----------
 gr-qtgui/apps/qt_digital_window.ui                 | 342 ---------------------
 14 files changed, 1771 deletions(-)
 delete mode 100644 gr-digital/grc/digital_mpsk_receiver_cc.xml
 delete mode 100644 gr-digital/include/gnuradio/digital/mpsk_receiver_cc.h
 delete mode 100644 gr-digital/lib/mpsk_receiver_cc_impl.cc
 delete mode 100644 gr-digital/lib/mpsk_receiver_cc_impl.h
 delete mode 100755 gr-digital/python/digital/qa_mpsk_receiver.py
 delete mode 100755 gr-qtgui/apps/qt_digital.py
 delete mode 100644 gr-qtgui/apps/qt_digital_window.py
 delete mode 100644 gr-qtgui/apps/qt_digital_window.ui



reply via email to

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