Peter Dimov
4f91ee2e96
Suppress -Wsign-compare on g++ 4.7
2019-12-07 21:01:25 +02:00
Peter Dimov
523c23619c
Use a better msvc-12/14 workaround in test/mp_unique_if.cpp
2019-12-07 20:52:18 +02:00
Peter Dimov
6a2e8e8384
Update test/mp_unique_if_q.cpp
2019-12-07 20:33:37 +02:00
Peter Dimov
d151f9a712
Update test/mp_unique_if.cpp
2019-12-07 20:32:16 +02:00
Peter Dimov
409147714c
Reformat mp_unique_if
2019-12-07 19:13:02 +02:00
Peter Dimov
1542a0c388
Fix documentation of mp_unique_if, mp_unique_if_q
2019-12-07 19:05:21 +02:00
Kris Jusiak
aa11577812
🆕 [mp_unique_if] Support for mp_unique with a predicate
...
Problem:
- `mp_unique` doesn't support custom predicates.
Solution:
- Add `mp_unique_if` and `mp_unique_if_q` which allow to remove duplicates elements with a predicate.
2019-12-03 15:12:55 -07:00
Peter Dimov
f64bc319c0
Update version in CMakeLists.txt
boost-1.72.0.beta1
boost-1.72.0
2019-08-24 01:45:38 +03:00
Peter Dimov
ed5dc75e18
Update BOOST_MP11_VERSION
2019-08-24 00:46:26 +03:00
Peter Dimov
8b0ab6130d
Update footer for Asciidoctor 2
2019-08-23 21:02:55 +03:00
Peter Dimov
900a0c842e
Update documentation for mpl.hpp
2019-08-23 21:02:37 +03:00
Peter Dimov
0ca69d98c9
Add test/mpl_tuple.cpp
2019-08-23 20:51:13 +03:00
Peter Dimov
85a2099874
Add test/mpl_list.cpp
2019-08-23 20:49:51 +03:00
Peter Dimov
164aa375f2
Split mpl.hpp into mpl_list.hpp and mpl_tuple.hpp
2019-08-23 20:02:00 +03:00
Peter Dimov
b23b97856c
Add gcc9, clang8 to Travis
boost-1.71.0.beta1
boost-1.71.0
2019-06-18 11:53:48 +03:00
Peter Dimov
9bd902c1c9
Add dist: trusty to .travis.yml
2019-06-18 11:52:22 +03:00
Peter Dimov
d0e6e29abb
Fix mp_with_index example
2019-06-02 17:52:04 +03:00
Peter Dimov
bf6f3e0221
Clang 3.3 can't parse __attribute__((deprecated)) on aliases
2019-05-25 03:40:23 +03:00
Peter Dimov
23a1432e8d
Use __attribute__((deprecated)) on Clang because of -pedantic
2019-05-25 02:24:47 +03:00
Peter Dimov
45cc05a298
Merge pull request #35 from foonathan/patch-2
...
Fix GCC sign conversion warning
2019-05-22 06:19:56 -07:00
Jonathan Müller
bba027610f
Fix GCC sign conversion warning
...
The conversion bool -> int -> std::size_t triggers GCC sign conversion warning.
2019-05-22 11:03:50 +02:00
Peter Dimov
cb15f6b94e
Update GCC workarounds
2019-05-10 18:42:54 +03:00
Peter Dimov
d03c53a693
Update project version in CMakeLists.txt
2019-04-19 00:35:25 +03:00
Peter Dimov
417e0db55a
test/mp_for_each: Disable warning 4307 on MSVC
2019-04-18 09:49:00 +03:00
Peter Dimov
f1ededad7a
Update BOOST_MP11_VERSION
2019-04-18 09:48:18 +03:00
Peter Dimov
fd1b8081b7
Switch Appveyor to 2015 image
2019-04-14 18:26:35 +03:00
Peter Dimov
a03e644dc7
Remove project-id from doc/Jamfile
boost-1.70.0
2019-03-25 19:24:58 +02:00
Peter Dimov
d2abe4ca51
Add BOOST_MP11_VERSION to revision history
boost-1.70.0.beta1
2019-03-05 02:50:34 +02:00
Peter Dimov
eac07cd1e5
Change revision history grammar
2019-03-05 02:49:08 +02:00
Peter Dimov
b6b1805c8c
Add <boost/mp11/version.hpp>
2019-03-04 20:29:49 +02:00
Peter Dimov
f7ca2842c3
Update g++ workarounds
2019-02-22 13:57:25 +02:00
Peter Dimov
99d5947661
Enable <warnings>all on msvc
2019-02-19 16:51:51 +02:00
Peter Dimov
ed431d7624
Document mp_back, mp_pop_back
2019-02-16 20:26:03 +02:00
Peter Dimov
dda257c403
Add mp_back, mp_pop_back
2019-02-16 19:41:08 +02:00
Peter Dimov
6a880ae572
Unroll mp_take a bit more
2019-02-16 18:46:27 +02:00
Peter Dimov
d2b96e3a3f
Document mp_eval_if_not, mp_eval_or, mp_valid_q
2019-02-15 03:09:07 +02:00
Peter Dimov
fc8bfcf601
Add mp_eval_or
2019-02-14 21:03:13 +02:00
Peter Dimov
ca7e140827
Add mp_valid_q
2019-02-14 20:15:29 +02:00
Peter Dimov
beb9c2dd59
Add mp_eval_if_not
2019-02-14 19:57:04 +02:00
Peter Dimov
b83b203cbc
Fix a few mistakes
2019-02-05 18:50:22 +02:00
Peter Dimov
2d0567d984
Document mp_filter
2019-02-05 18:33:27 +02:00
Peter Dimov
07892c8d73
Add mp_filter
2019-02-03 19:48:16 +02:00
Peter Dimov
8bfb2d7d0f
Add revision history
2019-01-30 01:24:28 +02:00
Peter Dimov
acd0e3e015
Test mp_same with 1024 arguments
2019-01-21 06:52:01 +02:00
Peter Dimov
c51289bcb5
Use __make_integer_seq when available
2019-01-15 20:22:39 +02:00
Peter Dimov
8e60b42fa0
Check [[fallthrough]] in addition to [[deprecated]] to eliminate Clang 3.8
2019-01-12 18:23:06 +02:00
Peter Dimov
af12ea6785
Use __has_cpp_attribute instead of checking the Clang version
2019-01-12 08:03:54 +02:00
Peter Dimov
a3ae9238c5
Add more xcode configurations
2019-01-12 05:34:05 +02:00
Peter Dimov
a0137db344
Disable g++ 4.7 sign-compare warnings
2019-01-11 07:21:13 +02:00
Peter Dimov
6ed9f38ca5
Change pdimov/mincmake to boostorg/mincmake in CMakeLists.txt
2019-01-11 07:14:42 +02:00