aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek43-43/+43
2023-06-02libstdc++: Fix broken _GLIBCXX_PARALLEL modeFrançois Dumont1-0/+1
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont2-55/+55
2023-01-16Update copyright years.Jakub Jelinek43-43/+43
2022-01-03Update copyright years.Jakub Jelinek43-43/+43
2021-01-04Update copyright years.Jakub Jelinek43-43/+43
2020-11-04libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely1-0/+15
2020-09-01libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]Jonathan Wakely1-2/+3
2020-05-07libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely1-0/+4
2020-05-07libstdc++: Make relational operators work with const guarded iterators (PR 92...Jonathan Wakely1-12/+12
2020-05-06Revert "Use const for template argument."Martin Liska1-2/+2
2020-05-05Use const for template argument.Martin Liska1-2/+2
2020-01-01Update copyright years.Jakub Jelinek43-43/+43
2019-10-03Avoid reserved identifier in include/parallel/multiway_merge.hRainer Orth1-2/+2
2019-10-01Make some new algorithms work in parallel modeJonathan Wakely1-0/+5
2019-10-01Make some parallel mode algorithms usable in constexpr contextsJonathan Wakely2-1/+45
2019-10-01Fix non-reserved names in Parallel Mode headersJonathan Wakely4-26/+26
2019-09-30PR libstdc++/77936 remove unused variableJonathan Wakely1-2/+0
2019-05-02Fix markup for Parallel Mode docsJonathan Wakely1-10/+9
2019-01-03PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely2-2/+2
2019-01-01Update copyright years.Jakub Jelinek43-43/+43
2018-01-03Update copyright years.Jakub Jelinek43-43/+43
2017-01-01Update copyright years.Jakub Jelinek43-43/+43
2016-12-08PR71856 try to fix Parallel Mode assertions againJonathan Wakely1-1/+5
2016-09-25algo.h: Generalize usage of std::__iterator_category.François Dumont1-1163/+1004
2016-07-13libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely8-49/+52
2016-01-04Update copyright years.Jakub Jelinek43-43/+43
2015-01-05Update copyright years.Jakub Jelinek43-43/+43
2014-11-04numeric.h: Do not use default arguments in function template redeclarations (...Jonathan Wakely1-6/+3
2014-11-03algo.h: Do not use default arguments in function template redeclarations (def...Paolo Carlini1-23/+12
2014-06-14user.cfg.in (INPUT): Add C++14 headers.Jonathan Wakely1-3/+3
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford43-43/+43
2013-10-01algobase.h (mismatch, equal): Provide parallel version for N3671 overloads.François Dumont1-23/+142
2013-09-30algo.h (__find_switch): Use __binder2nd.Paolo Carlini1-1/+3
2013-09-27predefined_ops.h: New.François Dumont1-0/+35
2013-03-08memoryfwd.h: New.Benjamin Kosnik2-2/+2
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford43-44/+43
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek8-8/+8
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2-2/+2
2012-10-09re PR libstdc++/54754 ([parallel mode] 'make check-parallel' only works on x8...Jonathan Wakely1-127/+43
2012-09-29re PR libstdc++/34106 ([parallel mode] Atomic operations compatibility layer ...Jonathan Wakely1-169/+14
2012-02-13PR libstdc++/51798 continuedRichard Henderson1-6/+9
2012-02-10PR libstdc++/51798 continued.Benjamin Kosnik1-7/+10
2011-12-10user.cfg.in: Add macros, directories.Benjamin Kosnik1-0/+1
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik9-27/+26
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini5-11/+23
2011-05-03re PR libstdc++/48750 (for_each_template_random_access_ed has unbalanced new/...Paolo Carlini7-35/+77
2011-04-282011-04-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini7-66/+29
2011-04-28re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini7-29/+66
2011-04-24multiway_merge.h: Uglify equally_split and equally_split_point throughout.Paolo Carlini9-24/+24