summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2022-01-111-0/+18
* libstdc++: Update default -std option in manualJonathan Wakely2022-01-102-2/+4
* libstdc++: Add -nostdinc++ for c++17 sources [PR100017]Jonathan Wakely2022-01-102-2/+2
* Daily bump.GCC Administrator2022-01-061-0/+85
* libstdc++: Fix std::char_traits<C>::move for constexprJonathan Wakely2022-01-052-9/+54
* libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macroJonathan Wakely2022-01-053-5/+5
* libstdc++: Fix example preprocessor command in FAQ [PR103877]Jonathan Wakely2022-01-052-2/+2
* libstdc++: Clear RB tree after moving elements [PR103501]Jonathan Wakely2022-01-055-4/+70
* libstdc++: Initialize member in std::match_results [PR103549]Jonathan Wakely2022-01-051-2/+2
* libstdc++: Make Asan detection work for Clang [PR103453]Jonathan Wakely2022-01-052-4/+16
* libstdc++: Fix overconstrained std::string constructor [PR103919]Jonathan Wakely2022-01-052-2/+47
* libstdc++: Fix std::error_code pretty printer for versioned namespaceJonathan Wakely2022-01-051-1/+1
* Daily bump.GCC Administrator2022-01-051-0/+13
* libstdc++: Fix std::allocator<void> for versioned namespaceJonathan Wakely2022-01-043-27/+120
* Daily bump.GCC Administrator2021-12-111-0/+13
* libstdc++: Make atomic<T*>::wait() const [PR102994]Thomas Rodgers2021-12-093-5/+24
* Daily bump.GCC Administrator2021-11-271-0/+31
* libstdc++: Ensure dg-add-options comes after dg-optionsJonathan Wakely2021-11-261-1/+1
* libstdc++: Fix dg-do directive for tests supposed to be runJonathan Wakely2021-11-262-2/+2
* libstdc++: Make std::pointer_traits SFINAE-friendly [PR96416]Jonathan Wakely2021-11-264-29/+166
* Daily bump.GCC Administrator2021-11-261-0/+37
* libstdc++: Do not use memset in constexpr calls to ranges::fill_n [PR101608]Jonathan Wakely2021-11-252-12/+22
* libstdc++: Fix vector<bool> printer tests to work in debug modeJonathan Wakely2021-11-253-19/+19
* libstdc++: Add xfail to some printer tests for debug modeJonathan Wakely2021-11-252-3/+3
* libstdc++: Replace hyphens in effective target keywordsJonathan Wakely2021-11-25120-130/+130
* Daily bump.GCC Administrator2021-11-251-0/+353
* libstdc++: Fix dg-prune-output assertion messageFrançois Dumont2021-11-249-9/+9
* libstdc++: Make allocator equality comparable in testsJonathan Wakely2021-11-242-0/+6
* libstdc++: Simplify constraints for std::any constructionJonathan Wakely2021-11-242-9/+5
* libstdc++: Suppress Doxygen docs for more implementation detailsJonathan Wakely2021-11-248-1/+41
* libstdc++: Disable gthreads weak symbols for glibc 2.34 [PR103133]Jonathan Wakely2021-11-241-0/+6
* libstdc++: Make test print which random_device tokens workJonathan Wakely2021-11-241-0/+7
* libstdc++: Make spurious std::random_device FAIL less likelyJonathan Wakely2021-11-241-1/+1
* libstdc++: Add missing constexpr to std::optional (P2231R1)Jonathan Wakely2021-11-249-19/+226
* libstdc++: Simplify std::optional::value()Jonathan Wakely2021-11-242-53/+46
* libstdc++: Add noexcept to std::nullopt_t constructorJonathan Wakely2021-11-241-1/+1
* libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]Jonathan Wakely2021-11-241-4/+0
* libstdc++: Support printing volatile pointers (P1147R1)Jonathan Wakely2021-11-242-0/+18
* libstdc++: Constrain std::make_any [PR102894]Jonathan Wakely2021-11-242-4/+29
* libstdc++: Improvements to standard error category objectsJonathan Wakely2021-11-241-20/+43
* libstdc++: Add valid range checks to std::span constructors [PR98421]Jonathan Wakely2021-11-243-0/+30
* libstdc++: Name std::function template parameterJonathan Wakely2021-11-241-17/+15
* libstdc++: Avoid a move in std::function construction (LWG 2447)Jonathan Wakely2021-11-243-46/+132
* libstdc++: Update Doxygen config template to Doxygen 1.9.2Jonathan Wakely2021-11-241-69/+6
* libstdc++: Optimize std::seed_seq constructionAntony Polukhin2021-11-242-1/+5
* libstdc++: Add static assertions for std::function requirementsJonathan Wakely2021-11-241-0/+6
* libstdc++: Initialize all subobjects of std::functionJonathan Wakely2021-11-241-9/+9
* libstdc++: Improve doxygen comments in <bits/stl_function.h>Jonathan Wakely2021-11-241-60/+74
* libstdc++: Optimize std::any_cast by replacing indirect callTim Adye2021-11-241-9/+17
* libstdc++: Remove noexcept from syncbuf::swap (LWG 3498)Jonathan Wakely2021-11-241-1/+1