commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, next, updated. v3.7.2.1-222-g360ef80
Date: Thu, 12 Dec 2013 23:22:35 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, next has been updated
       via  360ef806f1cd20fbfa1373a7d23fc6b9181f60e7 (commit)
       via  324cdab6d9bc8466da1020ef7934de77e6c415a4 (commit)
       via  04c62b88039aee33c3997ec387543283e8e70614 (commit)
       via  d71714d4c6f425cd94bdf95e789d8b0489ad50b7 (commit)
       via  d37b529acfda2096054e7aff17e0956bb9925600 (commit)
       via  79085fefe1392f4663523adafafa8f3fd48c4ba0 (commit)
       via  5a16f39a60ad9a87b391c3b3264c4a4551dc9082 (commit)
       via  6773a2eb7e794dc5035eea3a7e28e71ad375a20b (commit)
       via  347ed319f5681167d0a5f6aa01a6e5e877e46e37 (commit)
       via  b22c1c0e8e4150a6cb33b1af75582d12d0aaed7a (commit)
      from  95090171bfada399eeb8379e4390e790f6e8892e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 360ef806f1cd20fbfa1373a7d23fc6b9181f60e7
Merge: 9509017 324cdab
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 12 18:23:20 2013 -0500

    Merge branch 'master' into next

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                                     |   19 ++
 gnuradio-runtime/apps/gnuradio-config-info.cc      |   23 ++-
 gnuradio-runtime/include/gnuradio/constants.h      |   15 ++
 gnuradio-runtime/lib/constants.cc.in               |   18 ++
 gr-qtgui/include/gnuradio/qtgui/const_sink_c.h     |    6 +
 gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h      |    6 +
 gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h      |    6 +
 gr-qtgui/include/gnuradio/qtgui/histogram_sink_f.h |    6 +
 gr-qtgui/include/gnuradio/qtgui/sink_c.h           |    6 +
 gr-qtgui/include/gnuradio/qtgui/sink_f.h           |    6 +
 .../include/gnuradio/qtgui/time_raster_sink_b.h    |    6 +
 .../include/gnuradio/qtgui/time_raster_sink_f.h    |    6 +
 gr-qtgui/include/gnuradio/qtgui/time_sink_c.h      |    6 +
 gr-qtgui/include/gnuradio/qtgui/time_sink_f.h      |    6 +
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_c.h |    6 +
 gr-qtgui/include/gnuradio/qtgui/waterfall_sink_f.h |    6 +
 gr-qtgui/lib/CMakeLists.txt                        |    7 +-
 gr-qtgui/lib/const_sink_c_impl.cc                  |    2 +
 gr-qtgui/lib/const_sink_c_impl.h                   |    3 +
 gr-qtgui/lib/freq_sink_c_impl.cc                   |    2 +
 gr-qtgui/lib/freq_sink_c_impl.h                    |    3 +
 gr-qtgui/lib/freq_sink_f_impl.cc                   |    2 +
 gr-qtgui/lib/freq_sink_f_impl.h                    |    3 +
 gr-qtgui/lib/histogram_sink_f_impl.cc              |    2 +
 gr-qtgui/lib/histogram_sink_f_impl.h               |    3 +
 gr-qtgui/lib/sink_c_impl.cc                        |    2 +
 gr-qtgui/lib/sink_c_impl.h                         |    3 +
 gr-qtgui/lib/sink_f_impl.cc                        |    2 +
 gr-qtgui/lib/sink_f_impl.h                         |    3 +
 gr-qtgui/lib/time_raster_sink_b_impl.cc            |    2 +
 gr-qtgui/lib/time_raster_sink_b_impl.h             |    3 +
 gr-qtgui/lib/time_raster_sink_c_impl.cc            |    2 +
 gr-qtgui/lib/time_raster_sink_c_impl.h             |    3 +
 gr-qtgui/lib/time_raster_sink_f_impl.cc            |    2 +
 gr-qtgui/lib/time_raster_sink_f_impl.h             |    3 +
 gr-qtgui/lib/time_sink_c_impl.cc                   |    2 +
 gr-qtgui/lib/time_sink_c_impl.h                    |    3 +
 gr-qtgui/lib/time_sink_f_impl.cc                   |    2 +
 gr-qtgui/lib/time_sink_f_impl.h                    |    3 +
 gr-qtgui/lib/waterfall_sink_c_impl.cc              |    2 +
 gr-qtgui/lib/waterfall_sink_c_impl.h               |    3 +
 gr-qtgui/lib/waterfall_sink_f_impl.cc              |    2 +
 gr-qtgui/lib/waterfall_sink_f_impl.h               |    3 +
 volk/apps/CMakeLists.txt                           |   12 ++
 volk/apps/volk-config-info.cc                      |   96 ++++++++++
 volk/apps/volk_profile.cc                          |  195 +++++++++++---------
 volk/cmake/GrBoost.cmake                           |    1 +
 .../volk_cpu.tmpl.h => include/volk/constants.h}   |   25 +--
 volk/lib/CMakeLists.txt                            |   39 ++++
 .../qa_fast_atan2f.h => volk/lib/constants.c.in    |   52 ++++--
 volk/lib/qa_utils.cc                               |   11 +-
 volk/lib/qa_utils.h                                |    6 +-
 volk/tmpl/volk.tmpl.c                              |   37 ++++
 volk/tmpl/volk.tmpl.h                              |    6 +
 54 files changed, 572 insertions(+), 127 deletions(-)
 create mode 100644 volk/apps/volk-config-info.cc
 copy volk/{tmpl/volk_cpu.tmpl.h => include/volk/constants.h} (67%)
 copy gnuradio-runtime/lib/math/qa_fast_atan2f.h => volk/lib/constants.c.in 
(65%)


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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