344 Commits

Author SHA1 Message Date
Peter Dimov
d4cad58e5c Add mp_not_fn 2019-01-08 01:27:04 +02:00
Peter Dimov
614dec90a7 Add test/mp_set_intersection_sf.cpp 2019-01-07 22:45:51 +02:00
Peter Dimov
311f8bf1a5 Add mp_set_intersection 2019-01-07 22:30:58 +02:00
Peter Dimov
bc90e79d9f Add test/mp_set_difference_sf.cpp 2019-01-07 21:27:06 +02:00
Peter Dimov
21a95388f5 Move mp_is_list to detail/mp_is_list.hpp 2019-01-07 21:26:35 +02:00
Peter Dimov
3a31eeee29 Add mp_set_difference 2019-01-07 21:02:30 +02:00
Peter Dimov
a9b36f58ae Move mp_copy_if, mp_remove_if to separate headers 2019-01-07 20:44:50 +02:00
Peter Dimov
27b2ebdbff Add one additional test for mp_any that exposes an issue with msvc-14.1/cxxstd=17 2019-01-07 20:21:14 +02:00
Peter Dimov
64ec78ac17 Merge branch 'feature/mp_set_union' into develop 2019-01-07 17:02:28 +02:00
Peter Dimov
3e3d4dec74 Merge branch 'feature/mp_append_sf' into develop 2019-01-07 17:02:16 +02:00
Peter Dimov
d707b7d4dd Merge branch 'feature/mp_similar' into develop 2019-01-07 17:02:03 +02:00
Peter Dimov
59b3ee5721 Merge branch 'feature/mp_append_sf' into feature/mp_set_union 2019-01-07 07:04:00 +02:00
Peter Dimov
2bf0aa3815 Make mp_append SFINAE-friendly; add test/mp_append_sf.cpp 2019-01-07 07:03:05 +02:00
Peter Dimov
08444e4587 Add mp_set_union 2019-01-07 06:50:51 +02:00
Peter Dimov
9b88baf60c Add mp_similar 2019-01-07 05:54:20 +02:00
Peter Dimov
72279a5b2e Retain mp_invoke for compatibility, mark as deprecated 2019-01-07 04:34:01 +02:00
Peter Dimov
e5d6e0d0b9 Rename mp_invoke to mp_invoke_q 2019-01-07 03:41:29 +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
6fa5c890a8 Update msvc-14.1 workaround 2018-12-16 18:57:16 +02:00
Peter Dimov
a0f7afba00 Merge pull request #26 from glenfe/develop
Implement mp_starts_with
2018-09-04 15:50:44 +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
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
f2af9c2be4 Update g++ 7 workarounds to cover g++ 8.1 2018-06-28 20:31:54 +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
Alexander Matthes
b78e808fc1 Merge branch 'develop' of github.com:boostorg/mp11 into workaround-nvcc-cuda 2018-04-26 20:29:02 +02: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
Axel Huebl
c24fe1750c Clang -x cuda: >>> mixmatch 2018-04-26 10:53:59 +02:00
Peter Dimov
88485f900a Bump another g++ 7.2 workaround to 7.3 2018-04-25 19:15:18 +03:00
Peter Dimov
aa33b6426c Update g++ 7.2 workaround to 7.3 2018-04-25 15:51:39 +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
511f12c91e Use mp_defer in mp_bind_front, mp_bind_back 2018-02-07 23:59:00 +02:00
Peter Dimov
4aacc60840 Replace detail/workaround.hpp with config/workaround.hpp 2018-01-23 21:34:35 +02:00
zerotypos-found
8bffdd64b5 Replace tabs with whitespace characters 2018-01-23 11:41:26 +09:00
Peter Dimov
c2f8024305 Use alternative implementation of mp_valid for Intel C++ 2018-01-18 22:38:29 +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
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
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
Peter Dimov
aae8d4dfba Add mp_min_element_q, mp_max_element_q 2017-10-22 02:00:56 +03:00
Peter Dimov
806a96e42c Add mp_nth_element_q 2017-10-22 01:47:00 +03:00
Peter Dimov
b229d184ac Add mp_sort_q 2017-10-22 01:34:12 +03:00