~roguescholar/boost/+git/mp11:feature/clang-6

Last commit made on 2018-06-28
Get this branch:
git clone -b feature/clang-6 https://git.launchpad.net/~roguescholar/boost/+git/mp11

Branch merges

Branch information

Name:
feature/clang-6
Repository:
lp:~roguescholar/boost/+git/mp11

Recent commits

e0bae26... by Peter Dimov <email address hidden>

Add clang++ 6 to Travis

b5111c3... by Peter Dimov <email address hidden>

Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into feature/nvcc-9

6cd7355... by Alexander Matthes <email address hidden>

Changed precompiler test for cuda 9 workaround

BOOST_WORKAROUND( BOOST_CUDA_VERSION, / 1000000 == 9 ) was not working because
BOOST_CUDA_VERSION is defined as sum without brackets so / 1000000 was only
applied to the last addend.

fda3fb2... by Peter Dimov <email address hidden>

Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into feature/nvcc-9

b78e808... by Alexander Matthes <email address hidden>

Merge branch 'develop' of github.com:boostorg/mp11 into workaround-nvcc-cuda

a42587e... by Peter Dimov <email address hidden>

Add nvcc-9.1 to Travis

2458880... by Alexander Matthes <email address hidden>

Added work around for Nvidia nvcc cuda compiler >= 9.0
* https://svn.boost.org/trac10/ticket/13513
* https://github.com/ComputationalRadiationPhysics/alpaka/issues/459#issuecomment-377678240

6f679ab... by Peter Dimov <email address hidden>

Revert removal of -nocudainc and -nocudalib; add c++14 and c++1z

e41c8a8... by Peter Dimov <email address hidden>

Remove -nocudainc -nocudalib

7be33d3... by Peter Dimov <email address hidden>

Install dependencies nvidia-profiler, nvidia-cuda-dev as well