Peter Dimov
|
7e501e3cc8
|
Add mp_transform_first, second, third
|
2019-01-08 02:17:32 +02:00 |
|
Peter Dimov
|
64ec78ac17
|
Merge branch 'feature/mp_set_union' into develop
|
2019-01-07 17:02:28 +02:00 |
|
Peter Dimov
|
d707b7d4dd
|
Merge branch 'feature/mp_similar' into develop
|
2019-01-07 17:02:03 +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
|
e5d6e0d0b9
|
Rename mp_invoke to mp_invoke_q
|
2019-01-07 03:41:29 +02: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 |
|
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
|
0702f1720a
|
Cosmetic doc fixes
|
2017-10-24 17:37:33 +03:00 |
|
Rene Rivera
|
2ee7a21903
|
Remove redundant local asciidoctor tool spec.
|
2017-10-22 07:56:12 -05: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 |
|
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 |
|
Rene Rivera
|
631ffdf13b
|
Guard against redef of asciidoctor in common b2.
|
2017-10-18 18:44:00 -05:00 |
|
Peter Dimov
|
c14d6030c2
|
Add mp_nth_element
|
2017-10-15 16:56:22 +03:00 |
|
Peter Dimov
|
a5e74b2951
|
Add mp_less, mp_min, mp_max
|
2017-10-15 15:52:32 +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
|
a7485736c7
|
Add mp_is_list
|
2017-10-14 17:42:02 +03:00 |
|
Peter Dimov
|
8f1aaa3b52
|
Document mp_cond
|
2017-10-14 16:20:36 +03:00 |
|
Peter Dimov
|
345203d407
|
Fix link
|
2017-08-04 04:18:49 +03:00 |
|
Peter Dimov
|
1f0e2fc7a8
|
Enable standalone doc build
|
2017-08-04 00:57:39 +03:00 |
|
Peter Dimov
|
10922a5aad
|
Doc fixes
|
2017-08-04 00:56:32 +03:00 |
|
Peter Dimov
|
a62d652546
|
Remove html
|
2017-08-04 00:27:50 +03:00 |
|
Glen Fernandes
|
1bf8a24150
|
Link to local articles in MP11 documentation
|
2017-08-01 06:31:07 -04:00 |
|
Glen Fernandes
|
c8b22acd9b
|
Add part 2 of Simple C++11 metaprogramming in asciidoc form
|
2017-07-31 22:47:02 -04:00 |
|
Glen Fernandes
|
8de5f1bfa2
|
Add part 1 of Simple C++11 metaprogramming in asciidoc form
|
2017-07-31 22:46:52 -04:00 |
|
Peter Dimov
|
1ee5496e4e
|
Document mpl.hpp.
|
2017-07-20 21:05:31 +03:00 |
|
Peter Dimov
|
34946d2ae2
|
Add mp_is_map
|
2017-07-17 20:14:43 +03:00 |
|
Peter Dimov
|
50d35a2964
|
Add mp_map_keys
|
2017-07-17 19:46:51 +03:00 |
|
Peter Dimov
|
27d0d547ee
|
Add mp_is_set
|
2017-07-17 19:28:36 +03:00 |
|
Peter Dimov
|
5c088f0633
|
Document mp_quote_trait
|
2017-06-26 16:15:43 +03:00 |
|
Peter Dimov
|
5c7be526f9
|
Fix example
|
2017-06-18 14:53:54 +03:00 |
|
Peter Dimov
|
529aacb623
|
Update copyright
|
2017-06-17 19:44:32 +03:00 |
|
Peter Dimov
|
85c342944b
|
Add mp_fold example
|
2017-06-17 19:39:13 +03:00 |
|
Peter Dimov
|
f9d5592e48
|
Remove <script> from footer; regenerate html
|
2017-06-17 18:53:10 +03:00 |
|