summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/quicksort.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-04libstdc++: Fix some Parallel Mode testsuite failuresJonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
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-02-03Update copyright in libstdc++-v3.Richard Sandiford
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
2010-01-12base.h (decode2): Rename to __decode2.Paolo Carlini
2009-11-06multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini
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-05-07quicksort.h: (parallel_sort_qs_conquer) Explicitly request number of threads ...Johannes Singler
2008-04-23quicksort.h: Reformat,Johannes Singler
2008-02-18re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik
2008-01-10multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini
2008-01-01re PR libstdc++/34095 (parallel mode: segfault in std::sort)Paolo Carlini
2007-12-15partial_sum.h: Include new.Benjamin Kosnik
2007-11-28multiway_merge.h: Destruct only elements that were have been constructed before.Johannes Singler
2007-11-22re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal...Johannes Singler
2007-10-09PR libstdc++/33489 continued.Benjamin Kosnik
2007-09-17for_each.h: Fixed comment/doxygen markup typos.Johannes Singler
2007-09-11Add parallel mode.Johannes Singler