1
0
forked from boostorg/mp11
Commit Graph

56 Commits

Author SHA1 Message Date
Peter Dimov 2e7328ea26 Update documentation 2023-12-17 20:41:43 +02:00
Braden Ganetsky 56a9b7db1c Add mp_slice_c and mp_slice to the adoc file 2023-11-27 20:38:51 -06:00
Braden Ganetsky 70ff01c85f Add mp_sliding_fold to the adoc file 2023-07-30 22:54:14 -05:00
Peter Dimov 3e84aef18e Update documentation 2023-05-16 22:19:12 +03:00
Peter Dimov 28e5708f57 Update documentation 2023-05-16 22:01:05 +03:00
Peter Dimov 1a8fa7064c Add value list support to mp_drop. Refs #53. 2023-05-16 20:24:06 +03:00
Peter Dimov ce005d77ce Update documentation 2023-05-16 20:04:03 +03:00
Peter Dimov 3f8a53ac89 Update documentation 2023-05-16 17:29:42 +03:00
Peter Dimov 8000dc8f15 Update documentation of mp_from_sequence, mp_iota, mp_iota_c 2023-05-14 04:26:34 +03:00
Peter Dimov c7dbff81e5 Document mp_join 2021-03-12 06:41:59 +02:00
Peter Dimov d669ed844c Document mp_split 2021-03-12 06:25:43 +02:00
Peter Dimov 0075288002 Document mp_intersperse 2021-03-12 04:34:42 +02:00
Peter Dimov 0dea2f1a2b Expand mp_for_each note slightly 2021-03-04 20:15:30 +02:00
Bernhard Manfred Gruber 09780a6df8 Add a note to mp_for_each for lists with elements which are not default-constructible 2021-03-04 12:46:48 +01:00
Peter Dimov 727ecfc0cf Update mp_pairwise_fold_q test and example 2020-10-17 16:54:06 +03:00
Peter Dimov 8a2e945417 Document mp_pairwise_fold 2020-10-13 17:53:12 +03:00
Peter Dimov 10ba80acb9 Add support for mp_product<F> 2020-06-03 15:08:49 +03:00
Peter Dimov 7debd787dd Document mp_iterate 2020-03-23 02:59:00 +02:00
Peter Dimov 5267548813 Document mp_partial_sum 2020-03-19 19:35:02 +02:00
Peter Dimov a7a2c97383 Document mp_power_set 2020-03-19 16:31:52 +02:00
Peter Dimov 2b0d107844 Document mp_rotate_* 2020-01-18 20:25:08 +02:00
Peter Dimov b53bab4b7d Fix mp_transform examples 2019-12-08 05:44:33 +02:00
Peter Dimov cd2c492be7 Document mp_flatten 2019-12-08 03:20:59 +02:00
Peter Dimov 1542a0c388 Fix documentation of mp_unique_if, mp_unique_if_q 2019-12-07 19:05:21 +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 d0e6e29abb Fix mp_with_index example 2019-06-02 17:52:04 +03:00
Peter Dimov ed431d7624 Document mp_back, mp_pop_back 2019-02-16 20:26:03 +02:00
Peter Dimov b83b203cbc Fix a few mistakes 2019-02-05 18:50:22 +02:00
Peter Dimov 2d0567d984 Document mp_filter 2019-02-05 18:33:27 +02:00
Glen Fernandes f387448581 Implement mp_starts_with 2018-08-31 15:09:22 -04:00
Peter Dimov 8307f404f8 Documentation fixes 2018-02-11 05:40:41 +02:00
Peter Dimov a41fd401fd Fix typos 2018-02-07 20:56:47 +02:00
zerotypos-found 4fee76f416 Fix typo 2018-01-23 11:57:55 +09: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
Peter Dimov 38654a6884 Add mp_partition_q 2017-10-22 01:25:35 +03:00
Peter Dimov 4cd6a4ff45 Add mp_remove_if_q 2017-10-21 22:13:35 +03:00
Peter Dimov 5741ce6657 Add mp_copy_if_q 2017-10-21 22:03:37 +03:00
Peter Dimov e4c12368c6 Add mp_replace_if_q 2017-10-21 21:51:14 +03:00
Peter Dimov 4a8d6db171 Add mp_count_if_q 2017-10-21 21:30:51 +03:00
Peter Dimov c14d6030c2 Add mp_nth_element 2017-10-15 16:56:22 +03:00
Peter Dimov 67beaa8fc9 Add mp_min_element, mp_max_element 2017-10-14 22:05:49 +03:00
Peter Dimov e5b4200d24 Add mp_fold_q, mp_reverse_fold_q 2017-10-14 20:26:38 +03:00
Peter Dimov 321f5fdb24 Move mp_assign, mp_clear from algorithm to list 2017-10-14 20:11:02 +03:00
Peter Dimov 018d71bb72 Add mp_list_c, mp_from_sequence 2017-10-14 18:20:29 +03:00
Peter Dimov 5c7be526f9 Fix example 2017-06-18 14:53:54 +03:00
Peter Dimov 85c342944b Add mp_fold example 2017-06-17 19:39:13 +03:00