summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/algobase.h
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-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-05-07libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-10-01Make some parallel mode algorithms usable in constexpr contextsJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
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-27predefined_ops.h: New.François Dumont
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2011-01-26numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-09algobase.h (equal): Call parallel variant for applicable overloads.François Dumont
2010-03-22numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler
2009-09-24base.h (_EqualFromLess): Move _Compare template parameter to the end as of ot...Johannes Singler
2009-09-23algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler
2009-09-17algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler
2009-09-16algobase.h: Uglify internal identifiers.Johannes Singler
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-07-15find_selectors.h: Correct name for include guard #ifndef.Johannes Singler
2008-01-15list_partition.h: Formatting fixes, inline tweaks.Paolo Carlini
2008-01-09iterator.h: Reformat to 80 columns; adjust some inline specifiers.Paolo Carlini
2008-01-01re PR libstdc++/34636 (Parallel sort fails)Paolo Carlini
2007-11-15re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini
2007-10-06re PR libstdc++/33487 (parallel v3: more functions not in right namespace)Benjamin Kosnik
2007-09-11Add parallel mode.Johannes Singler