Commit Graph

686 Commits

Author SHA1 Message Date
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
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
Peter Dimov 50382f0127 Merge branch 'feature/mp_intersperse' into feature/mp_split 2021-03-12 07:11:01 +02:00
Peter Dimov 5babdec063 Fix typo in VS2013 workaround 2021-03-12 07:10:41 +02:00
Peter Dimov c7dbff81e5 Document mp_join 2021-03-12 06:41:59 +02:00
Peter Dimov e7f2e7a45d Add mp_join 2021-03-12 06:35:11 +02:00
Peter Dimov d669ed844c Document mp_split 2021-03-12 06:25:43 +02:00
Peter Dimov 0837acfde1 Add mp_split (refs #59) 2021-03-12 06:18:45 +02:00
Peter Dimov 4a1f343dbc Add VS2013 workaround 2021-03-12 04:55:25 +02:00
Peter Dimov 0075288002 Document mp_intersperse 2021-03-12 04:34:42 +02:00