1
0
forked from boostorg/mp11
Commit Graph

634 Commits

Author SHA1 Message Date
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
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
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
Peter Dimov
0760f91537 Merge pull request #13 from glenfe/develop
Include workaround.hpp from Config
2017-08-28 10:52:19 +03:00
Glen Fernandes
308e5b6edb Include workaround.hpp from Config 2017-08-27 15:12:05 -04:00
Peter Dimov
bccb9eaa73 Update another g++ 7.1 workaround to 7.2 2017-08-26 11:12:54 +03:00
Peter Dimov
91735493d4 Update g++ 7.1 workaround to 7.2 2017-08-24 20:05:24 +03:00
Peter Dimov
d8628a7c5e Bump msvc version checks from <= 1910 to < 1920 2017-08-22 22:01:10 +03:00
Peter Dimov
181c74592f Update README.md 2017-08-04 11:14:37 +03:00
Peter Dimov
345203d407 Fix link 2017-08-04 04:18:49 +03:00
Peter Dimov
8f409d9cc8 Re-add mkdir to .travis.yml, w/ -p 2017-08-04 03:07:25 +03:00
Peter Dimov
b362c99ee3 Add index.html 2017-08-04 02:32:23 +03:00
Peter Dimov
aed91b64bb Add missing backslash to appveyor.yml 2017-08-04 01:37:11 +03:00
Peter Dimov
a1cbbe7aca Remove mkdir from .yml files 2017-08-04 01:35:19 +03:00
Peter Dimov
1b15c82fef Update README.md 2017-08-04 01:21:16 +03:00
Peter Dimov
f24d1ca5df Remove single header 2017-08-04 01:00:50 +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
Peter Dimov
a6e4cb2460 Merge pull request #8 from glenfe/develop
Simple C++ metaprogramming in asciidoc
2017-08-04 00:19:39 +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
fab4df3f73 Disable problematic test cases on g++ 4.7, 4.8 2017-07-27 22:18:31 +03:00
Peter Dimov
c70057bf60 Add another mp_quote_trait test case 2017-07-27 21:35:16 +03:00
Peter Dimov
0bcbacb49f Remove cxx11_hdr_type_traits requirement as it disables g++ 4.x 2017-07-27 21:11:10 +03:00
Peter Dimov
7e696635c6 Simplify test/Jamfile 2017-07-26 13:33:58 +03:00
Peter Dimov
dad038eea1 Use C++14 constexpr in cx_find_index as it's much less taxing for large N 2017-07-23 16:21:41 +03:00
Peter Dimov
ffb186321d Merge branch 'feature/mpl' into develop 2017-07-20 22:19:52 +03:00
Peter Dimov
1ee5496e4e Document mpl.hpp. 2017-07-20 21:05:31 +03:00
Peter Dimov
3d17ab059f Do not include mpl.hpp in mp11.hpp 2017-07-20 19:16:41 +03:00
Peter Dimov
cd215b5dcd Merge branch 'develop' into feature/mpl 2017-07-18 16:55:11 +03:00
Peter Dimov
1ee0bc9b5d Fix feature branch handling 2017-07-18 16:54:54 +03:00
Peter Dimov
593848e5de Merge branch 'develop' into feature/mpl 2017-07-18 16:39:49 +03:00
Peter Dimov
36d7aad94f Test feature branches on Travis and Appveyor 2017-07-18 16:39:21 +03:00
Peter Dimov
695e9234f9 Add MPL support 2017-07-18 16:37:31 +03:00