aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig141-6150/+8672
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka1-0/+14
2020-12-17libstdc++: Fix preprocessor condition [PR 98344]Jonathan Wakely1-1/+1
2020-12-17libstdc++: Move std::hash<std::thread::id> to <bits/std_thread.h>Jonathan Wakely1-0/+12
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely6-17/+174
2020-12-16libstdc++: Warn if __STRICT_ANSI has been undefinedJonathan Wakely1-0/+9
2020-12-15libstdc++: Do not define constexpr assertions for C++11Jonathan Wakely1-1/+1
2020-12-15libstdc++: Remove workaround for PR c++/78173Jonathan Wakely1-4/+1
2020-12-02libstdc++: Make preprocessor checks for __cpp_lib_atomic_wait consistentJonathan Wakely2-2/+2
2020-12-01Add feature test macro for atomic<T>::waitThomas Rodgers4-24/+24
2020-12-01libstdc++: Simplify detection of built-in functionsJonathan Wakely1-25/+26
2020-11-26libstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAITJonathan Wakely4-32/+26
2020-11-25libstdc++: Remove redundant clock conversions in atomic waitsJonathan Wakely1-16/+24
2020-11-25libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely3-79/+135
2020-11-25libstdc++: Fix missing subsumption in std::iterator_traits [PR 97935]Jonathan Wakely1-6/+11
2020-11-25libstdc++: Fix silly typos [PR 97936]Jonathan Wakely1-2/+2
2020-11-25libstdc++: Fix handling of futex wake [PR 97936]Jonathan Wakely1-2/+2
2020-11-23libstdc++: Fix variable declared with wrong typeJonathan Wakely1-1/+1
2020-11-23libstdc++: Fix linker errors due to missing 'inline' keywordsStephan Bergmann1-3/+3
2020-11-23libstdc++: Add configure checks for semaphoresJonathan Wakely1-4/+2
2020-11-23libstdc++: make atomic waiting depend on gthreads or futexesJonathan Wakely4-70/+94
2020-11-21libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely4-3/+13
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers4-1/+1083
2020-11-20libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont2-5/+13
2020-11-20libstdc++: _Rb_tree code cleanup, remove lambdasFrançois Dumont2-40/+38
2020-11-19libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]Jonathan Wakely1-19/+5
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely1-0/+337
2020-11-17libstdc++: Fix ranges::search_n for random access iterators [PR97828]Patrick Palka1-1/+3
2020-11-10libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely1-0/+8
2020-11-09libstdc++: Improve comment on _Power_of_2 helper functionJonathan Wakely1-1/+3
2020-11-09libstdc++: Include <typeinfo> even for -fno-rtti [PR 97758]Jonathan Wakely1-3/+1
2020-11-04libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely1-1/+1
2020-11-04libstdc++: Fix constant expressions in std::uniform_int_distributionJonathan Wakely1-4/+4
2020-11-01libstdc++: Define type traits for wchar_t even when libc support missingJonathan Wakely1-2/+2
2020-10-31libstdc++: Prefer double to long double in std::shuffle_order_engineJonathan Wakely2-6/+42
2020-10-31libstdc++: Use double for unordered container load factors [PR 96958]Jonathan Wakely1-5/+5
2020-10-30libstdc++: Use double for unordered container load factors [PR 96958]Jonathan Wakely1-6/+6
2020-10-29libstdc++: Avoid narrowing conversion in subrange constructorJonathan Wakely1-1/+1
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely1-1/+1
2020-10-29libstdc++: Allow Lemire's algorithm to be used in more casesJonathan Wakely1-19/+33
2020-10-29libstdc++: Make std::function work better with -fno-rttiJonathan Wakely1-14/+53
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely5-11/+12
2020-10-29libstdc++: Rename _UniformRandomNumberGenerator parametersJonathan Wakely1-26/+22
2020-10-28libstdc++: Override BUFSIZ for Windows targets [PR 94268]Jonathan Wakely1-1/+1
2020-10-28libstdc++: Fix name clash with _Cosh in QNX headers [PR 95592]Jonathan Wakely1-37/+37
2020-10-27libstdc++: Fix -Wsign-compare warnings in headersJonathan Wakely3-4/+4
2020-10-27libstdc++: Add noexcept to declaration of path::_List membersJonathan Wakely1-4/+4
2020-10-26libstdc++: Add missing exception-specifications in shared_ptrStephan Bergmann1-4/+5
2020-10-22libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely3-1/+235
2020-10-21libstdc++: Simplify std::shared_ptr construction from std::weak_ptrJonathan Wakely2-63/+22