| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libstdc++: Use init_priority attribute for Init object [PR 98108] | Jonathan Wakely | 2020-12-15 | 1 | -1/+9 |
* | libstdc++: Update link to Unicode-HOWTO | Gerald Pfeifer | 2020-12-15 | 2 | -2/+2 |
* | Daily bump. | GCC Administrator | 2020-12-15 | 1 | -0/+23 |
* | libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTED | François Dumont | 2020-12-14 | 3 | -3/+3 |
* | Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P... | Martin Sebor | 2020-12-14 | 2 | -0/+8 |
* | libstdc++: Fix several _GLIBCXX_DEBUG tests | François Dumont | 2020-12-14 | 4 | -3/+4 |
* | Daily bump. | GCC Administrator | 2020-12-13 | 1 | -0/+11 |
* | libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibility | François Dumont | 2020-12-12 | 6 | -4/+210 |
* | Daily bump. | GCC Administrator | 2020-12-11 | 1 | -0/+6 |
* | libstdc++: Remove redundant branches in countl_one and countr_one [PR 98226] | Jonathan Wakely | 2020-12-10 | 1 | -4/+0 |
* | Daily bump. | GCC Administrator | 2020-12-10 | 1 | -0/+13 |
* | libstdc++: Fix build failure for target with no way to sleep | Jonathan Wakely | 2020-12-09 | 5 | -2/+27 |
* | Daily bump. | GCC Administrator | 2020-12-09 | 1 | -0/+12 |
* | c++: Fix defaulted <=> fallback to < and == [PR96299] | Jason Merrill | 2020-12-08 | 1 | -2/+2 |
* | libstdc++: Adjust whitespace in documentation | Jonathan Wakely | 2020-12-08 | 2 | -2/+2 |
* | Daily bump. | GCC Administrator | 2020-12-06 | 1 | -0/+5 |
* | Darwin : Update libtool and dependencies for Darwin20 [PR97865] | Iain Sandoe | 2020-12-05 | 1 | -23/+25 |
* | Daily bump. | GCC Administrator | 2020-12-05 | 1 | -0/+8 |
* | c++: Change __builtin_source_location to use __PRETTY_FUNCTION__ instead of _... | Jakub Jelinek | 2020-12-04 | 2 | -18/+14 |
* | Daily bump. | GCC Administrator | 2020-12-04 | 1 | -0/+54 |
* | Add support for detecting mismatched allocation/deallocation calls. | Martin Sebor | 2020-12-03 | 1 | -2/+6 |
* | libstdc++: Fix typos in #error strings | Jonathan Wakely | 2020-12-03 | 2 | -4/+4 |
* | libstdc++: Update C++20 library implementation status | Jonathan Wakely | 2020-12-03 | 3 | -21/+15 |
* | libtdc++: Define std::source_location for C++20 | JeanHeyd Meneide | 2020-12-03 | 9 | -0/+454 |
* | libstdc++: Add std::bit_cast for C++20 [PR 93121] | Jonathan Wakely | 2020-12-03 | 4 | -0/+123 |
* | libstdc++: Update powerpc-linux baselines for GCC 10.1 | Jonathan Wakely | 2020-12-03 | 2 | -0/+34 |
* | libstdc++: Disable std::array assertions for C++11 constexpr | Jonathan Wakely | 2020-12-03 | 4 | -11/+48 |
* | Daily bump. | GCC Administrator | 2020-12-03 | 1 | -0/+50 |
* | libstdc++: Fix std::any pretty printer [PR 68735] | Jonathan Wakely | 2020-12-02 | 1 | -3/+26 |
* | libstdc++: Use libatomic for tests on all 32-bit powerpc targets | Jonathan Wakely | 2020-12-02 | 1 | -4/+5 |
* | libstdc++: Use longer timeout for istream::gcount() overflow tests | Jonathan Wakely | 2020-12-02 | 2 | -0/+2 |
* | libstdc++: Fix null pointer dereferences in __gnu_cxx::rope | Jonathan Wakely | 2020-12-02 | 2 | -23/+31 |
* | libstdc++: Fix indentation in rope | Jonathan Wakely | 2020-12-02 | 1 | -4/+4 |
* | libstdc++: Make preprocessor checks for __cpp_lib_atomic_wait consistent | Jonathan Wakely | 2020-12-02 | 3 | -4/+4 |
* | libstdc++: Fix filesystem::path pretty printer test failure | Jonathan Wakely | 2020-12-02 | 2 | -5/+47 |
* | Daily bump. | GCC Administrator | 2020-12-02 | 1 | -0/+51 |
* | Add feature test macro for atomic<T>::wait | Thomas Rodgers | 2020-12-01 | 10 | -38/+100 |
* | libstdc++: Pretty printers for _Bit_reference and _Bit_iterator | Michael Weghorn | 2020-12-01 | 3 | -1/+89 |
* | libstdc++: Simplify detection of built-in functions | Jonathan Wakely | 2020-12-01 | 1 | -25/+26 |
* | libstdc++: Use longer timeout for slow running tests | Jonathan Wakely | 2020-12-01 | 2 | -0/+2 |
* | libstdc++: Link test with libatomic if needed [PR 98003] | Jonathan Wakely | 2020-12-01 | 1 | -2/+3 |
* | Daily bump. | GCC Administrator | 2020-12-01 | 1 | -0/+17 |
* | libstdc++: Add new C++20 headers to Doxygen settings | Jonathan Wakely | 2020-11-30 | 1 | -0/+2 |
* | libstdc++: Reduce default test timeout to 360 seconds | Jonathan Wakely | 2020-11-30 | 1 | -1/+1 |
* | libstdc++: Set dg-timeout-factor for more slow tests | Jonathan Wakely | 2020-11-30 | 199 | -0/+199 |
* | Daily bump. | GCC Administrator | 2020-11-30 | 1 | -0/+4 |
* | Fix hppa64-hpux11 build to remove source paths from embedded path. | John David Anglin | 2020-11-29 | 1 | -4/+4 |
* | Daily bump. | GCC Administrator | 2020-11-28 | 1 | -0/+129 |
* | libstdc++: Refactor dejagnu effective-target checks | Jonathan Wakely | 2020-11-27 | 1 | -477/+145 |
* | libstdc++: Fix -Wrange-loop-construct warnings in filesystem tests | Jonathan Wakely | 2020-11-27 | 52 | -58/+58 |