Commit Graph

797 Commits

Author SHA1 Message Date
Peter Dimov
5186e7c294 Add mp_rename_v. Refs #53. 2023-05-14 22:03:39 +03:00
Peter Dimov
ac1b5c96ea Add mp_list_v. Refs #53. 2023-05-14 21:51:08 +03:00
Peter Dimov
9b4499b919 Add test for mp_empty with value lists. Refs #53. 2023-05-14 21:34:17 +03:00
Peter Dimov
b188fcd7f8 Update test/mp_rename_2.cpp 2023-05-14 21:27:58 +03:00
Peter Dimov
7944028c7a Add support for value lists to mp_size. Refs #53. 2023-05-14 21:22:16 +03:00
Peter Dimov
570acee866 Add mp_value; enable mp_rename on value lists. Refs #53. 2023-05-14 19:45:09 +03:00
Peter Dimov
173e5d8098 Update README.md 2023-05-14 06:58:48 +03:00
Peter Dimov
be3c7daf4f Update ci.yml 2023-05-14 05:56:33 +03:00
Peter Dimov
1f645c0c02 Update revision history 2023-05-14 04:30:28 +03:00
Peter Dimov
8000dc8f15 Update documentation of mp_from_sequence, mp_iota, mp_iota_c 2023-05-14 04:26:34 +03:00
Peter Dimov
99070f7f5c Add a 'from' parameter to mp_iota, mp_iota_c. Refs #78. 2023-05-14 03:49:50 +03:00
Peter Dimov
b7da04c594 Add an offset parameter to mp_from_sequence 2023-05-14 03:39:39 +03:00
Peter Dimov
773ec9b8b2 Update version 2023-04-15 15:23:26 +03:00
Peter Dimov
6365e9c6b6 Update appveyor.yml 2023-03-24 19:53:29 +02:00
Peter Dimov
f71a657587 Add test/mp_compose_sf.cpp (by Jody Hagins in #76.) Fixes #76. 2023-03-24 12:31:15 +02:00
Peter Dimov
094206a08d Make mp_rename, mp_apply, mp_apply_q SFINAE-friendly 2023-03-24 11:58:56 +02:00
Peter Dimov
077b258c33 Update ci.yml 2023-03-24 06:33:12 +02:00
Peter Dimov
f16707f6e9 Update mp_fold to be SFINAE-friendly (for up to 9 elements) 2023-03-24 05:13:48 +02:00
Peter Dimov
b937a27f7e Increase test/mp_fold.cpp coverage 2023-03-24 04:14:54 +02:00
Peter Dimov
0a0b5fb001 Update version boost-1.82.0 boost-1.82.0.beta1 2022-12-15 07:46:22 +02:00
Peter Dimov
f1f6e6f6ae Update ci.yml 2022-12-07 18:34:14 +02:00
Peter Dimov
2b15ea33b6 Update ci.yml 2022-12-07 18:18:40 +02:00
Peter Dimov
6be648ccfd Use narrowing to size_t in mp_drop 2022-12-07 18:17:37 +02:00
Jody Hagins
811efd6820 Make mp_drop and mp_drop_c SFINAE friendly. 2022-12-06 12:31:00 -05:00
Peter Dimov
f6133a9f1f Update ci.yml boost-1.81.0.beta1 boost-1.81.0 2022-08-15 23:08:05 +03:00
Peter Dimov
3f0905d87f Update version 2022-08-14 18:42:55 +03:00
Peter Dimov
590df5e0bc Remove msvc-14.1 from GHA; add clang-win boost-1.80.0.beta1 boost-1.80.0 2022-04-14 16:16:37 +03:00
Peter Dimov
8faca18e01 Update ci.yml 2022-04-14 14:23:57 +03:00
Peter Dimov
4ce658d221 Update version 2022-04-14 14:14:13 +03:00
Peter Dimov
8b8c569cb9 Update version 2022-04-14 13:43:44 +03:00
Peter Dimov
7bc4e1ae9b Merge pull request #71 from grisumbras/feature/mp_valid_and_true
implement mp_valid_and_true
boost-1.79.0.beta1 boost-1.79.0
2022-02-17 00:12:05 +02:00
Dmitry Arkhipov
1336c4f9c3 implement mp_valid_and_true 2022-02-16 20:48:26 +03:00
Peter Dimov
28036d0bdb Update appveyor.yml 2021-12-22 20:35:47 +02:00
Peter Dimov
44ca553edb Remove msvc-14.0 from GHA, fails with 'out of heap space' 2021-12-22 07:54:58 +02:00
Peter Dimov
219c8c1027 Add msvc-14.0 to GHA 2021-12-22 07:04:24 +02:00
Peter Dimov
edba135739 Use unqualified get<I> instead of std::get<I> (refs #69) 2021-12-14 20:20:44 +02:00
Peter Dimov
df5e51c667 Update version 2021-12-09 04:51:01 +02:00
Peter Dimov
40a25aab6b Update version 2021-12-09 04:06:57 +02:00
Peter Dimov
d15c63c0a6 Merge branch 'feature/gha-cuda' into feature/issue-68 boost-1.78.0 2021-11-18 22:18:07 +02:00
Peter Dimov
a1e6106e89 Update ci.yml 2021-11-18 22:17:56 +02:00
Peter Dimov
ae1bb087cb Merge branch 'feature/gha-cuda' into feature/issue-68 2021-11-18 19:52:57 +02:00
Peter Dimov
f471bf4997 Update ci.yml 2021-11-18 19:52:17 +02:00
Peter Dimov
4db9263091 Merge branch 'feature/gha-cuda' into feature/issue-68 2021-11-18 19:51:16 +02:00
Peter Dimov
8e883ae9e7 Update ci.yml 2021-11-18 19:34:11 +02:00
Peter Dimov
e364f2575e Merge branch 'feature/gha-cuda' into feature/issue-68 2021-11-18 18:49:49 +02:00
Peter Dimov
86121bb76b Update ci.yml 2021-11-18 18:23:03 +02:00
Peter Dimov
de09706e79 Update ci.yml 2021-11-18 18:03:53 +02:00
Peter Dimov
a01908774a Update ci.yml 2021-11-18 15:56:27 +02:00
Peter Dimov
8bece6d0a6 Update ci.yml 2021-11-18 15:45:33 +02:00
Peter Dimov
6781db002b Update ci.yml 2021-11-18 15:29:25 +02:00