aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/algobase.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-02libstdc++: Fix broken _GLIBCXX_PARALLEL modeFrançois Dumont1-0/+1
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont1-2/+55
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-07libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely1-0/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-01Make some parallel mode algorithms usable in constexpr contextsJonathan Wakely1-1/+41
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-10-01algobase.h (mismatch, equal): Provide parallel version for N3671 overloads.François Dumont1-23/+142
2013-09-27predefined_ops.h: New.François Dumont1-0/+35
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini1-3/+2
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-11/+11
2011-01-26numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler1-2/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-09algobase.h (equal): Call parallel variant for applicable overloads.François Dumont1-4/+2
2010-03-22numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler1-2/+8
2009-09-24base.h (_EqualFromLess): Move _Compare template parameter to the end as of ot...Johannes Singler1-1/+1
2009-09-23algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler1-12/+12
2009-09-17algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler1-103/+95
2009-09-16algobase.h: Uglify internal identifiers.Johannes Singler1-137/+137
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-16/+10
2008-07-15find_selectors.h: Correct name for include guard #ifndef.Johannes Singler1-1/+1
2008-01-15list_partition.h: Formatting fixes, inline tweaks.Paolo Carlini1-3/+3
2008-01-09iterator.h: Reformat to 80 columns; adjust some inline specifiers.Paolo Carlini1-174/+189
2008-01-01re PR libstdc++/34636 (Parallel sort fails)Paolo Carlini1-14/+2
2007-11-15re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini1-31/+28
2007-10-06re PR libstdc++/33487 (parallel v3: more functions not in right namespace)Benjamin Kosnik1-29/+60
2007-09-11Add parallel mode.Johannes Singler1-0/+256