aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/partition.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
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-07-13libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely1-3/+3
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-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-01-24re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler1-5/+5
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-1/+1
2010-04-22partition.h (__parallel_partition): Improve scalability by...Johannes Singler1-75/+71
2010-01-12base.h (decode2): Rename to __decode2.Paolo Carlini1-2/+2
2009-11-19partition.h (__parallel_partition): Correctly initialize chunk size.Johannes Singler1-5/+6
2009-11-09multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate differ...Johannes Singler1-5/+5
2009-11-06multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini1-361/+365
2009-09-25partition.h (__parallel_nth_element): Correct comment.Johannes Singler1-5/+4
2009-09-23algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler1-20/+20
2009-09-17algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler1-25/+30
2009-09-16base.h: Correct some comments accidentally changed during uglification.Johannes Singler1-1/+1
2009-09-16algobase.h: Uglify internal identifiers.Johannes Singler1-202/+202
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-02-18re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik1-8/+8
2008-01-31auto_ptr.h: Fix comment typos.Ralf Wildenhues1-1/+1
2008-01-10multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini1-38/+50
2007-11-22re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal...Johannes Singler1-247/+273
2007-11-15re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini1-0/+1
2007-11-02re PR libstdc++/33892 ([libstdc++ v3 parallel mode] Parallel mode algorithms ...Johannes Singler1-16/+21
2007-10-08re PR libstdc++/33489 (parallel v3: not default constructible issues)Benjamin Kosnik1-3/+5
2007-09-17for_each.h: Fixed comment/doxygen markup typos.Johannes Singler1-1/+1
2007-09-11Add parallel mode.Johannes Singler1-0/+389