aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-11-26libstdc++: Allow dejagnu tool_timeout to be overriddenJonathan Wakely1-1/+4
2020-11-26libstdc++: Fix some more deadlocks in tests [PR 97936]Jonathan Wakely4-4/+20
2020-11-26libstdc++: Add "futex" and "gthreads" effective-target keywordsJonathan Wakely3-8/+41
2020-11-26ada: c++: Get rid of libposix4, librt on SolarisRainer Orth3-143/+93
2020-11-26libstdc++: Fix undefined FILE* operations in testJonathan Wakely1-1/+2
2020-11-26libstdc++: Add new headers to stdc++.hJonathan Wakely2-3/+3
2020-11-26Daily bump.GCC Administrator1-0/+74
2020-11-25libstdc++: Remove redundant clock conversions in atomic waitsJonathan Wakely1-16/+24
2020-11-25libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely5-121/+144
2020-11-25libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely7-10/+20
2020-11-25libstdc++: Fix missing subsumption in std::iterator_traits [PR 97935]Jonathan Wakely2-6/+67
2020-11-25libstdc++: Fix test failure on AIXJonathan Wakely1-0/+2
2020-11-25libstdc++: Fix silly typos [PR 97936]Jonathan Wakely1-2/+2
2020-11-25libstdc++: Fix handling of futex wake [PR 97936]Jonathan Wakely3-4/+2
2020-11-25Daily bump.GCC Administrator1-0/+28
2020-11-24libstdc++: Disable failing tests [PR 97936]Jonathan Wakely4-7/+11
2020-11-24libstdc++: Run all tests in fileJonathan Wakely1-1/+2
2020-11-24libstdc++: Throw instead of segfaulting in std::thread constructor [PR 67791]Jonathan Wakely1-0/+10
2020-11-24libstdc++: Use __libc_single_threaded for locale initializationJonathan Wakely2-3/+3
2020-11-24Daily bump.GCC Administrator1-0/+50
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 Wakely4-4/+101
2020-11-23libstdc++: make atomic waiting depend on gthreads or futexesJonathan Wakely7-74/+111
2020-11-23libstdc++: Link tests to libatomic as required [PR 97948]Jonathan Wakely3-0/+3
2020-11-22Daily bump.GCC Administrator1-0/+16
2020-11-21libstdc++: Fix atomic waiting for non-linux targetsJonathan Wakely9-13/+28
2020-11-21Daily bump.GCC Administrator1-0/+94
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers28-1/+2506
2020-11-20libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)François Dumont5-23/+412
2020-11-20libstdc++: _Rb_tree code cleanup, remove lambdasFrançois Dumont6-40/+250
2020-11-20libstdc++: Remove <memory_resource> dependency from <regex> [PR 92546]Jonathan Wakely1-5/+9
2020-11-20Daily bump.GCC Administrator1-0/+50
2020-11-19libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]Jonathan Wakely4-19/+122
2020-11-19libstdc++: Add missing header to some testsJonathan Wakely2-0/+2
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely7-283/+362
2020-11-19libstdc++: Fix overflow checks to use the correct "time_t" [PR 93456]Jonathan Wakely1-6/+8
2020-11-19Daily bump.GCC Administrator1-0/+8
2020-11-18libstdc++: Fix ranges::join_view::_Iterator::operator-> [LWG 3500]Patrick Palka2-6/+20
2020-11-18Daily bump.GCC Administrator1-0/+27
2020-11-17libstdc++: Revert changes for SYS_clock_gettime64 [PR 93421]Jonathan Wakely4-28/+70
2020-11-17libstdc++: Fix unconditional definition of __cpp_lib_span in <version> [PR 97...Jonathan Wakely2-1/+6
2020-11-17libstdc++: Fix ranges::search_n for random access iterators [PR97828]Patrick Palka2-1/+61
2020-11-17Daily bump.GCC Administrator1-0/+6
2020-11-16libstdc++: Fix error shown during Solaris buildJonathan Wakely2-4/+4
2020-11-16Daily bump.GCC Administrator1-0/+4
2020-11-15c++: Check abstract type only on object creation. [PR86252]Jason Merrill1-5/+5
2020-11-14Daily bump.GCC Administrator1-0/+47
2020-11-13libstdc++: Use custom timespec in system calls [PR 93421]Jonathan Wakely2-8/+32
2020-11-13libstdc++: Remove redundant overflow check for futex timeout [PR 93456]Jonathan Wakely2-12/+14