293 Commits

Author SHA1 Message Date
Peter Dimov
b7da04c594 Add an offset parameter to mp_from_sequence 2023-05-14 03:39:39 +03:00
Peter Dimov
f71a657587 Add test/mp_compose_sf.cpp (by Jody Hagins in #76.) Fixes #76. 2023-03-24 12:31:15 +02:00
Peter Dimov
094206a08d Make mp_rename, mp_apply, mp_apply_q SFINAE-friendly 2023-03-24 11:58:56 +02:00
Peter Dimov
f16707f6e9 Update mp_fold to be SFINAE-friendly (for up to 9 elements) 2023-03-24 05:13:48 +02:00
Peter Dimov
b937a27f7e Increase test/mp_fold.cpp coverage 2023-03-24 04:14:54 +02:00
Jody Hagins
811efd6820 Make mp_drop and mp_drop_c SFINAE friendly. 2022-12-06 12:31:00 -05:00
Peter Dimov
7bc4e1ae9b Merge pull request #71 from grisumbras/feature/mp_valid_and_true
implement mp_valid_and_true
2022-02-17 00:12:05 +02:00
Dmitry Arkhipov
1336c4f9c3 implement mp_valid_and_true 2022-02-16 20:48:26 +03:00
Peter Dimov
758d51b4c0 Remove unnecessary include 2021-08-21 15:10:07 +03:00
Dmitry Arkhipov
f4b3414e62 Add support for n-ary functions to mp_compose 2021-07-27 08:39:01 +03:00
Peter Dimov
680d5e6396 Disable g++-4.7 warning 2021-03-24 19:10:53 +02:00
Peter Dimov
531a8d173e Enable -Wextra in test/Jamfile 2021-03-24 18:14:50 +02:00
Peter Dimov
76f68d09a0 Test mp_any with N=1089 2021-03-22 20:04:10 +02:00
Peter Dimov
a07cc9062f Test mp_all with N=1089 2021-03-22 20:00:46 +02:00
Peter Dimov
2132bae540 Test mp_none_of with N=1089 2021-03-22 19:51:02 +02:00
Peter Dimov
e893d535f1 Test mp_any_of with N=1089 2021-03-22 19:44:51 +02:00
Peter Dimov
7749432254 Test mp_all_of with N=1089 2021-03-22 19:42:08 +02:00
Peter Dimov
e7f2e7a45d Add mp_join 2021-03-12 06:35:11 +02:00
Peter Dimov
0837acfde1 Add mp_split (refs #59) 2021-03-12 06:18:45 +02:00
Peter Dimov
080c3437ed Add mp_intersperse 2021-03-12 04:27:50 +02:00
Peter Dimov
37adad6624 test/mp_count: test N=1089 2020-11-26 01:22:15 +02:00
Peter Dimov
90f40dd999 Add a test for mp_count_if with N=1089 2020-11-25 22:22:24 +02:00
Peter Dimov
4349457f84 Increase N to 1089 in test/mp_same 2020-11-25 22:22:24 +02:00
Peter Dimov
727ecfc0cf Update mp_pairwise_fold_q test and example 2020-10-17 16:54:06 +03:00
Peter Dimov
db78dc101c Add mp_pairwise_fold 2020-10-12 22:12:42 +03:00
Peter Dimov
637c586e02 Add test/mp_map_find_3 2020-07-25 01:54:49 +03:00
Peter Dimov
4fb4837f92 Add mp_map_find_test_2 (refs #52) 2020-07-21 20:23:36 +03:00
Peter Dimov
10ba80acb9 Add support for mp_product<F> 2020-06-03 15:08:49 +03:00
Peter Dimov
645c90b11d Enable constexpr tests on msvc-14.2 (where __cplusplus is still 199711L) 2020-05-24 06:55:02 +03:00
Peter Dimov
44be76e9b6 Disable test/tuple_transform_cx on g++ 4.7 2020-05-24 06:50:02 +03:00
Peter Dimov
1ffb98882d Lower N further in test/tuple_transform_2 for clang++ 3.x 2020-05-24 06:43:43 +03:00
Peter Dimov
49afe16b55 Lower N in test/tuple_transform_2 for g++ 4.9 2020-05-24 06:15:35 +03:00
Peter Dimov
a0ea1055d2 Support up to three tuples in tuple_transform under msvc-12.0 2020-05-24 01:14:46 +03:00
Peter Dimov
917ac15ee1 Restrict msvc-12.0 to one tuple in tuple_transform 2020-05-24 00:56:43 +03:00
Peter Dimov
9349a82e6b Add test/tuple_transform_2.cpp 2020-05-23 21:13:35 +03:00
Peter Dimov
a8f6fa891f Update test/tuple_transform_cx 2020-05-23 20:12:27 +03:00
Peter Dimov
c51f83c25a Replace implementation of tuple_transform 2020-05-23 20:00:12 +03:00
Peter Dimov
dcf0d7ebdf Squash-merge PR #50 2020-05-23 19:16:07 +03:00
Peter Dimov
984da7f1a1 Add mp_iterate 2020-03-22 18:50:55 +02:00
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