Commit Graph

204 Commits

Author SHA1 Message Date
Peter Dimov
6bc2682936 Add mp_partial_sum 2020-03-19 17:25:03 +02:00
Peter Dimov
64b9c1f874 Add mp_power_set 2020-03-19 15:04:52 +02:00
Peter Dimov
5d25ec4ad8 Add mp_compose 2020-03-08 02:33:56 +02:00
Peter Dimov
d3f0738bf4 mp_rotate_*: remove default rotation count 2020-01-18 18:31:06 +02:00
Peter Dimov
03f6096230 Merge branch 'feature/add-rotate-algorithms' of https://github.com/D-Barber/mp11 into feature/mp_rotate 2020-01-18 18:18:03 +02:00
Peter Dimov
64b2e12971 Use LINK_LIBRARIES instead of LIBRARIES 2019-12-29 18:44:21 +02:00
Peter Dimov
22fc4198e5 Add missing copyright/license preambles 2019-12-27 00:46:51 +02:00
Peter Dimov
3afdb0e876 Fetch tools/cmake instead of having a duplicate 2019-12-22 03:08:58 +02:00
D-Barber
054f576d14 Add mp_rotate_left and mp_rotate_right 2019-12-21 22:21:47 +00:00
Peter Dimov
bf655dd4c9 Update test CMakeLists files 2019-12-21 01:31:28 +02:00
Peter Dimov
d5e4dda1b4 Update CMakeLists.txt acc. to latest superproject fashion 2019-12-21 01:18:26 +02:00
Peter Dimov
ea37a24f98 Disable warnings exposed by address-model=64 2019-12-18 01:00:11 +02:00
Peter Dimov
b24d2285a6 Add mp_flatten 2019-12-08 02:08:26 +02:00
Peter Dimov
f14309e92d Fix ambiguity in mp_similar<Y<>, Y<>> 2019-12-08 02:07:17 +02:00
Peter Dimov
3efbc9d3cd Suppress -Wsign-compare on g++ 4.7 more forcefully 2019-12-07 21:58:51 +02:00
Peter Dimov
4f91ee2e96 Suppress -Wsign-compare on g++ 4.7 2019-12-07 21:01:25 +02:00
Peter Dimov
523c23619c Use a better msvc-12/14 workaround in test/mp_unique_if.cpp 2019-12-07 20:52:18 +02:00
Peter Dimov
6a2e8e8384 Update test/mp_unique_if_q.cpp 2019-12-07 20:33:37 +02:00
Peter Dimov
d151f9a712 Update test/mp_unique_if.cpp 2019-12-07 20:32:16 +02:00
Kris Jusiak
aa11577812 🆕 [mp_unique_if] Support for mp_unique with a predicate
Problem:
- `mp_unique` doesn't support custom predicates.

Solution:
- Add `mp_unique_if` and `mp_unique_if_q` which allow to remove duplicates elements with a predicate.
2019-12-03 15:12:55 -07:00
Peter Dimov
0ca69d98c9 Add test/mpl_tuple.cpp 2019-08-23 20:51:13 +03:00
Peter Dimov
85a2099874 Add test/mpl_list.cpp 2019-08-23 20:49:51 +03:00
Peter Dimov
417e0db55a test/mp_for_each: Disable warning 4307 on MSVC 2019-04-18 09:49:00 +03:00
Peter Dimov
b6b1805c8c Add <boost/mp11/version.hpp> 2019-03-04 20:29:49 +02:00
Peter Dimov
99d5947661 Enable <warnings>all on msvc 2019-02-19 16:51:51 +02:00
Peter Dimov
dda257c403 Add mp_back, mp_pop_back 2019-02-16 19:41:08 +02:00
Peter Dimov
6a880ae572 Unroll mp_take a bit more 2019-02-16 18:46:27 +02:00
Peter Dimov
fc8bfcf601 Add mp_eval_or 2019-02-14 21:03:13 +02:00
Peter Dimov
ca7e140827 Add mp_valid_q 2019-02-14 20:15:29 +02:00
Peter Dimov
beb9c2dd59 Add mp_eval_if_not 2019-02-14 19:57:04 +02:00
Peter Dimov
07892c8d73 Add mp_filter 2019-02-03 19:48:16 +02:00
Peter Dimov
acd0e3e015 Test mp_same with 1024 arguments 2019-01-21 06:52:01 +02:00
Peter Dimov
a0137db344 Disable g++ 4.7 sign-compare warnings 2019-01-11 07:21:13 +02:00
Peter Dimov
04ab720477 Disable C4503 on msvc-14.0 in test/mp_for_each.cpp 2019-01-11 03:25:54 +02:00
Peter Dimov
ab1debb839 Add <warnings-as-errors>on to default-build in test/Jamfile 2019-01-11 03:14:18 +02:00
Peter Dimov
46e38aea1c Merge branch 'feature/mp_transform_first' into develop 2019-01-08 05:57:39 +02:00
Peter Dimov
e982834334 Merge branch 'feature/mp_not_fn' into develop 2019-01-08 05:57:28 +02:00
Peter Dimov
7e501e3cc8 Add mp_transform_first, second, third 2019-01-08 02:17:32 +02:00
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
3a31eeee29 Add mp_set_difference 2019-01-07 21:02:30 +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