summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/partition.h
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+5
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-031-1/+1
* partition.h (__parallel_partition): Improve scalability by...Johannes Singler2010-04-221-75/+71
* base.h (decode2): Rename to __decode2.Paolo Carlini2010-01-121-2/+2
* partition.h (__parallel_partition): Correctly initialize chunk size.Johannes Singler2009-11-191-5/+6
* multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate differ...Johannes Singler2009-11-091-5/+5
* multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini2009-11-061-361/+365
* partition.h (__parallel_nth_element): Correct comment.Johannes Singler2009-09-251-5/+4
* algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler2009-09-231-20/+20
* algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler2009-09-171-25/+30
* base.h: Correct some comments accidentally changed during uglification.Johannes Singler2009-09-161-1/+1
* algobase.h: Uglify internal identifiers.Johannes Singler2009-09-161-202/+202
* 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-1/+1
* re PR libstdc++/34797 ([parallel mode] Settings are separated for each compil...Benjamin Kosnik2008-02-181-8/+8
* auto_ptr.h: Fix comment typos.Ralf Wildenhues2008-01-311-1/+1
* multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; othe...Paolo Carlini2008-01-101-38/+50
* re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal...Johannes Singler2007-11-221-247/+273
* re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini2007-11-151-0/+1
* re PR libstdc++/33892 ([libstdc++ v3 parallel mode] Parallel mode algorithms ...Johannes Singler2007-11-021-16/+21
* re PR libstdc++/33489 (parallel v3: not default constructible issues)Benjamin Kosnik2007-10-081-3/+5
* for_each.h: Fixed comment/doxygen markup typos.Johannes Singler2007-09-171-1/+1
* Add parallel mode.Johannes Singler2007-09-111-0/+389