aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-13libstdc++: Ensure root-dir converted to forward slash (PR93244)Jonathan Wakely1-0/+7
2020-01-13libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely3-7/+20
2020-01-10libstdc++: Make istreambuf_iterator base class consistent (PR92285)Jonathan Wakely1-8/+5
2020-01-09rename local _C2 identifiers in stl map header filesOlivier Hainque2-20/+20
2020-01-09libstdc++: Fix <ext/pointer.h> incompatibilities with C++20Jonathan Wakely2-4/+15
2020-01-09libstdc++: Fix testsuite failures and warnings due to is_pod deprecationJonathan Wakely2-0/+6
2020-01-09libstdc++: Implementing P0767 - deprecate PODJeanHeyd "ThePhD" Meneide2-2/+12
2020-01-09libstdc++: Fix undefined behaviour in random dist serialization (PR93205)Jonathan Wakely2-201/+162
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely1-2/+2
2020-01-09PR libstdc++/92124 fix incorrect unordered container move assignmentFrançois Dumont1-36/+37
2020-01-08Rename condition_variable_any wait* methods to match current draft standardThomas Rodgers1-15/+15
2020-01-07PR libstdc++/92124 fix incorrect container move assignmentFrançois Dumont1-1/+1
2020-01-06libstdc++: Remove redundant inequality operators in <stop_token>Jonathan Wakely1-17/+1
2020-01-06libstdc++: Define __cpp_lib_three_way_comparison conditionallyJonathan Wakely2-7/+3
2020-01-03libstdc++: Only use std::compare_three_way when concepts are supportedJonathan Wakely1-0/+2
2020-01-01Update copyright years.Jakub Jelinek768-768/+768
2019-12-20libstdc++: Add inline to maybe-constexpr functions (PR 92927)Jonathan Wakely1-3/+3
2019-12-12libstdc++: Fix tr1 definition ambiguity in versioned namespaceFrançois Dumont8-0/+30
2019-12-11Restore enable_if lost during original import of pstlThomas Rodgers2-2/+2
2019-12-10libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely1-1/+2
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont10-256/+715
2019-12-10libstdc++: Fix description of std::ios::trunc (PR 92886)Jonathan Wakely1-1/+1
2019-12-10libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely2-0/+5
2019-12-10libstdc++: Reduce header dependencies in <span>Jonathan Wakely1-2/+3
2019-12-10libstdc++: Fix bug in std::indirect_result_tJonathan Wakely1-13/+17
2019-12-09libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely5-116/+152
2019-12-05libstdc++: Implement P1872R0 and P1394R0 for std::spanJeanHeyd "ThePhD" Meneide4-227/+126
2019-12-05libstdc++: Define std::lexicographical_compare_three_way for C++20Jonathan Wakely1-0/+101
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely2-0/+29
2019-12-03libstdc++: Implement spaceship for std::pair (P1614R2)Jonathan Wakely1-2/+17
2019-12-03libstdc++: Fix Doxygen markup errorJonathan Wakely1-1/+0
2019-12-02libstdc++: Fix try_lock_until and try_lock_shared_until on arbitrary clockMike Crowe1-4/+20
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe1-21/+80
2019-12-02libstdc++: Fix timed_mutex::try_lock_until on arbitrary clock (PR 91906)Mike Crowe1-2/+11
2019-12-02libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe1-8/+42
2019-11-30libstdc++: Fix experimental::filesystem::u8path(const Source&) for WindowsJonathan Wakely2-50/+56
2019-11-29libstdc++: Adjust some function templates for coding conventionsJonathan Wakely3-22/+22
2019-11-29libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann4-34/+205
2019-11-29libstdc++: P1423R3 char8_t remediation (1/4)Tom Honermann2-223/+246
2019-11-26libstdc++: Use C++98 syntax to instantiate input_iterator_tagFrançois Dumont1-2/+2
2019-11-26libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont1-2/+3
2019-11-26libstdc++: Add _GLIBCXX_DEBUG safe iterator C++20 iterator conceptFrançois Dumont1-0/+4
2019-11-25libstdc++: Add move_sentinel, common_iterator and counted_iteratorJonathan Wakely2-9/+691
2019-11-25PR libstdc++/91786 fix compilation error with ClangJonathan Wakely1-33/+39
2019-11-24libstdc++: Improve _GLIBCXX_DEBUG __valid_range checkFrançois Dumont2-20/+30
2019-11-19libstdc++: Fix declarations of variable templatesJonathan Wakely7-7/+7
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely1-20/+27
2019-11-18libstdc++: Fix some -Wsystem-headers warningsJonathan Wakely2-5/+8
2019-11-17Repair the <tuple> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-1/+2
2019-11-17libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely1-0/+15