summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/balanced_quicksort.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONSJonathan Wakely2016-07-131-13/+16
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler2011-01-241-4/+4
* base.h (decode2): Rename to __decode2.Paolo Carlini2010-01-121-3/+3
* re PR libstdc++/42319 (incomplete type char_traits if parallel mode is active)Paolo Carlini2009-12-071-1/+1
* multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate differ...Johannes Singler2009-11-091-4/+5
* user.cfg.in: Adjust includes.Benjamin Kosnik2009-11-061-1/+1
* multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini2009-11-061-377/+376
* algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler2009-09-171-30/+45
* base.h (_EqualFromLess): Correct uglification of member variables and method ...Johannes Singler2009-09-161-3/+3
* algobase.h: Uglify internal identifiers.Johannes Singler2009-09-161-208/+208
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-16/+10
* find_selectors.h: Correct name for include guard #ifndef.Johannes Singler2008-07-151-3/+3
* balanced_quicksort.h: (qsb_divide) Replace "*end" by "*(end - 1)" in assertion.Johannes Singler2008-07-101-4/+4
* quicksort.h: Reformat,Johannes Singler2008-04-231-4/+4
* re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik2008-02-181-1/+1
* list_partition.h: Formatting fixes, inline tweaks.Paolo Carlini2008-01-151-5/+6
* multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini2008-01-101-15/+16
* iterator.h: Reformat to 80 columns; adjust some inline specifiers.Paolo Carlini2008-01-091-5/+5
* re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal...Johannes Singler2007-11-221-195/+217
* parallel_mode.html: Added reference to MCSTL.Johannes Singler2007-10-081-0/+8
* for_each.h: Fixed comment/doxygen markup typos.Johannes Singler2007-09-171-1/+1
* Add parallel mode.Johannes Singler2007-09-111-0/+451