Peter Dimov
|
07d8856b38
|
Rename Jamfile.v2 to Jamfile
|
2017-06-02 18:21:12 +03:00 |
|
Peter Dimov
|
cde9259b1a
|
Rename mp_for_index to mp_with_index
|
2017-06-02 18:20:37 +03:00 |
|
Peter Dimov
|
7f9f4c31e2
|
Avoid unused argument warning
|
2017-06-01 19:33:32 +03:00 |
|
Peter Dimov
|
0e099c4398
|
Add mp11_single.hpp
|
2017-06-01 17:17:31 +03:00 |
|
Peter Dimov
|
e20e8d4d7a
|
Merge branch 'develop'
|
2017-06-01 02:26:10 +03:00 |
|
Peter Dimov
|
f70a5e7bdb
|
Test mp_product with one list
|
2017-06-01 01:01:49 +03:00 |
|
Peter Dimov
|
b8bbd279b2
|
Make mp_for_each constexpr under C++14
|
2017-05-31 23:44:24 +03:00 |
|
Peter Dimov
|
3cce995877
|
Rename mp_for_index_c to mp_for_index
|
2017-05-31 23:18:08 +03:00 |
|
Peter Dimov
|
1bd4b670ce
|
Avoid control reaches end of non-void function warnings
|
2017-05-31 20:16:41 +03:00 |
|
Peter Dimov
|
e6c28a0848
|
Add mp_for_index
|
2017-05-31 19:56:18 +03:00 |
|
Peter Dimov
|
1d968decfa
|
Merge branch 'develop'
|
2017-05-31 19:10:55 +03:00 |
|
Peter Dimov
|
1506f05fbb
|
g++ 4.7 doesn't have is_nothrow_destructible either
|
2017-05-31 17:29:52 +03:00 |
|
Peter Dimov
|
03e950083d
|
g++ 4.7 doesn't have is_trivially_destructible
|
2017-05-31 09:24:02 +03:00 |
|
Peter Dimov
|
d78cf71a97
|
Revert previous; disable problematic test on 4.7/4.8 instead
|
2017-05-31 09:09:05 +03:00 |
|
Peter Dimov
|
5733185780
|
Try a g++ 4.7/4.8 workaround
|
2017-05-31 08:40:41 +03:00 |
|
Peter Dimov
|
a47c6e3c57
|
g++7.1 doesn't quite like mp_all, too; and 5 and earlier also fail in a different way
|
2017-05-31 07:57:02 +03:00 |
|
Peter Dimov
|
a768587c7d
|
g++6 doesn't like mp_any either
|
2017-05-31 07:22:31 +03:00 |
|
Peter Dimov
|
9a69b1213c
|
g++ 6 has problems with mp_and
|
2017-05-31 07:08:56 +03:00 |
|
Peter Dimov
|
6cc66cce8a
|
Merge branch 'develop'
|
2017-05-29 15:34:42 +03:00 |
|
Peter Dimov
|
f6d92069a9
|
Make mp_at SFINAE-friendly
|
2017-05-29 05:56:55 +03:00 |
|
Peter Dimov
|
c7923ca041
|
Change back mp_for_each to not use mp_identity
|
2017-05-29 03:04:12 +03:00 |
|
Peter Dimov
|
75f7f442fa
|
Change compiler: to g++; add 14/1z to gcc-7
|
2017-05-27 18:08:07 +03:00 |
|
Peter Dimov
|
daec21ea02
|
Try gcc-7 again, on trusty this time
|
2017-05-27 17:41:47 +03:00 |
|
Peter Dimov
|
0bdb46c59b
|
Add gcc-7 to Travis
|
2017-05-27 17:31:56 +03:00 |
|
Peter Dimov
|
dbfa5dd5fb
|
Add compiler: to Travis; add clang-4 for 14/1z
|
2017-05-27 16:38:29 +03:00 |
|
Peter Dimov
|
1170808e18
|
Add clang-4.0 to Travis
|
2017-05-27 16:18:49 +03:00 |
|
Peter Dimov
|
053ac36bc3
|
Merge branch 'develop'
|
2017-05-26 00:05:16 +03:00 |
|
Peter Dimov
|
edcff6fa6f
|
Add test for mp_transform_q
|
2017-05-25 21:51:40 +03:00 |
|
Peter Dimov
|
82f391ac99
|
Small doc fix
|
2017-05-25 21:31:45 +03:00 |
|
Peter Dimov
|
6db4019341
|
Add mp_transform_if_q
|
2017-05-25 21:31:03 +03:00 |
|
Peter Dimov
|
9371916c38
|
Small doc fixes
|
2017-05-24 20:55:35 +03:00 |
|
Peter Dimov
|
9105582fb1
|
Merge branch 'develop'
|
2017-05-24 06:38:16 +03:00 |
|
Peter Dimov
|
0e0d7fae4e
|
Enable fold expressions on g++
|
2017-05-24 06:16:17 +03:00 |
|
Peter Dimov
|
40a07e0f5a
|
Merge branch 'develop' of https://github.com/pdimov/mp11 into develop
|
2017-05-24 06:03:20 +03:00 |
|
Peter Dimov
|
e81ce26bf9
|
Use fold expressions in mp_all, mp_any
|
2017-05-24 05:59:15 +03:00 |
|
Peter Dimov
|
8e1da77904
|
Update documentation
|
2017-05-24 05:58:06 +03:00 |
|
Peter Dimov
|
17b312e14e
|
Update README.md
|
2017-05-24 05:09:53 +03:00 |
|
Peter Dimov
|
fc562c7421
|
Fix mp_all on g++ 4.7
|
2017-05-24 04:59:15 +03:00 |
|
Peter Dimov
|
ecd77ab9fa
|
Make mp_all fail when ::value is invalid for some type
|
2017-05-24 04:27:36 +03:00 |
|
Peter Dimov
|
8621bb33fb
|
Remove mp_plus 4.7 test workarounds
|
2017-05-24 04:09:11 +03:00 |
|
Peter Dimov
|
b306ab25aa
|
Do not use auto on g++ 4.7 in mp_plus
|
2017-05-24 03:47:24 +03:00 |
|
Peter Dimov
|
2bd7393365
|
Use fold expressions in mp_plus
|
2017-05-24 02:50:43 +03:00 |
|
Peter Dimov
|
3e40aacce5
|
Document mp_plus
|
2017-05-24 01:52:11 +03:00 |
|
Peter Dimov
|
6b1a2f6156
|
Revert mp_or; add mp_void; update documentation
|
2017-05-24 01:37:49 +03:00 |
|
Peter Dimov
|
07cac40f3d
|
Change mp_and/mp_or to a SFINAE-based implementation
|
2017-05-23 23:25:30 +03:00 |
|
Peter Dimov
|
dc0faed438
|
Remove unnecessary C++14 use from examples
|
2017-05-23 20:39:57 +03:00 |
|
Peter Dimov
|
29a771aa4e
|
Move integer_sequence and tuple_for_each into mp11
|
2017-05-23 20:24:37 +03:00 |
|
Peter Dimov
|
6aeeea9f5e
|
Merge branch 'develop'
|
2017-05-22 17:33:59 +03:00 |
|
Peter Dimov
|
6ebdd308e3
|
Use local boostbook.css
|
2017-05-22 17:32:54 +03:00 |
|
Peter Dimov
|
51b480a12f
|
Merge branch 'develop'
|
2017-05-22 14:26:52 +03:00 |
|