Commit Graph

464 Commits

Author SHA1 Message Date
Peter Dimov
225cbd1eb0 Replace CXX=clang++ with compiler: clang 2018-09-28 23:15:18 +03:00
Peter Dimov
3192a973f4 Add CMakeLists.txt, testing support via CMake 2018-09-28 17:55:52 +03:00
Peter Dimov
a79e6d0240 Document that mp_bind evaluates nested mp_bind_front/mp_bind_back 2018-09-07 23:45:57 +03:00
Peter Dimov
2a0ce908ee Add doc/.gitignore 2018-09-07 23:43:59 +03:00
Peter Dimov
a0f7afba00 Merge pull request #26 from glenfe/develop
Implement mp_starts_with
2018-09-04 15:50:44 +03:00
Peter Dimov
602c740690 Merge pull request #27 from glenfe/unreachable
Make the default (unreachable) label the first one
2018-09-03 22:04:43 +03:00
Glen Fernandes
2e389b27e0 Make the default (unreachable) label the first one 2018-09-03 14:13:45 -04:00
Peter Dimov
025779ec15 Mark as unreachable the default cases in mp_with_index to improve code generation 2018-09-03 17:45:30 +03:00
Glen Fernandes
f387448581 Implement mp_starts_with 2018-08-31 15:09:22 -04:00
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 boost-1.68.0 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 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