1
0
forked from boostorg/mp11

Commit Graph

  • c89fd0b7e0 Update documentation of mp_compose_q feature/mp_compose Peter Dimov 2020-03-08 07:05:22 +02:00
  • 03c221f2d5 Do not use Q::template fn... because it breaks g++ < 7 and nvcc Peter Dimov 2020-03-08 06:43:48 +02:00
  • de026d8322 Document mp_compose Peter Dimov 2020-03-08 02:44:09 +02:00
  • 5d25ec4ad8 Add mp_compose Peter Dimov 2020-03-08 02:33:56 +02:00
  • 1f634c7071 Do not use __builtin_unreachable() when not on g++ or clang. Fixes #46. feature/no-builtin-unreachable Peter Dimov 2020-03-01 01:19:58 +02:00
  • f321b05926 Update revision history Peter Dimov 2020-01-31 15:35:10 +02:00
  • 66681de1ed Added fix for Sun Studio compilations. (#45) vahtis 2020-01-29 01:28:18 +02:00
  • 2b0d107844 Document mp_rotate_* feature/mp_rotate Peter Dimov 2020-01-18 20:25:08 +02:00
  • 4e177f73ae Simplify mp_rotate_impl Peter Dimov 2020-01-18 20:15:05 +02:00
  • 8ef7658518 Implement mp_rotate_right in terms of mp_rotate_left Peter Dimov 2020-01-18 18:44:43 +02:00
  • d3f0738bf4 mp_rotate_*: remove default rotation count Peter Dimov 2020-01-18 18:31:06 +02:00
  • 03f6096230 Merge branch 'feature/add-rotate-algorithms' of https://github.com/D-Barber/mp11 into feature/mp_rotate Peter Dimov 2020-01-18 18:18:03 +02:00
  • f5dbff1379 Update README Peter Dimov 2020-01-05 14:24:10 +02:00
  • b0b33a4fcf Change Travis labels Peter Dimov 2019-12-29 20:46:35 +02:00
  • 392151cdc9 Use -DBOOST_INCLUDE_LIBRARIES=mp11 Peter Dimov 2019-12-29 19:16:10 +02:00
  • 64b2e12971 Use LINK_LIBRARIES instead of LIBRARIES Peter Dimov 2019-12-29 18:44:21 +02:00
  • 7ff533876c Switch Travis to Xenial feature/travis-xenial Peter Dimov 2019-12-28 00:01:27 +02:00
  • 2d65367919 Add subdir, install CMake tests to Appveyor Peter Dimov 2019-12-27 06:56:37 +02:00
  • 3f07d53041 Update CMakeLists.txt Peter Dimov 2019-12-27 03:50:12 +02:00
  • 87ab394510 Fetch BoostFetch.cmake from boostorg/cmake feature/fetch-boost-fetch Peter Dimov 2019-12-27 03:46:56 +02:00
  • 22fc4198e5 Add missing copyright/license preambles Peter Dimov 2019-12-27 00:46:51 +02:00
  • d48d5c8708 Install the include/ directory separately feature/fetch-tools-cmake Peter Dimov 2019-12-22 08:33:53 +02:00
  • b67e257691 Add -j3 to ctest on Appveyor feature/appveyor-ctest-j3 Peter Dimov 2019-12-22 05:13:51 +02:00
  • bbb6f3aa84 Fetch tools/cmake from develop Peter Dimov 2019-12-22 03:59:24 +02:00
  • 3afdb0e876 Fetch tools/cmake instead of having a duplicate Peter Dimov 2019-12-22 03:08:58 +02:00
  • 054f576d14 Add mp_rotate_left and mp_rotate_right D-Barber 2019-12-16 15:25:13 +00:00
  • 2deeac36b4 Update BoostMessage.cmake Peter Dimov 2019-12-21 21:49:03 +02:00
  • 2afc07f189 Update copyright Peter Dimov 2019-12-21 16:28:12 +02:00
  • 6b2b305117 Update .cmake files Peter Dimov 2019-12-21 15:50:29 +02:00
  • 219cf35ea8 Simplify CMake Appveyor jobs Peter Dimov 2019-12-21 05:01:02 +02:00
  • 33bf90a050 Add superproject CMake tests to Travis and Appveyor Peter Dimov 2019-12-21 01:57:01 +02:00
  • bf655dd4c9 Update test CMakeLists files Peter Dimov 2019-12-21 01:31:28 +02:00
  • 868dcae683 Use the local BoostFetch Peter Dimov 2019-12-21 01:29:25 +02:00
  • 3b4814a91c Add EXCLUDE_FROM_ALL option to boost_fetch Peter Dimov 2019-12-21 01:26:11 +02:00
  • e73693b588 Add BoostFetch.cmake Peter Dimov 2019-12-21 01:20:45 +02:00
  • d5e4dda1b4 Update CMakeLists.txt acc. to latest superproject fashion Peter Dimov 2019-12-21 01:18:26 +02:00
  • ea37a24f98 Disable warnings exposed by address-model=64 feature/appveyor-2019-64 Peter Dimov 2019-12-18 01:00:11 +02:00
  • 49edfceea2 Add msvc-14.2, clang-win, address-model=32,64, variant=debug,release to Appveyor Peter Dimov 2019-12-18 00:30:47 +02:00
  • 85fb466414 Update version to 1.73.0 Peter Dimov 2019-12-12 21:28:41 +02:00
  • b53bab4b7d Fix mp_transform examples Peter Dimov 2019-12-08 05:44:33 +02:00
  • a1ada99d10 Fix mp_invoke_q examples Peter Dimov 2019-12-08 05:28:07 +02:00
  • 3425d6bb00 Fix mp_eval_if_c example; add one for mp_eval_or Peter Dimov 2019-12-08 05:22:04 +02:00
  • 25cbde3f91 Update revision history feature/mp_flatten Peter Dimov 2019-12-08 03:21:56 +02:00
  • cd2c492be7 Document mp_flatten Peter Dimov 2019-12-08 03:20:59 +02:00
  • b24d2285a6 Add mp_flatten Peter Dimov 2019-12-08 02:08:26 +02:00
  • f14309e92d Fix ambiguity in mp_similar<Y<>, Y<>> Peter Dimov 2019-12-08 02:07:17 +02:00
  • 4a8a049a3e Update revision history feature/mp_unique_if Peter Dimov 2019-12-07 22:01:57 +02:00
  • 3efbc9d3cd Suppress -Wsign-compare on g++ 4.7 more forcefully Peter Dimov 2019-12-07 21:58:51 +02:00
  • 76442f9120 Add clang-9 to Travis Peter Dimov 2019-12-07 21:08:57 +02:00
  • 4f91ee2e96 Suppress -Wsign-compare on g++ 4.7 Peter Dimov 2019-12-07 21:01:25 +02:00
  • 523c23619c Use a better msvc-12/14 workaround in test/mp_unique_if.cpp Peter Dimov 2019-12-07 20:52:18 +02:00
  • 6a2e8e8384 Update test/mp_unique_if_q.cpp Peter Dimov 2019-12-07 20:33:37 +02:00
  • d151f9a712 Update test/mp_unique_if.cpp Peter Dimov 2019-12-07 20:15:24 +02:00
  • 409147714c Reformat mp_unique_if Peter Dimov 2019-12-07 19:13:02 +02:00
  • 1542a0c388 Fix documentation of mp_unique_if, mp_unique_if_q Peter Dimov 2019-12-07 19:05:21 +02:00
  • aa11577812 🆕 [mp_unique_if] Support for mp_unique with a predicate Kris Jusiak 2019-12-03 13:08:32 -07:00
  • f64bc319c0 Update version in CMakeLists.txt boost-1.72.0.beta1 boost-1.72.0 Peter Dimov 2019-08-24 01:45:38 +03:00
  • ed5dc75e18 Update BOOST_MP11_VERSION Peter Dimov 2019-08-24 00:46:26 +03:00
  • 8b0ab6130d Update footer for Asciidoctor 2 feature/mpl-tuple Peter Dimov 2019-08-23 21:02:55 +03:00
  • 900a0c842e Update documentation for mpl.hpp Peter Dimov 2019-08-23 21:02:37 +03:00
  • 0ca69d98c9 Add test/mpl_tuple.cpp Peter Dimov 2019-08-23 20:51:13 +03:00
  • 85a2099874 Add test/mpl_list.cpp Peter Dimov 2019-08-23 20:49:51 +03:00
  • 164aa375f2 Split mpl.hpp into mpl_list.hpp and mpl_tuple.hpp Peter Dimov 2019-08-23 20:02:00 +03:00
  • b23b97856c Add gcc9, clang8 to Travis boost-1.71.0.beta1 boost-1.71.0 Peter Dimov 2019-06-18 11:53:48 +03:00
  • 9bd902c1c9 Add dist: trusty to .travis.yml Peter Dimov 2019-06-18 11:52:22 +03:00
  • d0e6e29abb Fix mp_with_index example Peter Dimov 2019-06-02 17:52:04 +03:00
  • bf6f3e0221 Clang 3.3 can't parse __attribute__((deprecated)) on aliases Peter Dimov 2019-05-25 03:40:23 +03:00
  • 23a1432e8d Use __attribute__((deprecated)) on Clang because of -pedantic Peter Dimov 2019-05-25 02:24:47 +03:00
  • 45cc05a298 Merge pull request #35 from foonathan/patch-2 Peter Dimov 2019-05-22 06:19:56 -07:00
  • bba027610f Fix GCC sign conversion warning Jonathan Müller 2019-05-22 11:03:50 +02:00
  • cb15f6b94e Update GCC workarounds Peter Dimov 2019-05-10 18:42:54 +03:00
  • d03c53a693 Update project version in CMakeLists.txt Peter Dimov 2019-04-19 00:35:25 +03:00
  • 417e0db55a test/mp_for_each: Disable warning 4307 on MSVC Peter Dimov 2019-04-18 09:49:00 +03:00
  • f1ededad7a Update BOOST_MP11_VERSION Peter Dimov 2019-04-18 09:48:18 +03:00
  • fd1b8081b7 Switch Appveyor to 2015 image Peter Dimov 2019-04-14 18:26:35 +03:00
  • a03e644dc7 Remove project-id from doc/Jamfile boost-1.70.0 Peter Dimov 2019-03-25 19:24:58 +02:00
  • a9db300785 Enable constexpr on msvc-14.1 version 19.16 feature/msvc-1916-constexpr Peter Dimov 2019-03-06 00:42:36 +02:00
  • d2abe4ca51 Add BOOST_MP11_VERSION to revision history boost-1.70.0.beta1 Peter Dimov 2019-03-05 02:50:34 +02:00
  • eac07cd1e5 Change revision history grammar Peter Dimov 2019-03-05 02:49:08 +02:00
  • b6b1805c8c Add <boost/mp11/version.hpp> feature/version Peter Dimov 2019-03-04 20:29:49 +02:00
  • f7ca2842c3 Update g++ workarounds Peter Dimov 2019-02-22 13:57:25 +02:00
  • 99d5947661 Enable <warnings>all on msvc feature/warnings-all Peter Dimov 2019-02-19 16:51:51 +02:00
  • ed431d7624 Document mp_back, mp_pop_back feature/mp_back Peter Dimov 2019-02-16 20:26:03 +02:00
  • dda257c403 Add mp_back, mp_pop_back Peter Dimov 2019-02-16 19:41:08 +02:00
  • 6a880ae572 Unroll mp_take a bit more Peter Dimov 2019-02-16 18:46:27 +02:00
  • d2b96e3a3f Document mp_eval_if_not, mp_eval_or, mp_valid_q feature/mp_eval_or Peter Dimov 2019-02-15 03:09:07 +02:00
  • fc8bfcf601 Add mp_eval_or Peter Dimov 2019-02-14 21:03:13 +02:00
  • ca7e140827 Add mp_valid_q Peter Dimov 2019-02-14 20:15:29 +02:00
  • beb9c2dd59 Add mp_eval_if_not Peter Dimov 2019-02-14 19:57:04 +02:00
  • b83b203cbc Fix a few mistakes feature/mp_filter Peter Dimov 2019-02-05 18:50:22 +02:00
  • 2d0567d984 Document mp_filter Peter Dimov 2019-02-05 18:33:27 +02:00
  • 07892c8d73 Add mp_filter Peter Dimov 2019-02-03 19:48:16 +02:00
  • 8bfb2d7d0f Add revision history Peter Dimov 2019-01-30 01:24:28 +02:00
  • acd0e3e015 Test mp_same with 1024 arguments feature/mp_same_4096 Peter Dimov 2019-01-21 06:52:01 +02:00
  • c51289bcb5 Use __make_integer_seq when available feature/make-integer-seq Peter Dimov 2019-01-15 20:22:39 +02:00
  • 8e60b42fa0 Check [[fallthrough]] in addition to [[deprecated]] to eliminate Clang 3.8 Peter Dimov 2019-01-12 18:23:06 +02:00
  • af12ea6785 Use __has_cpp_attribute instead of checking the Clang version Peter Dimov 2019-01-12 08:03:54 +02:00
  • a3ae9238c5 Add more xcode configurations Peter Dimov 2019-01-12 05:34:05 +02:00
  • a0137db344 Disable g++ 4.7 sign-compare warnings feature/warnings-as-errors Peter Dimov 2019-01-11 07:21:13 +02:00
  • 6ed9f38ca5 Change pdimov/mincmake to boostorg/mincmake in CMakeLists.txt Peter Dimov 2019-01-11 07:14:42 +02:00