Peter Dimov
2afc07f189
Update copyright
2019-12-21 16:28:12 +02:00
Peter Dimov
6b2b305117
Update .cmake files
2019-12-21 15:50:29 +02:00
Peter Dimov
219cf35ea8
Simplify CMake Appveyor jobs
2019-12-21 05:01:02 +02:00
Peter Dimov
33bf90a050
Add superproject CMake tests to Travis and Appveyor
2019-12-21 01:57:01 +02:00
Peter Dimov
bf655dd4c9
Update test CMakeLists files
2019-12-21 01:31:28 +02:00
Peter Dimov
868dcae683
Use the local BoostFetch
2019-12-21 01:29:25 +02:00
Peter Dimov
3b4814a91c
Add EXCLUDE_FROM_ALL option to boost_fetch
2019-12-21 01:26:11 +02:00
Peter Dimov
e73693b588
Add BoostFetch.cmake
2019-12-21 01:20:45 +02:00
Peter Dimov
d5e4dda1b4
Update CMakeLists.txt acc. to latest superproject fashion
2019-12-21 01:18:26 +02:00
Peter Dimov
ea37a24f98
Disable warnings exposed by address-model=64
2019-12-18 01:00:11 +02:00
Peter Dimov
49edfceea2
Add msvc-14.2, clang-win, address-model=32,64, variant=debug,release to Appveyor
2019-12-18 00:30:47 +02:00
Peter Dimov
85fb466414
Update version to 1.73.0
2019-12-12 21:28:41 +02:00
Peter Dimov
b53bab4b7d
Fix mp_transform examples
2019-12-08 05:44:33 +02:00
Peter Dimov
a1ada99d10
Fix mp_invoke_q examples
2019-12-08 05:28:07 +02:00
Peter Dimov
3425d6bb00
Fix mp_eval_if_c example; add one for mp_eval_or
2019-12-08 05:22:04 +02:00
Peter Dimov
25cbde3f91
Update revision history
2019-12-08 03:21:56 +02:00
Peter Dimov
cd2c492be7
Document mp_flatten
2019-12-08 03:20:59 +02:00
Peter Dimov
b24d2285a6
Add mp_flatten
2019-12-08 02:08:26 +02:00
Peter Dimov
f14309e92d
Fix ambiguity in mp_similar<Y<>, Y<>>
2019-12-08 02:07:17 +02:00
Peter Dimov
4a8a049a3e
Update revision history
2019-12-07 22:01:57 +02:00
Peter Dimov
3efbc9d3cd
Suppress -Wsign-compare on g++ 4.7 more forcefully
2019-12-07 21:58:51 +02:00
Peter Dimov
76442f9120
Add clang-9 to Travis
2019-12-07 21:08:57 +02:00
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