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, master, updated. v


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.7.2.1-86-g324cdab
Date: Thu, 12 Dec 2013 23:22:27 +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, master has been updated
       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  3d572a3347c7791cb9c1d8a2c01a62d7d3f5fc6b (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 324cdab6d9bc8466da1020ef7934de77e6c415a4
Merge: 04c62b8 b22c1c0
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 12 18:23:11 2013 -0500

    Merge branch 'maint'

commit 04c62b88039aee33c3997ec387543283e8e70614
Merge: 3d572a3 d71714d
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 12 17:40:24 2013 -0500

    Merge branch 'cpu_profile'

commit d71714d4c6f425cd94bdf95e789d8b0489ad50b7
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 12 15:24:30 2013 -0500

    volk: added volk_list_machines and volk_get_machine to get information 
about the available machines on the platform. Available through volk-cofig-info.
    
    Fixed volk- and gnuradio-config-info to catch exception when bad option is 
passed to it.

commit d37b529acfda2096054e7aff17e0956bb9925600
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 12 12:33:02 2013 -0500

    volk: adding constants from cmake into volk. Access through new 
volk-config-info app (similar to gnuradio-config-info).

commit 79085fefe1392f4663523adafafa8f3fd48c4ba0
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 12 10:50:29 2013 -0500

    cmake: adds compiler info to gnuradio-config-info and removes use of csv 
file.

commit 5a16f39a60ad9a87b391c3b3264c4a4551dc9082
Author: Tim O'Shea <address@hidden>
Date:   Thu Dec 12 10:49:56 2013 -0500

    runtime: install compiler information volk: install compiler information, 
output timing in ms, add benchmark mode (run all kernels even if only generic 
is available)

commit 6773a2eb7e794dc5035eea3a7e28e71ad375a20b
Author: Tim O'Shea <address@hidden>
Date:   Tue Dec 10 15:35:39 2013 -0500

    volk: clang/linux/avx fix
    cmake: findIce fix (search $CMAKE_INSTALL_PREFIX first for source installed 
3.5 needed for clang)

commit 347ed319f5681167d0a5f6aa01a6e5e877e46e37
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 10 15:45:11 2013 -0500

    digital: typo fixed to "sps" (samples/symbol).

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

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]