summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel
AgeCommit message (Expand)Author
2025-02-14libstdc++: Fix more unqualified uses of make_pairJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-10-04libstdc++: Fix some Parallel Mode testsuite failuresJonathan Wakely
2024-10-03libstdc++: Fix -Wdeprecated-declarations warning for Parallel Mode [PR116944]Jonathan Wakely
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-25libstdc++: more #pragma diagnosticJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-06-02libstdc++: Fix broken _GLIBCXX_PARALLEL modeFrançois Dumont
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-11-04libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely
2020-09-01libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]Jonathan Wakely
2020-05-07libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely
2020-05-07libstdc++: Make relational operators work with const guarded iterators (PR 92...Jonathan Wakely
2020-05-06Revert "Use const for template argument."Martin Liska
2020-05-05Use const for template argument.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-10-03Avoid reserved identifier in include/parallel/multiway_merge.hRainer Orth
2019-10-01Make some new algorithms work in parallel modeJonathan Wakely
2019-10-01Make some parallel mode algorithms usable in constexpr contextsJonathan Wakely
2019-10-01Fix non-reserved names in Parallel Mode headersJonathan Wakely
2019-09-30PR libstdc++/77936 remove unused variableJonathan Wakely
2019-05-02Fix markup for Parallel Mode docsJonathan Wakely
2019-01-03PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-08PR71856 try to fix Parallel Mode assertions againJonathan Wakely
2016-09-25algo.h: Generalize usage of std::__iterator_category.François Dumont
2016-07-13libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-11-04numeric.h: Do not use default arguments in function template redeclarations (...Jonathan Wakely
2014-11-03algo.h: Do not use default arguments in function template redeclarations (def...Paolo Carlini
2014-06-14user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-10-01algobase.h (mismatch, equal): Provide parallel version for N3671 overloads.François Dumont
2013-09-30algo.h (__find_switch): Use __binder2nd.Paolo Carlini
2013-09-27predefined_ops.h: New.François Dumont
2013-03-08memoryfwd.h: New.Benjamin Kosnik
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-10-09re PR libstdc++/54754 ([parallel mode] 'make check-parallel' only works on x8...Jonathan Wakely
2012-09-29re PR libstdc++/34106 ([parallel mode] Atomic operations compatibility layer ...Jonathan Wakely
2012-02-13PR libstdc++/51798 continuedRichard Henderson
2012-02-10PR libstdc++/51798 continued.Benjamin Kosnik