1
0
forked from boostorg/mp11
Commit Graph

491 Commits

Author SHA1 Message Date
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 boost-1.67.0 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
Peter Dimov
f5bb23dc76 Revert "Change mp_void<T...> to be a proper alias of void"
This reverts commit 860f918553.
2017-12-21 02:19:44 +02:00
Peter Dimov
860f918553 Change mp_void<T...> to be a proper alias of void 2017-12-20 20:25:53 +02:00
Peter Dimov
ea073efb43 Move mp_void to detail/mp_void.hpp 2017-12-20 15:58:18 +02:00
Peter Dimov
65f05293a1 Detect libstdc++ properly instead of checking for libc++ 2017-12-17 03:39:32 +02:00
Peter Dimov
04ad62bffa Update .travis.yml 2017-12-13 01:10:56 +02:00
Daniela Engert
a9c78432d6 silence compiler warnings about narrowing.
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-12-12 19:11:17 +01:00
Peter Dimov
26e2302f3b Suppress MSVC level 4 warnings 2017-12-12 00:34:17 +02:00
Peter Dimov
c273159c94 Zero-length arrays are an extension 2017-12-12 00:05:18 +02:00
Peter Dimov
a96ae790a4 Fix description boost-1.66.0 2017-10-25 23:05:42 +03:00
Peter Dimov
0702f1720a Cosmetic doc fixes 2017-10-24 17:37:33 +03:00
Rene Rivera
2ee7a21903 Remove redundant local asciidoctor tool spec. 2017-10-22 07:56:12 -05:00
Peter Dimov
cb57cb9e78 Add mp_map_update_q 2017-10-22 03:19:18 +03:00
Peter Dimov
df8217ce97 Add mp_all_of_q, mp_any_of_q, mp_none_of_q 2017-10-22 02:50:29 +03:00
Peter Dimov
0f5c50b195 Add mp_find_if_q 2017-10-22 02:18:40 +03:00