Commit Graph

476 Commits

Author SHA1 Message Date
Peter Dimov aa33b6426c Update g++ 7.2 workaround to 7.3 2018-04-25 15:51:39 +03:00
Peter Dimov 861e8827d0 Add clang -x cuda to Travis 2018-04-25 14:23:16 +03:00
Peter Dimov bad3d5aec3 Evaluate mp_bind_front, mp_bind_back inside mp_bind 2018-04-25 14:20:06 +03:00
Peter Dimov 8307f404f8 Documentation fixes boost-1.67.0 2018-02-11 05:40:41 +02: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 511f12c91e Use mp_defer in mp_bind_front, mp_bind_back 2018-02-07 23:59:00 +02:00
Peter Dimov a41fd401fd Fix typos 2018-02-07 20:56:47 +02:00
Peter Dimov 3b5cdc2b22 Update README.md 2018-01-30 18:27:30 +00:00
Peter Dimov 4aacc60840 Replace detail/workaround.hpp with config/workaround.hpp 2018-01-23 21:34:35 +02:00
Peter Dimov 9acd574589 Merge pull request #18 from zerotypos-found/fix_typo
Fix typo
2018-01-23 17:27:01 +02:00
zerotypos-found 4fee76f416 Fix typo 2018-01-23 11:57:55 +09:00
zerotypos-found 8bffdd64b5 Replace tabs with whitespace characters 2018-01-23 11:41:26 +09:00
Peter Dimov e3e972cf8d Merge branch 'feature/clang-3.3' into develop 2018-01-19 17:52:09 +02:00
Peter Dimov 3d086d16b6 Use /usr/bin/clang++ for clang-3.3 and 3.4 2018-01-19 05:41:13 +02:00
Peter Dimov c2f8024305 Use alternative implementation of mp_valid for Intel C++ 2018-01-18 22:38:29 +02:00
Peter Dimov 86e42330be Add clang-3.3, clang-3.4 to Travis 2018-01-18 21:50:03 +02:00
Peter Dimov b725dd6e68 Install libc++-dev 2018-01-16 04:55:37 +02:00
Peter Dimov 27f7c608e4 Add clang++-libc++ to Travis 2018-01-15 21:21:34 +02:00
Peter Dimov 6f1e30778b Update README.md 2018-01-09 00:20:13 +00: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 f5bb23dc76 Revert "Change mp_void<T...> to be a proper alias of void"
This reverts commit 860f918553.
2017-12-21 02:19:44 +02:00
Peter Dimov 860f918553 Change mp_void<T...> to be a proper alias of void 2017-12-20 20:25:53 +02:00
Peter Dimov ea073efb43 Move mp_void to detail/mp_void.hpp 2017-12-20 15:58:18 +02:00
Peter Dimov 65f05293a1 Detect libstdc++ properly instead of checking for libc++ 2017-12-17 03:39:32 +02:00
Peter Dimov 04ad62bffa Update .travis.yml 2017-12-13 01:10:56 +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 c273159c94 Zero-length arrays are an extension 2017-12-12 00:05:18 +02:00
Peter Dimov a96ae790a4 Fix description boost-1.66.0 2017-10-25 23:05:42 +03: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
Peter Dimov f77df74f2b Merge pull request #14 from grafikrobot/patch-1
Guard against redef of asciidoctor in common b2.
2017-10-19 03:02:29 +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 66b7128253 Move mp_min_element, mp_max_element to detail/mp_min_element.hpp 2017-10-15 14:43:33 +03:00
Peter Dimov ea68803092 Move mp_fold to detail/mp_fold.hpp 2017-10-15 14:33:50 +03:00
Peter Dimov 87eb350ec4 Add clang-5.0 to Travis 2017-10-15 01:43:06 +03:00