Commit Graph

  • 1f0c9b7151 Untabify Peter Dimov 2018-10-18 07:28:52 +0300
  • 9b9c5b2e74 Fix msvc-14.1 regression Peter Dimov 2018-10-18 07:28:39 +0300
  • 90cc6b7374 Port to C++11 Peter Dimov 2018-10-18 07:19:45 +0300
  • 38b20dd503 Expand get_by_index, get_by_type tests Peter Dimov 2018-10-18 07:18:13 +0300
  • bdd1e2c889 Update test/Jamfile Peter Dimov 2018-10-18 04:29:03 +0300
  • 46ee0af110 Remove valueless; monostate is enough Peter Dimov 2018-10-18 03:32:57 +0300
  • 19d48d9d8b Fix .travis.yml; update MSVC workarounds Peter Dimov 2018-10-18 00:43:01 +0300
  • 4fe9454e3e Update .yml files Peter Dimov 2018-10-18 00:05:41 +0300
  • 81023c3569 Add requirements to test/Jamfile Peter Dimov 2017-07-04 14:39:36 +0300
  • 070844cbda Execute bootstrap in subshell on Appveyor to preserve TOOLSET Peter Dimov 2017-06-22 17:36:27 +0300
  • 4a79b5573e Merge branch 'master' into develop Peter Dimov 2017-06-14 02:07:11 +0300
  • 049be646f7 Update README.md Peter Dimov 2017-06-14 01:08:29 +0300
  • 4de9f80487 Require valueless to be first, add test Peter Dimov 2017-06-14 01:04:36 +0300
  • 44d2ead565 Merge pull request #1 from pdimov/pdimov-patch-1 Peter Dimov 2017-06-13 22:02:54 +0300
  • d169681767 Update README.md Peter Dimov 2017-06-13 22:01:43 +0300
  • 236193114c Add monostate, valueless; opt-into single-buffer is now 'valueless', not arbitrary nothrow default constructible Peter Dimov 2017-06-13 21:48:14 +0300
  • 66f123af06 Merge branch 'develop' Peter Dimov 2017-06-09 19:13:54 +0300
  • 3bb14bf93b Add emulations for is_trivially_* traits for libstdc++ < 5 Peter Dimov 2017-06-09 17:45:36 +0300
  • 82104cd55e constexpr the copy/move constructors; change copy/move assign to not require constexpr lambdas Peter Dimov 2017-06-09 17:24:23 +0300
  • f216bb5c1f Add test/variant_move_assign_cx Peter Dimov 2017-06-09 15:13:36 +0300
  • 6545dc3d10 Add test/variant_copy_assign_cx Peter Dimov 2017-06-09 15:09:42 +0300
  • 72c16ccee1 Add test/variant_value_assign_cx Peter Dimov 2017-06-09 14:58:49 +0300
  • 870dcee0a8 Fix tests accordingly Peter Dimov 2017-06-09 05:29:22 +0300
  • ca0e58f3fc is_trivially_copyable doesn't exist on 4.9 either Peter Dimov 2017-06-09 04:49:44 +0300
  • 3a198b5f2b Use is_trivially_copyable instead of has_trivial_copy_* Peter Dimov 2017-06-09 04:31:59 +0300
  • 3c18ded3aa Check is_move_constructible, is_move_assignable Peter Dimov 2017-06-09 04:17:06 +0300
  • 7c00db0600 has_trivial_move doesn't exist either in libstd++ pre-5 Peter Dimov 2017-06-09 03:44:02 +0300
  • 893cd7c1e5 Add workaround for libstdc++ < 5 Peter Dimov 2017-06-09 03:22:31 +0300
  • 613d411396 Fix constexpr emplace on clang and msvc-14.1 Peter Dimov 2017-06-09 02:27:02 +0300
  • 0997734e5c Make emplace constexpr Peter Dimov 2017-06-09 02:05:34 +0300
  • 48547c9c8a Merge branch 'develop' Peter Dimov 2017-06-04 18:25:25 +0300
  • e68ff1f014 Fix copy/paste mistake Peter Dimov 2017-06-04 13:55:42 +0300
  • 1bd9c231ad Update expected.md Peter Dimov 2017-06-03 16:13:04 +0300
  • 2af60f13a2 Update README.md Peter Dimov 2017-06-03 15:58:27 +0300
  • 6225ba33c3 Update doc/expected.md Peter Dimov 2017-06-03 15:52:07 +0300
  • d88ba98e92 Throw bad_expected_access if throw_on_unexpected returns Peter Dimov 2017-06-03 15:51:28 +0300
  • 02ecef4fcb Add const on remap_errors() Peter Dimov 2017-06-03 14:58:44 +0300
  • 2b86468e67 Update expected.md Peter Dimov 2017-06-03 14:57:30 +0300
  • be5f19f7cf Update expected.md Peter Dimov 2017-06-03 14:45:22 +0300
  • 4e34749d87 Add doc/expected.md Peter Dimov 2017-06-03 14:43:21 +0300
  • d5d5af660e Update README.md Peter Dimov 2017-06-03 14:26:24 +0300
  • 0c7d573af8 Update README.md Peter Dimov 2017-06-03 14:24:41 +0300
  • f660bd5ae2 Merge branch 'develop' Peter Dimov 2017-06-03 00:46:39 +0300
  • 369781b623 Add test/variant_subset Peter Dimov 2017-06-03 00:27:52 +0300
  • 8765ee1983 Add expected::operator>> as an alias for .then Peter Dimov 2017-06-03 00:12:01 +0300
  • 241f41121e Add test/variant_convert_construct Peter Dimov 2017-06-03 00:11:33 +0300
  • e347ecbff1 Simplify bad_expected_access<E> a bit Peter Dimov 2017-06-02 23:28:51 +0300
  • bdd449ae6a get_if should return 0 when passed 0 Peter Dimov 2017-06-02 22:11:29 +0300
  • 8a4bc23bf2 Merge branch 'develop' Peter Dimov 2017-06-02 20:00:47 +0300
  • c867329bb8 Rename mp_for_index to mp_with_index in expected.hpp, too Peter Dimov 2017-06-02 18:27:08 +0300
  • 9b3121fac0 Rename mp_for_index to mp_with_index Peter Dimov 2017-06-02 18:25:11 +0300
  • 0b387f5116 Add .then Peter Dimov 2017-06-02 18:11:43 +0300
  • 193a96f83b Merge branch 'develop' Peter Dimov 2017-06-02 16:19:18 +0300
  • 3d2a3cb3eb Redesign bad_expected_access Peter Dimov 2017-06-02 15:59:43 +0300
  • 6704a008da Merge branch 'develop' Peter Dimov 2017-06-02 06:27:21 +0300
  • d55db1dbc6 Replace use of get<> with ._get_impl for better codegen Peter Dimov 2017-06-02 06:02:50 +0300
  • c99bf2205c Move index() into variant_base to avoid needless ix_ >= 0 checks when single buffered Peter Dimov 2017-06-02 05:41:13 +0300
  • 2a6c157fcc Add preliminary expected<T, E...> implementation Peter Dimov 2017-06-02 05:15:51 +0300
  • f4f949fc2f Add converting constructors, subset<U...>() Peter Dimov 2017-06-02 05:14:40 +0300
  • 0f0068b562 Merge branch 'develop' Peter Dimov 2017-06-02 01:55:03 +0300
  • 26c1f716ec Add test/variant_lt_gt Peter Dimov 2017-06-02 00:44:20 +0300
  • 3a7078cdfb Add preliminary outcome.hpp Peter Dimov 2017-06-01 21:47:40 +0300
  • ca14504675 Add preliminary result.hpp Peter Dimov 2017-06-01 21:22:19 +0300
  • 6a45fa56ad Fix copyright Peter Dimov 2017-06-01 21:18:57 +0300
  • 77e8c46074 Fix return type of visit() to properly take cv& into account Peter Dimov 2017-06-01 19:24:50 +0300
  • c891c8e205 Do not include boost/mp11.hpp if already included, to allow use on Compiler Explorer Peter Dimov 2017-06-01 17:27:17 +0300
  • c9cc111d0d Merge branch 'develop' Peter Dimov 2017-06-01 02:51:04 +0300
  • bcf20069ee Update README.md Peter Dimov 2017-06-01 02:48:27 +0300
  • 6ad3e2fd12 Rename tests Peter Dimov 2017-06-01 02:03:35 +0300
  • db565aaa73 Implement visit Peter Dimov 2017-06-01 01:48:38 +0300
  • f74da6d382 Rename mp_for_index_c to mp_for_index Peter Dimov 2017-05-31 23:18:37 +0300
  • 89e3588c9b Add test/variant_destroy Peter Dimov 2017-05-31 20:48:17 +0300
  • ef849a0feb Use mp_for_index_c Peter Dimov 2017-05-31 20:29:57 +0300
  • b7d039e30f Test develop against mp11 develop Peter Dimov 2017-05-31 07:59:35 +0300
  • 7d25e131be Add SFINAE conditions Peter Dimov 2017-05-31 07:42:45 +0300
  • abb7b551cc Extend g++5 workaround for consistency to rvalue overloads Peter Dimov 2017-05-31 05:46:34 +0300
  • ab0d867411 Another attempt at g+ 5 fix Peter Dimov 2017-05-31 05:36:35 +0300
  • 08bfd69387 Single buffer when a type is nothrow default constructible Peter Dimov 2017-05-31 04:59:59 +0300
  • 4f241bd8b0 Try a fix for g++ 5 Peter Dimov 2017-05-31 04:55:30 +0300
  • 755bc60c2b Add initializer list support Peter Dimov 2017-05-31 04:19:40 +0300
  • 8301228e22 Add test/variant_eq_ne Peter Dimov 2017-05-31 04:02:23 +0300
  • 4bb5cdab60 Add test/variant_swap Peter Dimov 2017-05-31 03:36:08 +0300
  • fd848a8698 Add test/variant_emplace_index, _type Peter Dimov 2017-05-31 02:27:20 +0300
  • 77fe037209 Add test/variant_value_assign Peter Dimov 2017-05-31 01:31:46 +0300
  • e0e48d365c Add test/variant_copy_assign, variant_move_assign Peter Dimov 2017-05-30 18:00:07 +0300
  • 21acb2bda0 Add test/variant_in_place_type_construct(_cx) Peter Dimov 2017-05-30 17:12:26 +0300
  • 2357f4d2f4 Add test/variant_in_place_index_construct(_cx) Peter Dimov 2017-05-30 16:57:48 +0300
  • a99b5f8e2e Add test/variant_value_construct(_cx) Peter Dimov 2017-05-30 16:05:55 +0300
  • 5aa16c5bf7 Add test/variant_copy_construct, variant_move_construct Peter Dimov 2017-05-30 03:45:55 +0300
  • 084712cab3 Add test/variant_default_construct(_cx) Peter Dimov 2017-05-30 02:28:39 +0300
  • 07be071794 Add test/get_by_type(_cx).cpp, get_by_index_cx.cpp Peter Dimov 2017-05-30 02:08:31 +0300
  • 781977a237 Add test/get_by_index.cpp Peter Dimov 2017-05-29 21:38:04 +0300
  • 99747c7807 Add tests for holds_alternative Peter Dimov 2017-05-29 20:07:42 +0300
  • 6f0a3029f4 Restore clang-3.5; add libstdc++ 4.9 to it and 4.0 Peter Dimov 2017-05-29 18:35:42 +0300
  • abd7a5ffe3 Remove clang-3.5; move clang-4.0 to trusty; include <initializer_list> Peter Dimov 2017-05-29 17:58:13 +0300
  • ae2594419a Add .travis.yml, appveyor.yml Peter Dimov 2017-05-29 17:38:03 +0300
  • fc2aa96acb Initial commit Peter Dimov 2017-05-29 17:31:05 +0300
  • d4966742ae Add .gitattributes Peter Dimov 2017-05-29 16:31:42 +0300
  • 642e535d34 Initial commit Peter Dimov 2017-05-29 16:28:58 +0300