aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig70-1773/+3253
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka1-0/+2
2020-12-20libstdc++: Fix indentation in <semaphore>Jonathan Wakely1-1/+2
2020-12-17libstdc++: Add floating-point std::to_chars implementationPatrick Palka1-0/+24
2020-12-17libstdc++: Move std::hash<std::thread::id> to <bits/std_thread.h>Jonathan Wakely1-12/+0
2020-12-16libstdc++: Simplify built-in detection in <utility>Jonathan Wakely1-11/+5
2020-12-15libstdc++: Remove init_priority attribute for Init object [PR 98108]Jonathan Wakely1-9/+1
2020-12-15libstdc++: Use init_priority attribute for Init object [PR 98108]Jonathan Wakely1-1/+9
2020-12-10libstdc++: Remove redundant branches in countl_one and countr_one [PR 98226]Jonathan Wakely1-4/+0
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely1-1/+6
2020-12-03libtdc++: Define std::source_location for C++20JeanHeyd Meneide2-0/+95
2020-12-03libstdc++: Add std::bit_cast for C++20 [PR 93121]Jonathan Wakely2-0/+15
2020-12-03libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely1-0/+6
2020-12-02libstdc++: Make preprocessor checks for __cpp_lib_atomic_wait consistentJonathan Wakely1-2/+2
2020-12-01Add feature test macro for atomic<T>::waitThomas Rodgers4-14/+17
2020-11-26libstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAITJonathan Wakely3-33/+31
2020-11-26libstdc++: Only define std::latch if atomic waiting is availableJonathan Wakely2-4/+9
2020-11-26libstdc++: Add new headers to stdc++.hJonathan Wakely1-3/+1
2020-11-25libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely1-13/+5
2020-11-23libstdc++: make atomic waiting depend on gthreads or futexesJonathan Wakely3-4/+17
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers4-0/+263
2020-11-20libstdc++: Remove <memory_resource> dependency from <regex> [PR 92546]Jonathan Wakely1-5/+9
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely3-283/+22
2020-11-18libstdc++: Fix ranges::join_view::_Iterator::operator-> [LWG 3500]Patrick Palka1-6/+8
2020-11-17libstdc++: Fix unconditional definition of __cpp_lib_span in <version> [PR 97...Jonathan Wakely1-1/+3
2020-11-12libstdc++: Optimise std::future::wait_for and fix futex pollingJonathan Wakely1-3/+11
2020-11-11libstdc++: Assigning to a joinable std::jthread calls std::terminatePaul Scharnofske1-1/+5
2020-11-11libstdc++: Use helper type for checking thread IDJonathan Wakely1-7/+13
2020-11-11libstdc++: Implement std::emit_on_flush etc.Jonathan Wakely2-80/+136
2020-11-10libstdc++: Reorder constructors in <sstream>Jonathan Wakely1-100/+100
2020-11-10libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely1-41/+182
2020-11-10libstdc++: Fix more unspecified comparisons to null pointer [PR 97415]Jonathan Wakely1-7/+10
2020-11-09libstdc++: Remove <debug/array>François Dumont3-39/+38
2020-11-09libstdc++: Remove redundant check for zero in std::__popcountJonathan Wakely1-3/+0
2020-11-05libstdc++: Fix constraints on std::optional comparisons [PR 96269]Jonathan Wakely1-18/+48
2020-11-05libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]Jonathan Wakely1-1/+1
2020-11-05libstdc++: Fix new <sstream> constructorsJonathan Wakely1-21/+17
2020-11-05libstdc++: Adjust whitespace in <sstream>Jonathan Wakely1-12/+13
2020-11-04libstdc++: Fix default mode of new basic_stringstream constructor [PR 97719]Jonathan Wakely1-1/+1
2020-11-03libstdc++: Ensure std::lock_guard is declaredJonathan Wakely1-4/+1
2020-11-03libstdc++: Rewrite std::call_once to use futexes [PR 66146]Jonathan Wakely1-36/+164
2020-11-02libstdc++: Add c++2a <syncstream>Thomas Rodgers2-0/+337
2020-11-01libstdc++: Define type traits for wchar_t even when libc support missingJonathan Wakely1-3/+6
2020-10-30libstdc++: Don't initialize from *this inside some views [PR97600]Patrick Palka1-39/+39
2020-10-30libstdc++: Implement P2017R1 "Conditionally borrowed ranges"Jonathan Wakely1-0/+24
2020-10-30libstdc++: Fix the default constructor of ranges::__detail::__boxPatrick Palka1-2/+2
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely1-2/+4
2020-10-29libstdc++: Fix new basic_stringbuf constructorJonathan Wakely1-2/+2
2020-10-28libstdc++: Implement C++20 features for <sstream>Thomas Rodgers1-0/+196
2020-10-28libstdc++: Fix arithmetic bug in year_month_weekday conversion [PR96713]Patrick Palka1-1/+2