summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel
AgeCommit message (Expand)Author
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
2011-12-10user.cfg.in: Add macros, directories.Benjamin Kosnik
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini
2011-05-03re PR libstdc++/48750 (for_each_template_random_access_ed has unbalanced new/...Paolo Carlini
2011-04-282011-04-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2011-04-28re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini
2011-04-24multiway_merge.h: Uglify equally_split and equally_split_point throughout.Paolo Carlini
2011-02-11re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2011-01-26numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler
2011-01-24re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler