Commit Graph

694 Commits

Author SHA1 Message Date
Peter Dimov
df1cb655be Fetch static_assert and throw_exception when testing standalone boost-1.78.0.beta1 2021-10-28 22:35:00 +03:00
Peter Dimov
91ac80468e Add msvc-14.3 to ci.yml 2021-10-28 21:56:29 +03:00
Peter Dimov
c32d86f224 Enable syntax highlighting 2021-10-28 21:55:12 +03:00
Peter Dimov
2ae1c458a6 Update example caption 2021-10-28 21:53:20 +03:00
Peter Dimov
151bf2aa2a Merge pull request #66 from bernhardmgruber/mpl
Document how to convert an MPL sequence into an mp_list
2021-10-28 21:48:18 +03:00
Peter Dimov
48f5b642aa Update appveyor.yml 2021-10-08 18:14:34 +03:00
Peter Dimov
c8bff426ec Do not use -DBOOST_INCLUDE_LIBRARIES in standalone ci.yml jobs 2021-10-08 17:02:45 +03:00
Peter Dimov
8cee5a4ce0 Add standalone CMake jobs to ci.yml 2021-10-08 16:29:58 +03:00
Peter Dimov
294fc9335e Set BUILD_TESTING to OFF by default 2021-10-08 16:29:40 +03:00
Peter Dimov
c4e2259c8f Move BoostInstall call inside the root project section 2021-10-08 16:22:09 +03:00
Peter Dimov
fc1a347d57 Add CMake jobs to ci.yml 2021-10-08 07:43:54 +03:00
Bernhard Manfred Gruber
891b4ddd88 document how to convert an MPL sequence into an mp_list 2021-09-14 21:36:40 +02:00
Peter Dimov
28a9ff62f1 Update README.md 2021-09-11 15:24:50 +03:00
Peter Dimov
cfdda0378b Remove ubuntu-16.04 from ci.yml 2021-09-11 15:21:45 +03:00
Peter Dimov
758d51b4c0 Remove unnecessary include 2021-08-21 15:10:07 +03:00
Peter Dimov
f8206aa37d Remove unnecessary includes 2021-08-21 15:08:21 +03:00
Peter Dimov
ce1046f007 Remove unnecessary include 2021-08-21 15:06:10 +03:00
Peter Dimov
3d8901bf8b Merge branch 'feature/nary-compose' of https://github.com/grisumbras/mp11 into feature/pr-64 2021-08-21 15:01:02 +03:00
Peter Dimov
f081f3e516 Update ci.yml 2021-08-17 15:49:42 +03:00
Peter Dimov
5954168980 Update version 2021-08-17 15:14:34 +03:00
Dmitry Arkhipov
f4b3414e62 Add support for n-ary functions to mp_compose 2021-07-27 08:39:01 +03:00
Dmitry Arkhipov
8cd25cc950 Put mp_rename, mp_apply into their own file 2021-07-27 08:38:29 +03:00
Dmitry Arkhipov
7b854477f8 Put mp_front into its own file 2021-07-27 08:33:01 +03:00
Peter Dimov
9d43d1f696 Update appveyor.yml boost-1.77.0.beta1 boost-1.77.0 2021-06-13 18:17:13 +03:00
Peter Dimov
20aa0f9dcd Update ci.yml 2021-06-13 02:52:14 +03:00
Peter Dimov
c3aed9a44f Update ci.yml 2021-06-13 02:03:19 +03:00
Peter Dimov
ab2ed40371 Update .travis.yml 2021-06-13 01:16:58 +03:00
Peter Dimov
ec581685d8 Update GHA ci.yml 2021-04-17 20:12:42 +03:00
Peter Dimov
03fbf117f3 Update version 2021-04-17 19:47:34 +03:00
Peter Dimov
575b858a9b Update version 2021-04-17 19:14:14 +03:00
Peter Dimov
7694815d7b Switch msvc-14.0 to VS2017 image 2021-03-25 06:17:23 +02:00
Peter Dimov
b7295ee2c3 Add xcode 11.6, 12.2 to Travis 2021-03-24 21:29:58 +02:00
Peter Dimov
680d5e6396 Disable g++-4.7 warning 2021-03-24 19:10:53 +02:00
Peter Dimov
6fdfb5bde8 Avoid g++-10 warning about < 0 compare 2021-03-24 18:59:09 +02:00
Peter Dimov
531a8d173e Enable -Wextra in test/Jamfile 2021-03-24 18:14:50 +02:00
Peter Dimov
091648424d Split msvc-12.0 and msvc-14.0 in appveyor.yml 2021-03-23 16:09:38 +02:00
Peter Dimov
9215c68d35 Implement mp_any in terms of mp_count 2021-03-23 03:11:03 +02:00
Peter Dimov
ae4c83c8a6 Implement mp_all in terms of mp_count 2021-03-23 02:55:45 +02:00
Peter Dimov
598a40644e Change mp_same to use mp_count instead of mp_all 2021-03-23 00:29:57 +02:00
Peter Dimov
76f68d09a0 Test mp_any with N=1089 2021-03-22 20:04:10 +02:00
Peter Dimov
a07cc9062f Test mp_all with N=1089 2021-03-22 20:00:46 +02:00
Peter Dimov
2132bae540 Test mp_none_of with N=1089 2021-03-22 19:51:02 +02:00
Peter Dimov
e893d535f1 Test mp_any_of with N=1089 2021-03-22 19:44:51 +02:00
Peter Dimov
7749432254 Test mp_all_of with N=1089 2021-03-22 19:42:08 +02:00
Peter Dimov
c92d2d0b6f No longer use fold expressions for mp_count_if to avoid compiler limits 2021-03-22 19:17:44 +02:00
Peter Dimov
0348adbed9 No longer use fold expressions for mp_count to avoid compiler limits 2021-03-22 18:37:46 +02:00
Peter Dimov
b6451c4ae4 Add -DBUILD_TESTING=ON to .yml files; it's not default anymore 2021-03-19 04:12:10 +02:00
Peter Dimov
085980c876 Update revision history 2021-03-12 19:21:15 +02:00
Peter Dimov
47cf2e9a5f Merge branch 'feature/travis-clang-bionic' into develop 2021-03-12 19:18:21 +02:00
Peter Dimov
b08452c21c Switch failing clangs to bionic 2021-03-12 08:05:30 +02:00