Commit Graph

  • 3cc44323e9 Second try to fix g++ 4.7 Peter Dimov 2017-05-19 01:13:09 +03:00
  • ec9d43e7e9 Try to fix g++ 4.7 Peter Dimov 2017-05-19 01:00:56 +03:00
  • 02385ac83d SFINAE-fail mp_transform on lists of different sizes Peter Dimov 2017-05-18 16:13:55 +03:00
  • 611ea810bd SFINAE-fail mp_eval_if when F<U...> is invalid Peter Dimov 2017-05-18 15:22:05 +03:00
  • 37bbb15375 Make the E parameter of mp_if optional Peter Dimov 2017-05-18 14:59:46 +03:00
  • e67e6ce89d Document mp_same Peter Dimov 2017-05-18 14:20:58 +03:00
  • c02e3dffc2 Merge branch 'develop' Peter Dimov 2017-05-17 20:48:09 +03:00
  • 47ee95b1f2 Add more examples Peter Dimov 2017-05-17 20:47:25 +03:00
  • 7fca26decc Merge branch 'develop' Peter Dimov 2017-05-13 22:08:57 +03:00
  • 15e45290d0 Add mp_insert, mp_erase Peter Dimov 2017-05-13 21:52:56 +03:00
  • ac28cf9b3f Use mp_product_q in example Peter Dimov 2017-05-13 21:11:23 +03:00
  • 647f669353 Add mp_product_q, update documentation Peter Dimov 2017-05-13 21:07:54 +03:00
  • f840fdac5e Reword slightly Peter Dimov 2017-05-13 20:56:52 +03:00
  • de8b2ef76b Added synopsis for mp_find Bjorn Reese 2017-05-13 11:43:31 +02:00
  • 4338af3c49 Disable constexpr mp_for_each test on libc++/C++11 due to std::forward not constexpr Peter Dimov 2017-05-13 01:41:09 +03:00
  • 0241f0531b Update documentation Peter Dimov 2017-05-13 00:23:58 +03:00
  • 88dceba219 constexpr tuple<> tp doesn't work on clang < 3.9 Peter Dimov 2017-05-13 00:14:26 +03:00
  • 893d84fda2 Add mp_for_each Peter Dimov 2017-05-13 00:10:50 +03:00
  • d97b21261f Add tests for tuple_for_each and empty tuples Peter Dimov 2017-05-12 23:37:37 +03:00
  • 4df5327a1e Merge branch 'develop' Peter Dimov 2017-05-12 20:06:28 +03:00
  • 509ce8f95e Add endsect ids, enable quickbook strict mode Peter Dimov 2017-05-12 19:49:05 +03:00
  • 9fbf51bbcb Remove bind_front functionality from mp_quote Peter Dimov 2017-05-12 19:43:03 +03:00
  • 543a0f755e Add mp_apply_q Peter Dimov 2017-05-12 19:21:27 +03:00
  • 4500b673f2 Update documentation Peter Dimov 2017-05-10 23:23:56 +03:00
  • 5eec097378 Update documentation Peter Dimov 2017-05-10 00:39:18 +03:00
  • 939a3b949d Add mp_bind_q, mp_bind_front(_q), mp_bind_back(_q), mp_transform_q Peter Dimov 2017-05-09 20:53:00 +03:00
  • 4521eff93c Cast the result of f() to void (avoid op,) Peter Dimov 2017-05-08 18:59:19 +03:00
  • 2e74a064c9 Merge branch 'develop' Peter Dimov 2017-04-02 01:20:09 +03:00
  • 28c420edf7 Add mp_same. Peter Dimov 2017-04-01 20:01:51 +03:00
  • c34e1520e5 Update documentation. Peter Dimov 2017-04-01 19:46:45 +03:00
  • b02e9fbacc Add mp_bind. Peter Dimov 2017-04-01 18:42:11 +03:00
  • c92d314009 Implement mp_transform_if in terms of mp_transform Peter Dimov 2017-04-01 18:08:19 +03:00
  • fcbe835f4b Add a variadic mp_transform implementation Peter Dimov 2017-04-01 17:39:02 +03:00
  • f106dc9c1f Merge branch 'develop' Peter Dimov 2017-03-27 02:23:42 +03:00
  • e871f0c30c Optimize mp_append. Peter Dimov 2017-03-27 02:00:48 +03:00
  • b2ef19c3ab Merge branch 'develop' Peter Dimov 2017-03-25 20:49:38 +02:00
  • 3cd3a916a8 Use __type_pack_element in mp_at(_c) Peter Dimov 2017-03-25 20:32:40 +02:00
  • aa5f2e4a5f Cosmetic documentation fixes Peter Dimov 2017-03-25 03:02:59 +02:00
  • 2041d5238e Merge branch 'develop' Peter Dimov 2017-03-24 23:58:28 +02:00
  • c21636d2ce More g++ 4.7 workarounds Peter Dimov 2017-03-24 21:53:57 +02:00
  • 8999977bdd Try another g++ 4.7 workaround Peter Dimov 2017-03-24 21:27:33 +02:00
  • 6332db40ab Try a g++ 4.7 workaround Peter Dimov 2017-03-24 21:07:23 +02:00
  • 48feceb551 Add g++ 4.7 to Travis Peter Dimov 2017-03-24 20:42:41 +02:00
  • f9eab3f72b Add g++ 4.8, OS X -std=c++1z to Travis Peter Dimov 2017-03-24 20:07:20 +02:00
  • 15ed3048d0 Merge branch 'develop' Peter Dimov 2017-03-24 20:04:08 +02:00
  • 3242fdb134 Use narrowing instead of static_assert in mp_take Peter Dimov 2017-03-24 19:12:13 +02:00
  • c059b1ea3f Use narrowing instead of static_assert in mp_repeat Peter Dimov 2017-03-24 19:00:52 +02:00
  • 946861bb63 Make mp_replace(_if) SFINAE-friendlier. Peter Dimov 2017-03-24 18:47:55 +02:00
  • e12eb6f774 Update comment in mp_valid.cpp Peter Dimov 2017-03-24 18:26:02 +02:00
  • d3f4b099d2 Unroll mp_reverse_fold. Peter Dimov 2017-03-24 18:10:07 +02:00
  • e488469e9a Unroll mp_fold. Peter Dimov 2017-03-24 17:21:38 +02:00
  • 2bf9bad934 Unroll mp_reverse a bit more. Peter Dimov 2017-03-24 16:55:06 +02:00
  • c1485d5d51 Improve mp_copy_if, mp_remove(_if), mp_partition Peter Dimov 2017-03-24 15:22:10 +02:00
  • 42b4561725 Add mp_apply as an alias for mp_rename Peter Dimov 2017-03-24 14:26:31 +02:00
  • d9cf9d71b5 Merge branch 'develop' Peter Dimov 2017-03-24 01:36:03 +02:00
  • 828dadb167 Unroll mp_append a bit. Peter Dimov 2017-03-24 01:15:44 +02:00
  • e74da2820f Merge branch 'develop' Peter Dimov 2017-03-23 22:55:05 +02:00
  • 848c2ff82c Add fold expr implementations of mp_count, mp_count_if Peter Dimov 2017-03-23 19:34:43 +02:00
  • 72c9c49224 Unroll cx_plus a bit. Peter Dimov 2017-03-23 19:22:42 +02:00
  • 48892a0fb2 Merge branch 'develop' Peter Dimov 2017-03-22 02:57:06 +02:00
  • a2772da6d9 Add a few mp_take tests Peter Dimov 2017-03-22 02:30:15 +02:00
  • 32938df318 Less clever, much faster, mp_take Peter Dimov 2017-03-22 02:03:39 +02:00
  • 321a54728f Add indirection in mp_quote to enable expansions of T... into a fixed parameter list Peter Dimov 2017-03-20 16:55:00 +02:00
  • 71ba80d18a Rename ::invoke to ::fn Peter Dimov 2017-03-20 16:23:52 +02:00
  • 3a645cc6bb Merge branch 'develop' Peter Dimov 2017-03-20 01:03:04 +02:00
  • 51540fa632 Update documentation Peter Dimov 2017-03-18 20:36:58 +02:00
  • 7e8d618793 Add mp_replace_at(_c) Peter Dimov 2017-03-18 20:20:31 +02:00
  • 79f8c574f3 Add mp_replace_{front,first,second,third} Peter Dimov 2017-03-18 19:58:38 +02:00
  • 8e053269a8 Make mp_transform_if variadic. Peter Dimov 2017-03-18 19:48:07 +02:00
  • 627f6a9b6b Merge branch 'develop' Peter Dimov 2017-03-18 01:41:34 +02:00
  • e1edd90c21 Fix clang 3.9 -std=c++1z failures Peter Dimov 2017-03-18 01:05:54 +02:00
  • d58a1f0f03 Drop built-in clang Peter Dimov 2017-03-18 00:25:48 +02:00
  • 463313629f Try g++-4.9 with the preinstalled clang Peter Dimov 2017-03-17 23:57:06 +02:00
  • 22dad661fc Add more clang to .travis.yml Peter Dimov 2017-03-17 21:52:04 +02:00
  • b6ea8afd37 Merge branch 'develop' Peter Dimov 2017-03-17 14:20:41 +02:00
  • 077d46820f Add examples to documentation. Peter Dimov 2017-03-17 05:55:27 +02:00
  • 98c9595bf4 Add Definitions section. Peter Dimov 2017-03-17 02:28:03 +02:00
  • c0fd3871eb Update documentation. Peter Dimov 2017-03-17 01:39:52 +02:00
  • 946937b5ab Rename Q::apply to Q::invoke, mp_unquote to mp_invoke. Peter Dimov 2017-03-16 21:14:42 +02:00
  • 401ddcb1c1 Update README. Peter Dimov 2017-03-16 20:02:06 +02:00
  • b4ae7ab091 Update README. Peter Dimov 2017-03-16 19:59:20 +02:00
  • 445d033ddc More documentation. Peter Dimov 2017-03-16 19:45:47 +02:00
  • e4f7488652 Change mp_and and mp_or to match std::conjuction and std::disjunction Peter Dimov 2017-03-16 17:49:57 +02:00
  • 7bbdaacda1 Remove mp_equal_to. Peter Dimov 2017-03-16 17:35:47 +02:00
  • a231733c7e Move everything to namespace mp11 Peter Dimov 2017-03-15 21:23:15 +02:00
  • ac42a4b3c6 Add more documentation. Peter Dimov 2017-03-15 20:19:36 +02:00
  • adaa60dbc2 Rename mp_find_index to mp_find Peter Dimov 2017-03-15 20:03:56 +02:00
  • 9f35ce2107 Add some more documentation Peter Dimov 2017-03-15 19:43:06 +02:00
  • 8d9e6f50dd Add arguments to mp_quote, allowing partial application Peter Dimov 2017-03-15 18:09:30 +02:00
  • 698427885e Merge branch 'develop' Peter Dimov 2017-03-15 03:03:04 +02:00
  • 63a4fafe16 Add documentation (work in progress) Peter Dimov 2017-03-14 22:57:07 +02:00
  • 5a4fb7f832 Fix function application in mp_map_update Peter Dimov 2017-03-14 22:40:47 +02:00
  • 6fb4cee7b2 Add mp_transform_if, mp_map_update Peter Dimov 2017-03-14 16:32:17 +02:00
  • c054b2b2fe Add mp_map_erase. Peter Dimov 2017-03-14 02:56:32 +02:00
  • a490c486cc Merge branch 'develop' Peter Dimov 2017-03-14 00:51:05 +02:00
  • 5f81bd18d4 Remove tools/inspect from CI. Peter Dimov 2017-03-14 00:46:55 +02:00
  • 586392ca51 VC++2017 still needs the workarounds. Peter Dimov 2017-03-14 00:35:19 +02:00
  • f476548d85 Remove g++ 4.7, 4.8, default clang from .travis.yml Peter Dimov 2017-03-05 20:57:43 +02:00
  • 3a2a6f465c Add more configurations to .travis.yml Peter Dimov 2017-03-05 20:25:06 +02:00
  • de16a28ed8 Merge branch 'develop' Peter Dimov 2016-11-21 20:01:12 +02:00