| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0 | Jonathan Wakely | 2019-04-26 | 3 | -8/+40 |
* | Make filesystem::path comparison operators hidden friends (LWG 3065) | Jonathan Wakely | 2019-04-24 | 2 | -2/+2 |
* | Fix basic_string_view typedefs and enforce preconditions | Jonathan Wakely | 2019-04-24 | 11 | -12/+71 |
* | PR libstdc++/90220 Fix std::any_cast for array types | Jonathan Wakely | 2019-04-24 | 1 | -0/+17 |
* | PR libstdc++/90220 Fix std::any_cast for function pointers | Jonathan Wakely | 2019-04-24 | 1 | -0/+34 |
* | Avoid -Wcatch-value warning in testsuite | Jonathan Wakely | 2019-04-24 | 1 | -1/+1 |
* | Implement LWG 2904 for std::variant assignment | Jonathan Wakely | 2019-04-24 | 1 | -0/+41 |
* | Implement correct std::variant triviality rules from P0602R4 | Jonathan Wakely | 2019-04-23 | 1 | -7/+7 |
* | PR libstdc++/90165 constrain variant(T&&) constructor | Jonathan Wakely | 2019-04-23 | 1 | -0/+6 |
* | Corrections for C++2a std::unwrap_reference traits | Jonathan Wakely | 2019-04-23 | 1 | -1/+1 |
* | Fix std::variant regression caused by never-valueless optimization | Jonathan Wakely | 2019-04-23 | 2 | -0/+50 |
* | libstdc++-v3 Skip tests on Darwin8-10. | Iain Sandoe | 2019-04-21 | 5 | -0/+5 |
* | PR c++/90047 - ICE with enable_if alias template. | Jason Merrill | 2019-04-17 | 29 | -0/+56 |
* | PR libstdc++/90105 make forward_list::sort stable | Jonathan Wakely | 2019-04-17 | 2 | -7/+97 |
* | Fix condition for std::variant to be copy constructible | Jonathan Wakely | 2019-04-17 | 2 | -0/+36 |
* | Remove unnecessary string literals from static_assert in C++17 tests | Jonathan Wakely | 2019-04-17 | 1 | -125/+125 |
* | Fix tests for std::variant to match original intention | Jonathan Wakely | 2019-04-17 | 1 | -5/+9 |
* | Add constexpr to std::optional::value_or(U&&)&& | Jonathan Wakely | 2019-04-17 | 2 | -4/+68 |
* | Fix typo in effective-target check | Jonathan Wakely | 2019-04-10 | 1 | -1/+1 |
* | PR libstdc++/89851 Add testcase for std::variant equality | Jonathan Wakely | 2019-04-10 | 1 | -0/+40 |
* | Add comments and style fixes to <variant> | Jonathan Wakely | 2019-04-09 | 1 | -0/+22 |
* | Fix std::visit to support arbitrary callables | Jonathan Wakely | 2019-04-09 | 1 | -0/+73 |
* | PR libstdc++/90008 remove unused capture from variant rel ops | Jonathan Wakely | 2019-04-09 | 1 | -0/+37 |
* | Fix visit<R> for variant. | Ville Voutilainen | 2019-04-08 | 2 | -0/+59 |
* | [testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.cc | Christophe Lyon | 2019-04-08 | 1 | -0/+1 |
* | Implement std::visit<R> for C++2a (P0655R1) | Jonathan Wakely | 2019-04-05 | 1 | -0/+49 |
* | PR libstdc++/89986 export directory_iterator::increment | Jonathan Wakely | 2019-04-05 | 1 | -0/+9 |
* | Share all recursive_directory_iterator state [LWG 2708] | Jonathan Wakely | 2019-04-05 | 2 | -0/+142 |
* | Fix directory_iterator handling of DT_UNKNOWN | Jonathan Wakely | 2019-04-05 | 1 | -0/+75 |
* | Make filesystem::path safe for self assignment | Jonathan Wakely | 2019-04-05 | 1 | -0/+18 |
* | PR libstdc++/87431 re-adjust never-valueless optimizations | Jonathan Wakely | 2019-04-05 | 3 | -3/+183 |
* | Define std::hash specializations for C++17 PMR strings | Jonathan Wakely | 2019-04-03 | 2 | -0/+118 |
* | PR libstdc++/85965 delay static assertions until types are complete | Jonathan Wakely | 2019-03-26 | 10 | -10/+72 |
* | Integrate C++17 parallel algorithms | Thomas Rodgers | 2019-03-21 | 56 | -0/+8945 |
* | In C++17 <math.h> should not put special functions in global namespace | Jonathan Wakely | 2019-03-21 | 3 | -111/+211 |
* | re PR libstdc++/89461 (FAIL: experimental/net/timer/waitable/cons.cc) | John David Anglin | 2019-03-12 | 7 | -0/+25 |
* | PR c++/86521 - wrong overload resolution with ref-qualifiers. | Jason Merrill | 2019-03-11 | 1 | -2/+4 |
* | Change test to use const variables instead of macros | Jonathan Wakely | 2019-03-11 | 1 | -2/+2 |
* | PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAX | Jonathan Wakely | 2019-03-11 | 1 | -0/+43 |
* | re PR libstdc++/89608 (Undetected iterator invalidations on unordered contain... | François Dumont | 2019-03-08 | 1 | -0/+37 |
* | Fix new test to run as well as compile | Jonathan Wakely | 2019-03-07 | 1 | -2/+2 |
* | P0356R5 Simplified partial function application | Jonathan Wakely | 2019-03-07 | 1 | -0/+176 |
* | Add feature test macro for bounded array traits | Jonathan Wakely | 2019-03-06 | 2 | -0/+12 |
* | PR libstdc++/86655 - std::assoc_legendre should not constrain | Edward Smith-Rowland | 2019-03-06 | 4 | -0/+224 |
* | Rewrite variant, also PR libstdc++/85517 | Ville Voutilainen | 2019-03-06 | 2 | -4/+38 |
* | Add L suffix to __cpp_lib_char8_t value | Jonathan Wakely | 2019-03-06 | 1 | -2/+2 |
* | Add C++20 Traits for [Un]bounded Arrays (P1357R1) | Jonathan Wakely | 2019-03-06 | 6 | -0/+259 |
* | Constexpr in std::pointer_traits (P1006R1) | Jonathan Wakely | 2019-03-06 | 1 | -0/+27 |
* | Define midpoint and lerp functions for C++20 (P0811R3) | Jonathan Wakely | 2019-03-05 | 4 | -0/+372 |
* | PR libstdc++/88996 Implement P0439R0 | Edward Smith-Rowland | 2019-03-04 | 2 | -0/+65 |