Age | Commit message (Expand) | Author | Files | Lines |
2016-12-16 | Implement LWG 2769, Redundant const in the return type of any_cast(const any&). | Ville Voutilainen | 1 | -8/+10 |
2016-12-09 | Fix std::variant for gnu-versioned--namespace build | Jonathan Wakely | 1 | -1/+0 |
2016-12-08 | Delete std::swap for debug mode array | Jonathan Wakely | 4 | -5/+3 |
2016-12-06 | variant (visit): Make visit constexpr. | Tim Shen | 1 | -156/+131 |
2016-12-06 | enable_special_members.h: Make _Enable_default_constructor constexpr. | Tim Shen | 1 | -29/+60 |
2016-12-06 | variant (std::get, operator==): Implement constexpr comparison and get<>. | Tim Shen | 1 | -161/+240 |
2016-12-06 | variant (__erased_use_alloc_ctor, [...]): Remove uses-allocator related funct... | Tim Shen | 1 | -132/+0 |
2016-12-01 | Implement LWG 2766, | Ville Voutilainen | 6 | -18/+48 |
2016-12-01 | The convertible_to traits need to use a variadic catch-all for the false-cases. | Ville Voutilainen | 2 | -2/+2 |
2016-11-30 | Fix testsuite failures caused by the patch implementing LWG 2534. | Ville Voutilainen | 2 | -13/+16 |
2016-11-30 | Implement LWG 2534, Constrain rvalue stream operators. | Ville Voutilainen | 2 | -6/+60 |
2016-11-27 | re PR libstdc++/78441 ([variant] variant_alternative doesn't allow cv qualifi... | Tim Shen | 1 | -0/+12 |
2016-11-15 | Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770) | Jonathan Wakely | 1 | -6/+12 |
2016-11-15 | variant: Remove variant<T&>... | Tim Shen | 1 | -64/+13 |
2016-11-15 | Constrain swap overload for std::optional (LWG 2748) | Jonathan Wakely | 1 | -2/+5 |
2016-11-14 | Implement P0513R0, Poisoning the Hash. | Ville Voutilainen | 2 | -1/+3 |
2016-11-14 | Implement P0504R0 (Revisiting in-place tag types for any/optional/variant). | Ville Voutilainen | 3 | -38/+40 |
2016-11-14 | Use constexpr addressof in optional, SFINAE housekeeping for any, optional an... | Ville Voutilainen | 3 | -77/+51 |
2016-11-14 | Make std::future::share() noexcept (LWG 2556) | Jonathan Wakely | 1 | -6/+8 |
2016-11-13 | Implement P0403R1, Literal suffixes for basic_string_view. | Ville Voutilainen | 1 | -0/+30 |
2016-11-12 | * include/std/future (future_error): Fix public typo to private. | Jonathan Wakely | 1 | -1/+1 |
2016-11-12 | Add std::future_error constructor from future_errc | Jonathan Wakely | 1 | -6/+15 |
2016-11-07 | Implement P0012R1, Make exception specifications part of the type system. | Jason Merrill | 1 | -48/+48 |
2016-10-28 | Implement std::launder for C++17 | Jonathan Wakely | 1 | -0/+10 |
2016-10-21 | Split <functional> into smaller pieces | Jonathan Wakely | 4 | -1141/+13 |
2016-10-20 | Do the operator= SFINAE in the return type for optional, | Ville Voutilainen | 1 | -29/+26 |
2016-10-17 | PR77998 Remove std::thread::_Invoker::result_type | Jonathan Wakely | 2 | -8/+7 |
2016-10-14 | Make std::bind use std::invoke | Jonathan Wakely | 1 | -98/+70 |
2016-10-14 | Avoid copies in std::scoped_allocator_adaptor piecewise construction | Jonathan Wakely | 1 | -16/+19 |
2016-10-14 | re PR libstdc++/77944 (FAIL: 20_util/variant/compile.cc (test for excess erro... | Tim Shen | 1 | -0/+1 |
2016-10-14 | Simplify reference_wrapper nested typedefs | Jonathan Wakely | 1 | -37/+16 |
2016-10-13 | Avoid #include <functional> in other headers | Jonathan Wakely | 3 | -2/+4 |
2016-10-13 | Use normal mode containers in searchers | Jonathan Wakely | 1 | -4/+4 |
2016-10-13 | Replace non-constexpr decrement in std::chrono::floor | Jonathan Wakely | 1 | -1/+1 |
2016-10-13 | Replace __bind_simple with std::thread::__make_invoker | Jonathan Wakely | 3 | -88/+67 |
2016-10-13 | Fix exception-specifications for std::_Not_fn | Jonathan Wakely | 1 | -4/+14 |
2016-10-13 | Fix exception-specification of std::invoke | Jonathan Wakely | 1 | -1/+1 |
2016-10-12 | Simplify std::call_once implementation | Jonathan Wakely | 1 | -23/+7 |
2016-10-12 | Do not copy std:call_once arguments (LWG 2442) | Jonathan Wakely | 1 | -12/+23 |
2016-10-11 | Remove redundant const qualifliers from string_view | Jonathan Wakely | 1 | -1/+1 |
2016-10-11 | More noexcept for standard mutex types and locks | Jonathan Wakely | 1 | -3/+3 |
2016-10-11 | Make any's copy assignment operator exception-safe, | Ville Voutilainen | 1 | -14/+7 |
2016-10-10 | Minor simplification to std::_Bind_result helpers | Jonathan Wakely | 1 | -26/+22 |
2016-10-10 | LWG 2733, LWG 2759 reject bool in gcd and lcm | Jonathan Wakely | 1 | -4/+10 |
2016-10-07 | Implement std::has_unique_object_representations | Jonathan Wakely | 1 | -0/+10 |
2016-10-06 | Make std::scoped_allocator_adaptor's OUTERMOST recursive | Jonathan Wakely | 1 | -18/+34 |
2016-10-05 | PR 70564 disambiguate constructors for not_fn call wrapper | Jonathan Wakely | 1 | -14/+14 |
2016-10-03 | Define std::gcd and std::lcm for C++17 | Jonathan Wakely | 1 | -0/+79 |
2016-10-03 | Fix libstdc++ versioned namespace build | Jonathan Wakely | 4 | -7/+20 |
2016-10-03 | re PR libstdc++/77802 (Boost Fiber doesn't compile) | Ville Voutilainen | 1 | -79/+17 |