Commit Graph

  • 2364f79088 Fix mp_bind for msvc-14.1 1915 (15.8) Peter Dimov 2018-08-30 01:23:05 +0300
  • 8893227365 Disable fold expressions in mp_plus for msvc-14.1 1915 (15.8) Peter Dimov 2018-08-30 01:09:39 +0300
  • 00dbd0ec9e Add msvc-14.1/cxxstd=17 to Appveyor Peter Dimov 2018-08-30 01:00:45 +0300
  • 1ece1e3ace The -precise LLVM APT sources are no longer supported, but 3.5, 3.6, 3.8, 3.9 are in trusty-updates Peter Dimov 2018-08-29 22:55:09 +0300
  • a376598a04 Try to work around ::gets errors on clang 3.x/c++14/libstdc++ 4.8 Peter Dimov 2018-08-29 22:07:08 +0300
  • 76817e70d6 Remove use of Boost.Config Peter Dimov 2018-08-29 20:03:59 +0300
  • 05a366e8ba Merge branch 'feature/gcc-8' into develop Peter Dimov 2018-06-29 00:39:03 +0300
  • f2af9c2be4 Update g++ 7 workarounds to cover g++ 8.1 Peter Dimov 2018-06-28 20:31:54 +0300
  • e0bae26350 Add clang++ 6 to Travis Peter Dimov 2018-06-28 19:49:30 +0300
  • 67dd1edd97 Add g++ 8 to Travis Peter Dimov 2018-06-28 19:37:38 +0300
  • b5111c3ff3 Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into feature/nvcc-9 Peter Dimov 2018-04-27 16:18:08 +0300
  • 6cd7355d94 Changed precompiler test for cuda 9 workaround Alexander Matthes 2018-04-27 08:52:54 +0200
  • fda3fb23e6 Merge branch 'workaround-nvcc-cuda' of https://github.com/theZiz/mp11 into feature/nvcc-9 Peter Dimov 2018-04-26 21:44:55 +0300
  • b78e808fc1 Merge branch 'develop' of github.com:boostorg/mp11 into workaround-nvcc-cuda Alexander Matthes 2018-04-26 20:29:02 +0200
  • a42587e252 Add nvcc-9.1 to Travis Peter Dimov 2018-04-26 20:33:58 +0300
  • 2458880e77 Added work around for Nvidia nvcc cuda compiler >= 9.0 * https://svn.boost.org/trac10/ticket/13513 * https://github.com/ComputationalRadiationPhysics/alpaka/issues/459#issuecomment-377678240 Alexander Matthes 2018-04-06 10:21:52 +0200
  • 6f679aba51 Revert removal of -nocudainc and -nocudalib; add c++14 and c++1z Peter Dimov 2018-04-26 20:05:19 +0300
  • e41c8a8e20 Remove -nocudainc -nocudalib Peter Dimov 2018-04-26 17:34:16 +0300
  • 7be33d3f42 Install dependencies nvidia-profiler, nvidia-cuda-dev as well Peter Dimov 2018-04-26 16:24:20 +0300
  • eca4336ed7 Install nvidia-cuda-toolkit Peter Dimov 2018-04-26 15:51:45 +0300
  • dec6df008c Add -D__device__=__attribute__((device)) Peter Dimov 2018-04-26 15:20:30 +0300
  • be199cd943 Add --cuda-gpu-arch, restore compiler: and env: Peter Dimov 2018-04-26 14:17:19 +0300
  • 6c57a1b915 Merge branch 'fix-clangCuda' of https://github.com/ax3l/mp11 into feature/clang-x-cuda Peter Dimov 2018-04-26 13:39:24 +0300
  • cc8a99e2d8 Try to test clang -x cuda without b2 Peter Dimov 2018-04-26 13:23:06 +0300
  • c24fe1750c
    Clang -x cuda: >>> mixmatch Axel Huebl 2018-04-05 18:55:25 +0200
  • e0303dbcda Merge branch 'develop' into feature/clang-x-cuda Peter Dimov 2018-04-25 19:32:58 +0300
  • 88485f900a Bump another g++ 7.2 workaround to 7.3 Peter Dimov 2018-04-25 19:15:18 +0300
  • 42f4f0b8f0 Fix CXXFLAGS handling Peter Dimov 2018-04-25 16:14:12 +0300
  • 0704f9ed4d Merge branch 'develop' into feature/clang-x-cuda Peter Dimov 2018-04-25 16:02:43 +0300
  • aa33b6426c Update g++ 7.2 workaround to 7.3 Peter Dimov 2018-04-25 15:51:39 +0300
  • 861e8827d0 Add clang -x cuda to Travis Peter Dimov 2018-04-25 14:23:16 +0300
  • bad3d5aec3 Evaluate mp_bind_front, mp_bind_back inside mp_bind Peter Dimov 2018-04-25 14:20:06 +0300
  • 8307f404f8 Documentation fixes Peter Dimov 2018-02-11 05:40:41 +0200
  • 4f727f04a0 In mp_bind.cpp, make add_pointer transparent to test it more thoroughly Peter Dimov 2018-02-11 05:40:20 +0200
  • 511f12c91e Use mp_defer in mp_bind_front, mp_bind_back Peter Dimov 2018-02-07 23:59:00 +0200
  • a41fd401fd Fix typos Peter Dimov 2018-02-07 20:56:47 +0200
  • 3b5cdc2b22
    Update README.md Peter Dimov 2018-01-30 18:27:30 +0000
  • 4aacc60840 Replace detail/workaround.hpp with config/workaround.hpp Peter Dimov 2018-01-23 21:31:28 +0200
  • 9acd574589
    Merge pull request #18 from zerotypos-found/fix_typo Peter Dimov 2018-01-23 17:27:01 +0200
  • 4fee76f416 Fix typo zerotypos-found 2018-01-23 11:57:55 +0900
  • 8bffdd64b5 Replace tabs with whitespace characters zerotypos-found 2018-01-23 11:39:56 +0900
  • e3e972cf8d Merge branch 'feature/clang-3.3' into develop Peter Dimov 2018-01-19 17:52:09 +0200
  • 3d086d16b6 Use /usr/bin/clang++ for clang-3.3 and 3.4 Peter Dimov 2018-01-19 05:41:13 +0200
  • c2f8024305 Use alternative implementation of mp_valid for Intel C++ Peter Dimov 2018-01-18 22:24:31 +0200
  • 86e42330be Add clang-3.3, clang-3.4 to Travis Peter Dimov 2018-01-18 21:50:03 +0200
  • b725dd6e68 Install libc++-dev Peter Dimov 2018-01-16 04:55:37 +0200
  • 27f7c608e4 Add clang++-libc++ to Travis Peter Dimov 2018-01-15 21:21:34 +0200
  • 6f1e30778b
    Update README.md Peter Dimov 2018-01-09 00:20:13 +0000
  • 4c8d36d071 Add a few more mp_defer tests Peter Dimov 2017-12-21 21:35:39 +0200
  • 96dc3c5c20 Add a few more mp_valid test cases Peter Dimov 2017-12-21 21:21:55 +0200
  • f5bb23dc76 Revert "Change mp_void<T...> to be a proper alias of void" Peter Dimov 2017-12-21 02:19:44 +0200
  • 860f918553 Change mp_void<T...> to be a proper alias of void Peter Dimov 2017-12-20 20:25:53 +0200
  • ea073efb43 Move mp_void to detail/mp_void.hpp Peter Dimov 2017-12-20 15:58:18 +0200
  • 65f05293a1 Detect libstdc++ properly instead of checking for libc++ Peter Dimov 2017-12-17 03:39:32 +0200
  • 04ad62bffa Update .travis.yml Peter Dimov 2017-12-13 01:10:56 +0200
  • a9c78432d6
    silence compiler warnings about narrowing. Daniela Engert 2017-12-11 19:49:07 +0100
  • 26e2302f3b Suppress MSVC level 4 warnings Peter Dimov 2017-12-12 00:34:17 +0200
  • c273159c94 Zero-length arrays are an extension Peter Dimov 2017-12-12 00:05:18 +0200
  • a96ae790a4 Fix description Peter Dimov 2017-10-25 23:05:42 +0300
  • 0702f1720a Cosmetic doc fixes Peter Dimov 2017-10-24 17:37:33 +0300
  • 2ee7a21903 Remove redundant local asciidoctor tool spec. Rene Rivera 2017-10-22 07:56:12 -0500
  • cb57cb9e78 Add mp_map_update_q Peter Dimov 2017-10-22 03:19:18 +0300
  • df8217ce97 Add mp_all_of_q, mp_any_of_q, mp_none_of_q Peter Dimov 2017-10-22 02:50:29 +0300
  • 0f5c50b195 Add mp_find_if_q Peter Dimov 2017-10-22 02:18:40 +0300
  • aae8d4dfba Add mp_min_element_q, mp_max_element_q Peter Dimov 2017-10-22 02:00:56 +0300
  • 806a96e42c Add mp_nth_element_q Peter Dimov 2017-10-22 01:47:00 +0300
  • b229d184ac Add mp_sort_q Peter Dimov 2017-10-22 01:34:12 +0300
  • 38654a6884 Add mp_partition_q Peter Dimov 2017-10-22 01:25:35 +0300
  • 4cd6a4ff45 Add mp_remove_if_q Peter Dimov 2017-10-21 22:13:35 +0300
  • 5741ce6657 Add mp_copy_if_q Peter Dimov 2017-10-21 22:03:37 +0300
  • e4c12368c6 Add mp_replace_if_q Peter Dimov 2017-10-21 21:51:14 +0300
  • 4a8d6db171 Add mp_count_if_q Peter Dimov 2017-10-21 21:30:51 +0300
  • f77df74f2b Merge pull request #14 from grafikrobot/patch-1 Peter Dimov 2017-10-19 03:02:29 +0300
  • 631ffdf13b Guard against redef of asciidoctor in common b2. Rene Rivera 2017-10-18 18:44:00 -0500
  • c14d6030c2 Add mp_nth_element Peter Dimov 2017-10-15 16:56:22 +0300
  • a5e74b2951 Add mp_less, mp_min, mp_max Peter Dimov 2017-10-15 15:52:32 +0300
  • 66b7128253 Move mp_min_element, mp_max_element to detail/mp_min_element.hpp Peter Dimov 2017-10-15 14:43:33 +0300
  • ea68803092 Move mp_fold to detail/mp_fold.hpp Peter Dimov 2017-10-15 14:33:50 +0300
  • 87eb350ec4 Add clang-5.0 to Travis Peter Dimov 2017-10-15 01:43:06 +0300
  • 67beaa8fc9 Add mp_min_element, mp_max_element Peter Dimov 2017-10-14 22:05:49 +0300
  • e5b4200d24 Add mp_fold_q, mp_reverse_fold_q Peter Dimov 2017-10-14 20:26:38 +0300
  • 321f5fdb24 Move mp_assign, mp_clear from algorithm to list Peter Dimov 2017-10-14 20:11:02 +0300
  • 018d71bb72 Add mp_list_c, mp_from_sequence Peter Dimov 2017-10-14 18:20:29 +0300
  • a7485736c7 Add mp_is_list Peter Dimov 2017-10-14 17:42:02 +0300
  • 8f1aaa3b52 Document mp_cond Peter Dimov 2017-10-14 16:20:36 +0300
  • 30fcc21d8b Add mp_cond Peter Dimov 2017-10-14 02:53:38 +0300
  • 602147bf31 Revert "Include workaround.hpp from Config" Peter Dimov 2017-09-10 03:52:48 +0300
  • bb15b2f7f6 Add 'quick' test target Peter Dimov 2017-09-05 05:08:17 +0300
  • 0760f91537 Merge pull request #13 from glenfe/develop Peter Dimov 2017-08-28 10:52:19 +0300
  • 308e5b6edb Include workaround.hpp from Config Glen Fernandes 2017-08-27 15:12:05 -0400
  • bccb9eaa73 Update another g++ 7.1 workaround to 7.2 Peter Dimov 2017-08-26 11:12:54 +0300
  • 91735493d4 Update g++ 7.1 workaround to 7.2 Peter Dimov 2017-08-24 20:05:24 +0300
  • d8628a7c5e Bump msvc version checks from <= 1910 to < 1920 Peter Dimov 2017-08-22 22:01:10 +0300
  • 181c74592f Update README.md Peter Dimov 2017-08-04 11:14:37 +0300
  • 345203d407 Fix link Peter Dimov 2017-08-04 04:18:49 +0300
  • 8f409d9cc8 Re-add mkdir to .travis.yml, w/ -p Peter Dimov 2017-08-04 03:07:25 +0300
  • b362c99ee3 Add index.html Peter Dimov 2017-08-04 02:32:23 +0300
  • aed91b64bb Add missing backslash to appveyor.yml Peter Dimov 2017-08-04 01:37:11 +0300
  • a1cbbe7aca Remove mkdir from .yml files Peter Dimov 2017-08-04 01:35:19 +0300
  • 1b15c82fef Update README.md Peter Dimov 2017-08-04 01:21:16 +0300