[compute] 13/49: Merge pull request #480 from haahh/pr_boost_inspection

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Dec 18 17:58:16 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository compute.

commit 15a778d84a0248bf2c8891a4ee8c622c6391dc6a
Merge: 7059a30 7a8d078
Author: Kyle Lutz <kyle.r.lutz at gmail.com>
Date:   Sat Jul 18 11:01:57 2015 -0700

    Merge pull request #480 from haahh/pr_boost_inspection
    
    Fixing problems reported in Boost Inspection Report

 CMakeLists.txt                                     |  9 +++
 doc/Jamfile.v2                                     |  9 +++
 doc/advanced_topics.qbk                            |  8 +++
 doc/compute.qbk                                    |  8 +++
 doc/design.qbk                                     |  8 +++
 doc/faq.qbk                                        |  8 +++
 doc/getting_started.qbk                            |  8 +++
 doc/interop.qbk                                    |  8 +++
 doc/introduction.qbk                               |  8 +++
 doc/performance.qbk                                |  8 +++
 doc/platforms_and_compilers.qbk                    |  8 +++
 doc/porting_guide.qbk                              |  8 +++
 doc/reference.qbk                                  |  8 +++
 doc/tutorial.qbk                                   |  8 +++
 example/CMakeLists.txt                             |  9 +++
 example/opencv_convolution.cpp                     |  4 +-
 example/opencv_optical_flow.cpp                    |  4 +-
 example/qimage_blur.cpp                            | 10 ++++
 example/simple_moving_average.cpp                  |  4 +-
 include/boost/compute/algorithm/accumulate.hpp     |  4 +-
 include/boost/compute/async/wait.hpp               |  8 +--
 include/boost/compute/config.hpp                   | 27 ++++++---
 include/boost/compute/container/vector.hpp         |  8 +--
 include/boost/compute/detail/duration.hpp          |  6 +-
 include/boost/compute/functional/bind.hpp          |  4 +-
 include/boost/compute/kernel.hpp                   |  4 +-
 .../boost/compute/random/normal_distribution.hpp   |  4 +-
 include/boost/compute/random/threefry_engine.hpp   | 69 ++++++++++++----------
 .../compute/random/uniform_int_distribution.hpp    |  2 +-
 include/boost/compute/types/tuple.hpp              | 10 ++--
 include/boost/compute/utility/dim.hpp              |  4 +-
 include/boost/compute/utility/extents.hpp          |  8 +--
 perf/CMakeLists.txt                                |  9 +++
 perf/perf.py                                       |  7 +++
 perf/perf_accumulate.cpp                           |  2 +-
 perf/perf_exclusive_scan.cpp                       | 10 ++++
 perf/perf_saxpy.cpp                                |  2 +-
 perf/perf_sort.cpp                                 |  2 +-
 perf/perf_tbb_merge.cpp                            | 12 +++-
 perf/perf_thrust_exclusive_scan.cu                 |  2 +-
 perf/perfdoc.py                                    |  7 +++
 test/CMakeLists.txt                                |  9 +++
 test/context_setup.hpp                             | 10 ++++
 test/extra/CMakeLists.txt                          |  9 +++
 test/opencl_version_check.hpp                      | 10 ++++
 test/test_accumulate.cpp                           |  6 +-
 test/test_async_wait.cpp                           |  4 +-
 test/test_is_permutation.cpp                       |  2 +-
 test/test_kernel.cpp                               |  4 +-
 test/test_next_permutation.cpp                     |  4 +-
 test/test_prev_permutation.cpp                     |  4 +-
 test/test_tuple.cpp                                |  8 +--
 52 files changed, 327 insertions(+), 99 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/compute.git



More information about the debian-science-commits mailing list