aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/algo.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont1-53/+0
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-11-04libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]Jonathan Wakely1-0/+15
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-01Make some new algorithms work in parallel modeJonathan Wakely1-0/+5
2019-10-01Fix non-reserved names in Parallel Mode headersJonathan Wakely1-3/+3
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-09-25algo.h: Generalize usage of std::__iterator_category.François Dumont1-1163/+1004
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-03algo.h: Do not use default arguments in function template redeclarations (def...Paolo Carlini1-23/+12
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-09-30algo.h (__find_switch): Use __binder2nd.Paolo Carlini1-1/+3
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini1-5/+5
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-64/+64
2011-01-26numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler1-7/+7
2010-03-22numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler1-9/+13
2010-03-19stl_algo.h (shuffle): Add, per D3056.Paolo Carlini1-2/+6
2010-01-19re PR libstdc++/42712 (search_n/iterator.cc times out in parallel-mode)Johannes Singler1-7/+13
2010-01-12base.h (decode2): Rename to __decode2.Paolo Carlini1-2/+2
2009-09-24algo.h: Uglify internal identifiers; correct line breaks.Johannes Singler1-3/+3
2009-09-23algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler1-76/+76
2009-09-17algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler1-421/+406
2009-09-16base.h (_EqualFromLess): Correct uglification of member variables and method ...Johannes Singler1-4/+4
2009-09-16base.h (_PseudoSequenceIterator, [...]): Replace redundant _Self.Johannes Singler1-2/+2
2009-09-16algobase.h: Uglify internal identifiers.Johannes Singler1-1438/+1438
2009-05-06re PR libstdc++/39546 (parallel mode doesn't support implicit string conversion)Johannes Singler1-2/+2
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-06-05random_shuffle.h: (parallel_random_shuffle_drs) Get the actual number of thre...Johannes Singler1-1/+1
2008-04-23quicksort.h: Reformat,Johannes Singler1-739/+953
2008-02-18re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik1-52/+51
2008-01-15list_partition.h: Formatting fixes, inline tweaks.Paolo Carlini1-6/+5
2008-01-10multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini1-121/+81
2008-01-09iterator.h: Reformat to 80 columns; adjust some inline specifiers.Paolo Carlini1-1352/+1689
2007-10-06re PR libstdc++/33487 (parallel v3: more functions not in right namespace)Benjamin Kosnik1-314/+590
2007-09-11Add parallel mode.Johannes Singler1-0/+1585