Peter Dimov
e5d6e0d0b9
Rename mp_invoke to mp_invoke_q
2019-01-07 03:41:29 +02:00
Peter Dimov
c61d99db87
Remove essentials from yml files
2018-12-22 04:39:56 +02:00
Peter Dimov
dcbd3d7fde
Update .yml files
2018-12-18 21:49:56 +02:00
Peter Dimov
0c07170150
Merge branch 'develop' into feature/mp_for_each_1089
2018-12-17 00:40:01 +02:00
Peter Dimov
02a66406fd
Merge branch 'feature/travis-clang-7' into develop
2018-12-17 00:37:33 +02:00
Peter Dimov
6b9799e5b1
Update version in CMakeLists.txt
2018-12-16 20:40:09 +02:00
Peter Dimov
1fef12dbec
Add clang-7 to Travis
2018-12-16 20:34:51 +02:00
Peter Dimov
6e8559b138
Support more than 1024 list elements in mp_for_each on msvc
2018-12-16 20:13:11 +02:00
Peter Dimov
af3acc3206
Merge branch 'develop' into feature/mp_for_each_1089
2018-12-16 18:57:43 +02:00
Peter Dimov
6fa5c890a8
Update msvc-14.1 workaround
2018-12-16 18:57:16 +02:00
Peter Dimov
f9594f9295
Test mp_for_each with a long list of types
2018-12-16 18:33:07 +02:00
Peter Dimov
dbe0378d65
Remove local copy of FetchContent; use boost_fetch
boost-1.69.0-beta1
boost-1.69.0
2018-10-09 06:08:08 +03:00
Peter Dimov
23d265bbbe
Add test/check_cmake_version.cpp
2018-10-08 23:24:06 +03:00
Peter Dimov
8ee4de3fe6
Remove GIT_SHALLOW as it requires 3.6
2018-10-08 23:22:04 +03:00
Peter Dimov
677b9fc8e9
Use message(STATUS ...)
2018-10-04 22:53:34 +03:00
Peter Dimov
e742ccfa75
Fix typo
2018-09-30 22:36:42 +03:00
Peter Dimov
9c92e7970f
Add install support, cmake_install_test
2018-09-30 21:49:46 +03:00
Peter Dimov
1a7fc19caa
Add cmake_subdir_test
2018-09-30 21:29:36 +03:00
Peter Dimov
8c278c84dd
Change 'populating' messages and normalize names; use shallow clone
2018-09-30 16:05:45 +03:00
Peter Dimov
a8ba36f211
Add cxx_decltype to target_compile_features
2018-09-29 00:15:53 +03:00
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