Peter Dimov
d3f0738bf4
mp_rotate_*: remove default rotation count
2020-01-18 18:31:06 +02:00
Peter Dimov
03f6096230
Merge branch 'feature/add-rotate-algorithms' of https://github.com/D-Barber/mp11 into feature/mp_rotate
2020-01-18 18:18:03 +02:00
Peter Dimov
f5dbff1379
Update README
2020-01-05 14:24:10 +02:00
Peter Dimov
b0b33a4fcf
Change Travis labels
2019-12-29 20:46:35 +02:00
Peter Dimov
392151cdc9
Use -DBOOST_INCLUDE_LIBRARIES=mp11
2019-12-29 19:16:10 +02:00
Peter Dimov
64b2e12971
Use LINK_LIBRARIES instead of LIBRARIES
2019-12-29 18:44:21 +02:00
Peter Dimov
7ff533876c
Switch Travis to Xenial
2019-12-28 00:01:27 +02:00
Peter Dimov
2d65367919
Add subdir, install CMake tests to Appveyor
2019-12-27 06:56:37 +02:00
Peter Dimov
3f07d53041
Update CMakeLists.txt
2019-12-27 03:50:12 +02:00
Peter Dimov
87ab394510
Fetch BoostFetch.cmake from boostorg/cmake
2019-12-27 03:46:56 +02:00
Peter Dimov
22fc4198e5
Add missing copyright/license preambles
2019-12-27 00:46:51 +02:00
Peter Dimov
d48d5c8708
Install the include/ directory separately
2019-12-22 08:33:53 +02:00
Peter Dimov
bbb6f3aa84
Fetch tools/cmake from develop
2019-12-22 03:59:24 +02:00
Peter Dimov
3afdb0e876
Fetch tools/cmake instead of having a duplicate
2019-12-22 03:08:58 +02:00
D-Barber
054f576d14
Add mp_rotate_left and mp_rotate_right
2019-12-21 22:21:47 +00:00
Peter Dimov
2deeac36b4
Update BoostMessage.cmake
2019-12-21 21:49:03 +02:00
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