aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
13 dayslibstdc++/regex: Avoid -Wunused-parameter warnings in _ExecutorPatrick Palka1-11/+11
13 dayslibstdc++: Fix fallback definitions of std::is_member_*_pointerJonathan Wakely1-0/+6
2026-02-11libstdc++: Clear padding bits in std::atomic ctor in C++11 [PR114865]Patrick Palka1-1/+4
2026-02-11libstdc++: Make function_ref non-dangling for stateless wrappersTomasz Kamiński4-52/+76
2026-02-11libstdc++: Optimize std::regex_traits lookup functionsJonathan Wakely1-176/+252
2026-02-11libstdc++: Fix std::regex_traits::lookup_classname [PR124015]Jonathan Wakely1-2/+2
2026-02-10libstdc++: Allow constant initialization of std::atomic of types with padding...Tomasz Kamiński2-6/+10
2026-02-10libstdc++: Fix incorrect noexcept on string::compare overloads [PR123991]Jonathan Wakely2-4/+0
2026-02-09libstdc++/regex: Remove now unused __dfs_mode template parameterPatrick Palka4-70/+44
2026-02-09libstdc++/regex: Replace __dfs_mode template parameter with run-time flagPatrick Palka3-110/+78
2026-02-09libstdc++: Fix doxygen comment for std::out_ptr [PR124024]Jonathan Wakely1-2/+2
2026-02-06libstdc++: Update guards on __heterogeneous_hash_key and __heterogeneous_tree...Tomasz Kamiński3-3/+3
2026-02-06libstdc++: fix C++17 regression in concept __heterogeneous_key (2nd)Nathan Myers1-3/+2
2026-02-06libstdc++: fix C++17 regression in concept __heterogeneous_keyNathan Myers1-1/+2
2026-02-05libstdc++: make __collatenames array const in regex.tccCaolán McNamara1-1/+1
2026-02-05libstdc++: Fix ambiguity caused by new std::source_location constructorJonathan Wakely2-5/+4
2026-02-04libstdc++: container erasure overloads (P2077) [PR117404]Nathan Myers15-100/+374
2026-02-03libstdc++, c++/reflection: mark {,de}allocate constexprMarek Polacek1-2/+2
2026-02-03libstdc++: Define __cpp_lib_define_static [PR123921]Jakub Jelinek3-0/+21
2026-02-02libstdc++/regex: Zero-initialize _ExecutorFrame flagsPatrick Palka1-5/+4
2026-01-30libstdc++/regex: Suppress -Wpedantic warning about anonymous structsPatrick Palka1-0/+3
2026-01-30libstdc++/regex: add [[gnu::always_inline]] to _Executor::_M_nodePatrick Palka1-1/+4
2026-01-30libstdc++/regex: Defer _M_current restoration to backtracking nodes [PR86164]Patrick Palka1-18/+16
2026-01-30libstdc++/regex: Make DFS executor non-recursive [PR86164]Patrick Palka3-45/+199
2026-01-29libstdc++: Make std::expected trivially copy/move assignable (LWG 4026)Jonathan Wakely1-12/+77
2026-01-29libstdc++: Fix use of feature test macro in <source_location>Jonathan Wakely1-8/+5
2026-01-29libstdc++: Fix non-ASCII characters in <contracts> headerJonathan Wakely1-3/+3
2026-01-28libstdc++: Do not allow contract26.cc to build without -fcontractsJonathan Wakely1-1/+1
2026-01-28libstdc++: Disable false positive middle end warnings in std::shared_ptr [PR1...Jonathan Wakely1-0/+7
2026-01-28libstdc++: Implement std::atomic::fetch_min/maxSoumya AR4-4/+203
2026-01-28libstdc++, contracts: Add base P2900R14 contracts support.Nina Ranns8-85/+147
2026-01-23libstdc++: Explicitly call _Mo_base() in _Cpy_base copy-constructor [PR123758]Tomasz Kamiński1-0/+1
2026-01-20libstdc++: Disable __cpp_lib_reflection for old CXX ABIJakub Jelinek2-10/+11
2026-01-19libstdc++: Use overload operator<=> when provided in relational functors [PR1...Tomasz Kamiński3-75/+131
2026-01-19libstdc++: Fix std::erase_if for std::string with -D_GLIBCXX_USE_CXX11_ABI=0.Tomasz Kamiński1-2/+2
2026-01-19libstdc++: Fix std::erase_if behavior for std::__debug containersFrançois Dumont21-154/+229
2026-01-15libstdc++: Fix __cpp_impl_reflection comparisonsJakub Jelinek1-4/+4
2026-01-15c++: C++26 Reflection [PR120775]Marek Polacek8-2/+735
2026-01-13libstdc++: Fix handling iterators with proxy subscript in heap algorithms.Tomasz Kamiński1-4/+4
2026-01-12libstdc++: Improve comments on __wait_args::_M_setup_proxy_waitJonathan Wakely1-6/+5
2026-01-10libstdc++: constexpr flat_map and flat_multimapYuao Ma3-9/+166
2026-01-09libstdc++: Fix proxy wait detection in atomic waitJonathan Wakely2-29/+57
2026-01-09libstdc++: Ensure counting_semaphore::try_acquire_for times out [PR122878]Jonathan Wakely1-10/+18
2026-01-07libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]Jonathan Wakely1-3/+6
2026-01-07libstdc++: Remove redundant return statement after static_assert(false)Jonathan Wakely1-4/+1
2026-01-07libstdc++: Fix memory leak in std::barrier destructor [PR123378]Jonathan Wakely1-0/+6
2026-01-07libstdc++: Use gnu_inline attribute on constexpr exception methods [PR123183]Jakub Jelinek2-30/+70
2026-01-02Update copyright years.Jakub Jelinek820-820/+820
2025-12-19libstdc++: Use union to store non-trivially destructible types in C++17 mode ...Tomasz Kamiński1-7/+6
2025-12-19libstdc++: Use smallest possible integer for __generate_cannonical_anyTomasz Kamiński2-30/+82