aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely8-1/+964
2019-11-16Revert r278363 "Start work on <ranges> header"Jonathan Wakely1-1310/+0
2019-11-16libstdc++: Optimize std::jthread constructionJonathan Wakely1-26/+29
2019-11-16Start work on <ranges> headerJonathan Wakely1-0/+1310
2019-11-16Implement the <tuple> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-1/+66
2019-11-15libstdc++: Fix <stop_token> and improve testsJonathan Wakely2-78/+101
2019-11-15Implement the default_searcher part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-1/+3
2019-11-15libstdc++: Implement LWG 3149 for std::default_constructibleJonathan Wakely2-4/+9
2019-11-15libstdc++: Fix definition of std::nostopstate objectJonathan Wakely2-1/+2
2019-11-15Support for jthread and stop_tokenThomas Rodgers6-0/+582
2019-11-15Implement the <array> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland1-3/+3
2019-11-14libstdc++: Implement new predicate concepts from P1716R3Jonathan Wakely2-16/+39
2019-11-14libstdc++: Rename disable_sized_sentinel [P1871R1]Jonathan Wakely2-5/+5
2019-11-08libsupc++: add <compare> to precompiled headerJonathan Wakely1-1/+1
2019-11-07libstdc++: make negative count safe with std::for_each_nJonathan Wakely1-0/+2