aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Daily bump.GCC Administrator1-0/+55
2022-01-11libstdc++: Install <source_location> header for freestanding [PR103726]Jonathan Wakely3-7/+9
2022-01-11libstdc++: Add missing noexcept to lazy_split_view iterator (LWG 3593)Jonathan Wakely1-1/+1
2022-01-11libstdc++: Make copyable-box completely constexpr (LWG 3572)Jonathan Wakely2-2/+31
2022-01-11libstdc++: Install <coroutine> header for freestanding [PR103726]Jonathan Wakely3-18/+45
2022-01-11libstdc++: Optimize std::ostream inserters for single charactersJonathan Wakely1-2/+12
2022-01-11libstdc++: Make std::variant work with Clang in C++20 mode [PR103891]Jonathan Wakely3-5/+12
2022-01-11libstdc++: Make std::common_iterator completely constexpr-able (LWG 3574)Jonathan Wakely3-23/+34
2022-01-11Daily bump.GCC Administrator1-0/+85
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek12-50/+1031
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely17-14/+56
2022-01-10libstdc++: Add dg-timeout-factor to some more regex testsJonathan Wakely4-0/+4
2022-01-10libstdc++: Update default -std option in manualJonathan Wakely3-4/+6
2022-01-10libstdc++: Add -nostdinc++ for c++17 sources [PR100017]Jonathan Wakely2-2/+2
2022-01-10Daily bump.GCC Administrator1-0/+5
2022-01-08Testsuite: Make dependence on -fdelete-null-pointer-checks explicitSandra Loosemore1-0/+1
2022-01-07Daily bump.GCC Administrator1-0/+26
2022-01-06libstdc++: Add self-merge check to std::forward_list::merge [PR103853]Pavel I. Kryukov2-0/+53
2022-01-06libstdc++: Adjust friend declarations to work with ClangJonathan Wakely1-2/+2
2022-01-06libstdc++: Increase timeout for pthread7-rope.cc testJonathan Wakely1-1/+2
2022-01-06libstdc++: Do not use std::isdigit in <charconv> [PR103911]Jonathan Wakely1-6/+5
2022-01-06Daily bump.GCC Administrator1-0/+139
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont5-35/+333
2022-01-05libstdc++: Fix overconstrained std::string constructor [PR103919]Jonathan Wakely3-2/+47
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely6-34/+131
2022-01-05libstdc++: Improvements to standard error category objects (part deux)Jonathan Wakely2-20/+31
2022-01-05libstdc++: Fix std::error_code pretty printer for versioned namespaceJonathan Wakely1-1/+1
2022-01-05libstdc++: Add pretty printer for std::regex internalsJonathan Wakely1-0/+32
2022-01-05libstdc++: Fix comments in std::forward_list testsJonathan Wakely7-13/+13
2022-01-05libstdc++: Avoid -Wzero-as-null-pointer-constant warning [PR103848]Jonathan Wakely1-3/+4
2022-01-05libstdc++: Simplify std::allocator_traits<allocator<void>>::constructJonathan Wakely1-7/+1
2022-01-05libstdc++: Fix example preprocessor command in FAQ [PR103877]Jonathan Wakely2-2/+2
2022-01-05libstdc++: Reduce template instantiations in <regex>Jonathan Wakely5-39/+37
2022-01-05libstdc++: Compare match_results for failed regex_matchJonathan Wakely1-2/+1
2022-01-05libstdc++: Improve std::regex_error::what() stringsJonathan Wakely4-76/+111
2022-01-03Update copyright years.Jakub Jelinek10113-10114/+10114
2022-01-03Rotate ChangeLog files - step 2 - remove 2021 entries from ChangeLog files.Jakub Jelinek1-9009/+1
2022-01-03Rotate ChangeLog files - part 1 - add ChangeLog-2021.Jakub Jelinek1-0/+9013
2021-12-16Daily bump.GCC Administrator1-0/+22
2021-12-15libstdc++: Overload std::__to_address for __gnu_cxx::__normal_iterator.François Dumont3-26/+40
2021-12-15libstdc++: Poor man's case insensitive comparisons in time_get [PR71557]Jakub Jelinek3-27/+239
2021-12-15Daily bump.GCC Administrator1-0/+51
2021-12-14libstdc++: Support old and new T_FMT for en_HK locale [PR103687]Jonathan Wakely3-10/+65
2021-12-14libstdc++: Fix handling of invalid ranges in std::regex [PR102447]Jonathan Wakely3-68/+152
2021-12-14libstdc++: Simplify typedefs by using __UINTPTR_TYPE__Jonathan Wakely1-31/+19
2021-12-14libstdc++: Simplify definition of std::regex_constants variablesJonathan Wakely6-91/+114
2021-12-14libstdc++: Fix non-reserved name in <regex> headerJonathan Wakely2-2/+3
2021-12-14Daily bump.GCC Administrator1-0/+22
2021-12-13libstdc++: Add support for '?' in linker script globsJonathan Wakely1-2/+4
2021-12-13libstdc++: Make ranges::size and ranges::empty check for unbounded arraysJonathan Wakely3-0/+24