commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch next updated (2958d57 -> 0e61c02)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (2958d57 -> 0e61c02)
Date: Mon, 13 Feb 2017 00:34:51 +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  2958d57   Merge branch 'master' into next
       new  88445d0   grc: evaluate cheetah template to resolve 'optional' tag 
in port definition
       new  9b4dfe7   analog: add missing probe_avg_mag_sqrd_cf block to GRC 
definition
       new  8c44b71   analog: simplify probe_avg_mag_sqrd_x block GRC file
       new  38d51d0   Merge remote-tracking branch 
'nowls/add_probe_av_mag2_cf_grc_def' into maint
       new  3dc24da   runtime: ifdef out unistd.h in public header
       new  1643272   dtv: switch to hex format for number constants
       new  dd25086   cmake: updates to msvc config.h
       new  831631d   runtime: missing API export for block stream operator
       new  15e8585   cmake: removed stdint, inttypes, stdbool compat headers
       new  b49da16   Merge remote-tracking branch 'josh/win_build' into maint
       new  82b1e2e   Merge branch 'maint'
       new  95c9115   Merge branch 'master' into next
       new  81e7af7   volk: update submodule to latest master
       new  0e61c02   Merge branch 'master' into next

The 14 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                                |   1 +
 cmake/msvc/config.h                           |  21 +-
 cmake/msvc/inttypes.h                         | 301 --------------------------
 cmake/msvc/stdbool.h                          |  45 ----
 cmake/msvc/stdint.h                           | 251 ---------------------
 cmake/msvc/sys/time.h                         |   2 +
 gnuradio-runtime/include/gnuradio/block.h     |   2 +-
 gnuradio-runtime/include/gnuradio/unittests.h |   2 +
 gr-analog/grc/analog_probe_avg_mag_sqrd_x.xml |  17 ++
 gr-dtv/lib/catv/catv_trellis_enc_bb_impl.cc   |   4 +-
 grc/core/Port.py                              |   7 +-
 volk                                          |   2 +-
 12 files changed, 34 insertions(+), 621 deletions(-)
 delete mode 100644 cmake/msvc/inttypes.h
 delete mode 100644 cmake/msvc/stdbool.h
 delete mode 100644 cmake/msvc/stdint.h



reply via email to

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