commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (bcf47d4 -> 1d477a7)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (bcf47d4 -> 1d477a7)
Date: Mon, 27 Mar 2017 21:26:29 +0000 (UTC)

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

jcorgan pushed a change to branch master
in repository gnuradio.

      from  bcf47d4   cmake/docs: Move min versions into a single spot, put 
them all into vars
       new  be3ac87   fec: gsl is supposed to be optional
       new  d46cca7   cmake: delete indirect GSL dependencies
       new  c73a73f   Merge remote-tracking branch 'gnuradio-github/pr/1247'
       new  e2df7af   blocks: Add exponentiate const int block
       new  1d477a7   Merge remote-tracking branch 'gnuradio-github/pr/1246'

The 5 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:
 gr-atsc/CMakeLists.txt                             |   3 -
 gr-atsc/swig/CMakeLists.txt                        |   2 +-
 gr-blocks/grc/blocks_block_tree.xml                |   1 +
 gr-blocks/grc/blocks_exponentiate_const_cci.xml    |  45 +++++++++
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |   1 +
 .../gnuradio/blocks/exponentiate_const_cci.h       |  66 +++++++++++++
 gr-blocks/lib/CMakeLists.txt                       |   1 +
 gr-blocks/lib/exponentiate_const_cci_impl.cc       | 102 +++++++++++++++++++++
 ...nk_X_impl.h.t => exponentiate_const_cci_impl.h} |  33 +++----
 .../python/blocks/qa_exponentiate_const_cci.py     |  66 +++++++++++++
 gr-blocks/swig/blocks_swig7.i                      |   3 +
 gr-dtv/CMakeLists.txt                              |   3 -
 gr-dtv/swig/CMakeLists.txt                         |   2 +-
 gr-fec/CMakeLists.txt                              |   1 -
 14 files changed, 301 insertions(+), 28 deletions(-)
 create mode 100644 gr-blocks/grc/blocks_exponentiate_const_cci.xml
 create mode 100644 gr-blocks/include/gnuradio/blocks/exponentiate_const_cci.h
 create mode 100644 gr-blocks/lib/exponentiate_const_cci_impl.cc
 copy gr-blocks/lib/{tsb_vector_sink_X_impl.h.t => 
exponentiate_const_cci_impl.h} (57%)
 create mode 100644 gr-blocks/python/blocks/qa_exponentiate_const_cci.py



reply via email to

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