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 |
|
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
|
6e8559b138
|
Support more than 1024 list elements in mp_for_each on msvc
|
2018-12-16 20:13:11 +02:00 |
|
Peter Dimov
|
f9594f9295
|
Test mp_for_each with a long list of types
|
2018-12-16 18:33:07 +02:00 |
|
Peter Dimov
|
23d265bbbe
|
Add test/check_cmake_version.cpp
|
2018-10-08 23:24:06 +03:00 |
|
Peter Dimov
|
9c92e7970f
|
Add install support, cmake_install_test
|
2018-09-30 21:49:46 +03:00 |
|
Peter Dimov
|
1a7fc19caa
|
Add cmake_subdir_test
|
2018-09-30 21:29:36 +03:00 |
|
Peter Dimov
|
3192a973f4
|
Add CMakeLists.txt, testing support via CMake
|
2018-09-28 17:55:52 +03:00 |
|
Glen Fernandes
|
f387448581
|
Implement mp_starts_with
|
2018-08-31 15:09:22 -04:00 |
|
Peter Dimov
|
76817e70d6
|
Remove use of Boost.Config
|
2018-08-29 20:03:59 +03:00 |
|
Peter Dimov
|
4f727f04a0
|
In mp_bind.cpp, make add_pointer transparent to test it more thoroughly
|
2018-02-11 05:40:20 +02:00 |
|
Peter Dimov
|
4aacc60840
|
Replace detail/workaround.hpp with config/workaround.hpp
|
2018-01-23 21:34:35 +02:00 |
|
Peter Dimov
|
4c8d36d071
|
Add a few more mp_defer tests
|
2017-12-21 21:35:39 +02:00 |
|
Peter Dimov
|
96dc3c5c20
|
Add a few more mp_valid test cases
|
2017-12-21 21:21:55 +02:00 |
|
Peter Dimov
|
65f05293a1
|
Detect libstdc++ properly instead of checking for libc++
|
2017-12-17 03:39:32 +02:00 |
|
Daniela Engert
|
a9c78432d6
|
silence compiler warnings about narrowing.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2017-12-12 19:11:17 +01:00 |
|
Peter Dimov
|
26e2302f3b
|
Suppress MSVC level 4 warnings
|
2017-12-12 00:34:17 +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 |
|
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
|
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
|
30fcc21d8b
|
Add mp_cond
|
2017-10-14 02:53:38 +03:00 |
|
Peter Dimov
|
602147bf31
|
Revert "Include workaround.hpp from Config"
This reverts commit 308e5b6edb.
For compatibility with 1.64, it's better not to use
config/workaround.hpp yet.
|
2017-09-10 03:52:48 +03:00 |
|
Peter Dimov
|
bb15b2f7f6
|
Add 'quick' test target
|
2017-09-05 05:08:17 +03:00 |
|
Glen Fernandes
|
308e5b6edb
|
Include workaround.hpp from Config
|
2017-08-27 15:12:05 -04:00 |
|