summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/algobase.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
* algobase.h (mismatch, equal): Provide parallel version for N3671 overloads.François Dumont2013-10-011-23/+142
* predefined_ops.h: New.François Dumont2013-09-271-0/+35
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini2011-05-271-3/+2
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-11/+11
* numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler2011-01-261-2/+4
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* algobase.h (equal): Call parallel variant for applicable overloads.François Dumont2010-11-091-4/+2
* numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler2010-03-221-2/+8
* base.h (_EqualFromLess): Move _Compare template parameter to the end as of ot...Johannes Singler2009-09-241-1/+1
* algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler2009-09-231-12/+12
* algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler2009-09-171-103/+95
* algobase.h: Uglify internal identifiers.Johannes Singler2009-09-161-137/+137
* 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
* list_partition.h: Formatting fixes, inline tweaks.Paolo Carlini2008-01-151-3/+3
* iterator.h: Reformat to 80 columns; adjust some inline specifiers.Paolo Carlini2008-01-091-174/+189
* re PR libstdc++/34636 (Parallel sort fails)Paolo Carlini2008-01-011-14/+2
* re PR libstdc++/34105 (Confusing error message with missing #include <algorit...Paolo Carlini2007-11-151-31/+28
* re PR libstdc++/33487 (parallel v3: more functions not in right namespace)Benjamin Kosnik2007-10-061-29/+60
* Add parallel mode.Johannes Singler2007-09-111-0/+256