Peter Dimov
2364f79088
Fix mp_bind for msvc-14.1 1915 (15.8)
2018-08-30 01:23:05 +03:00
Peter Dimov
8893227365
Disable fold expressions in mp_plus for msvc-14.1 1915 (15.8)
2018-08-30 01:09:39 +03:00
Peter Dimov
00dbd0ec9e
Add msvc-14.1/cxxstd=17 to Appveyor
2018-08-30 01:00:45 +03:00
Peter Dimov
1ece1e3ace
The -precise LLVM APT sources are no longer supported, but 3.5, 3.6, 3.8, 3.9 are in trusty-updates
2018-08-29 22:55:09 +03:00
Peter Dimov
a376598a04
Try to work around ::gets errors on clang 3.x/c++14/libstdc++ 4.8
2018-08-29 22:07:08 +03:00
Peter Dimov
76817e70d6
Remove use of Boost.Config
2018-08-29 20:03:59 +03:00
Peter Dimov
05a366e8ba
Merge branch 'feature/gcc-8' into develop
2018-06-29 00:39:03 +03:00
Peter Dimov
f2af9c2be4
Update g++ 7 workarounds to cover g++ 8.1
2018-06-28 20:31:54 +03:00
Peter Dimov
e0bae26350
Add clang++ 6 to Travis
2018-06-28 19:49:30 +03:00
Peter Dimov
67dd1edd97
Add g++ 8 to Travis
2018-06-28 19:37:38 +03:00
Peter Dimov
b5111c3ff3
Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into feature/nvcc-9
2018-04-27 16:18:08 +03:00
Alexander Matthes
6cd7355d94
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.
2018-04-27 08:52:54 +02:00
Peter Dimov
fda3fb23e6
Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into feature/nvcc-9
2018-04-26 21:44:55 +03:00
Alexander Matthes
b78e808fc1
Merge branch 'develop' of github.com:boostorg/mp11 into workaround-nvcc-cuda
2018-04-26 20:29:02 +02:00
Peter Dimov
a42587e252
Add nvcc-9.1 to Travis
2018-04-26 20:33:58 +03:00
Alexander Matthes
2458880e77
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
2018-04-26 19:10:57 +02:00
Peter Dimov
6f679aba51
Revert removal of -nocudainc and -nocudalib; add c++14 and c++1z
2018-04-26 20:05:19 +03:00
Peter Dimov
e41c8a8e20
Remove -nocudainc -nocudalib
2018-04-26 17:34:16 +03:00
Peter Dimov
7be33d3f42
Install dependencies nvidia-profiler, nvidia-cuda-dev as well
2018-04-26 16:24:20 +03:00
Peter Dimov
eca4336ed7
Install nvidia-cuda-toolkit
2018-04-26 15:51:45 +03:00
Peter Dimov
dec6df008c
Add -D__device__=__attribute__((device))
2018-04-26 15:20:30 +03:00
Peter Dimov
be199cd943
Add --cuda-gpu-arch, restore compiler: and env:
2018-04-26 14:17:19 +03:00
Peter Dimov
6c57a1b915
Merge branch 'fix-clangCuda' of https://github.com/ax3l/mp11 into feature/clang-x-cuda
2018-04-26 13:39:24 +03:00
Peter Dimov
cc8a99e2d8
Try to test clang -x cuda without b2
2018-04-26 13:23:06 +03:00
Axel Huebl
c24fe1750c
Clang -x cuda: >>> mixmatch
2018-04-26 10:53:59 +02:00
Peter Dimov
e0303dbcda
Merge branch 'develop' into feature/clang-x-cuda
2018-04-25 19:32:58 +03:00
Peter Dimov
88485f900a
Bump another g++ 7.2 workaround to 7.3
2018-04-25 19:15:18 +03:00
Peter Dimov
42f4f0b8f0
Fix CXXFLAGS handling
2018-04-25 16:14:12 +03:00
Peter Dimov
0704f9ed4d
Merge branch 'develop' into feature/clang-x-cuda
2018-04-25 16:02:43 +03:00
Peter Dimov
aa33b6426c
Update g++ 7.2 workaround to 7.3
2018-04-25 15:51:39 +03:00
Peter Dimov
861e8827d0
Add clang -x cuda to Travis
2018-04-25 14:23:16 +03:00
Peter Dimov
bad3d5aec3
Evaluate mp_bind_front, mp_bind_back inside mp_bind
2018-04-25 14:20:06 +03:00
Peter Dimov
8307f404f8
Documentation fixes
2018-02-11 05:40:41 +02:00
Peter Dimov
4f727f04a0
In mp_bind.cpp, make add_pointer transparent to test it more thoroughly
2018-02-11 05:40:20 +02:00
Peter Dimov
511f12c91e
Use mp_defer in mp_bind_front, mp_bind_back
2018-02-07 23:59:00 +02:00
Peter Dimov
a41fd401fd
Fix typos
2018-02-07 20:56:47 +02:00
Peter Dimov
3b5cdc2b22
Update README.md
2018-01-30 18:27:30 +00:00
Peter Dimov
4aacc60840
Replace detail/workaround.hpp with config/workaround.hpp
2018-01-23 21:34:35 +02:00
Peter Dimov
9acd574589
Merge pull request #18 from zerotypos-found/fix_typo
...
Fix typo
2018-01-23 17:27:01 +02:00
zerotypos-found
4fee76f416
Fix typo
2018-01-23 11:57:55 +09:00
zerotypos-found
8bffdd64b5
Replace tabs with whitespace characters
2018-01-23 11:41:26 +09:00
Peter Dimov
e3e972cf8d
Merge branch 'feature/clang-3.3' into develop
2018-01-19 17:52:09 +02:00
Peter Dimov
3d086d16b6
Use /usr/bin/clang++ for clang-3.3 and 3.4
2018-01-19 05:41:13 +02:00
Peter Dimov
c2f8024305
Use alternative implementation of mp_valid for Intel C++
2018-01-18 22:38:29 +02:00
Peter Dimov
86e42330be
Add clang-3.3, clang-3.4 to Travis
2018-01-18 21:50:03 +02:00
Peter Dimov
b725dd6e68
Install libc++-dev
2018-01-16 04:55:37 +02:00
Peter Dimov
27f7c608e4
Add clang++-libc++ to Travis
2018-01-15 21:21:34 +02:00
Peter Dimov
6f1e30778b
Update README.md
2018-01-09 00:20:13 +00:00
Peter Dimov
4c8d36d071
Add a few more mp_defer tests
2017-12-21 21:35:39 +02:00
Peter Dimov
96dc3c5c20
Add a few more mp_valid test cases
2017-12-21 21:21:55 +02:00