commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch python3 updated (d5777e1 -> 1ee3e3a)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch python3 updated (d5777e1 -> 1ee3e3a)
Date: Mon, 27 Mar 2017 21:26:31 +0000 (UTC)

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

jcorgan pushed a change to branch python3
in repository gnuradio.

      from  d5777e1   Merge branch 'next' into python3
       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  1ccbb23   Merge branch 'master' into next
       new  f2f3b07   delete obsolete config options from config.h
       new  e98dc6c   doc: log4cpp is mandatory now
       new  5b2d034   Merge remote-tracking branch 'gnuradio-github/pr/1248' 
into next
       new  b3b63be   Merge branch 'next' into python3
       new  e2df7af   blocks: Add exponentiate const int block
       new  1d477a7   Merge remote-tracking branch 'gnuradio-github/pr/1246'
       new  c01ac41   Merge branch 'master' into next
       new  1ee3e3a   Merge branch 'next' into python3

The 12 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:
 config.h.in                                        |   6 --
 docs/doxygen/other/logger.dox                      |   6 --
 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, 300 insertions(+), 36 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]