summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel
Commit message (Expand)AuthorAgeFilesLines
* partition.h (__parallel_partition): Improve scalability by...Johannes Singler2010-04-221-75/+71
* random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos...Johannes Singler2010-03-301-2/+8
* numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler2010-03-224-15/+27
* base.h (_PseudoSequence): Do not forward declare.Paolo Carlini2010-03-221-19/+7
* base.h (_Less): Use std::less.Paolo Carlini2010-03-222-41/+18
* stl_algo.h (shuffle): Add, per D3056.Paolo Carlini2010-03-192-4/+13
* re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x...Paolo Carlini2010-03-161-3/+5
* re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik2010-02-045-14/+14
* re PR libstdc++/42712 (search_n/iterator.cc times out in parallel-mode)Johannes Singler2010-01-192-8/+18
* base.h (__unary_negate): Correct comment.Johannes Singler2010-01-181-1/+1
* base.h (decode2): Rename to __decode2.Paolo Carlini2010-01-126-20/+20
* re PR libstdc++/42352 (-std=c++0x reference binding problem)Paolo Carlini2009-12-111-66/+72
* re PR libstdc++/42319 (incomplete type char_traits if parallel mode is active)Paolo Carlini2009-12-075-7/+6
* 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-099-96/+116
* user.cfg.in: Adjust includes.Benjamin Kosnik2009-11-0614-49/+50
* multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini2009-11-0627-5497/+5441
* multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini2009-11-058-1220/+1157
* multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini2009-11-042-1408/+1370
* re PR libstdc++/40852 ([parallel-mode] parallel sort run time increases ~10 f...Johannes Singler2009-10-281-21/+7
* for_each_selectors.h: Minor uglification and stylistic fixes.Paolo Carlini2009-10-131-31/+19
* numeric (__adjacent_difference_switch): Fix typo.Paolo Carlini2009-10-092-2/+2
* base.h: Take integer types from <tr1/cstdint>.Johannes Singler2009-10-026-78/+65
* for_each_selectors.h: Remove obsolete comment.Johannes Singler2009-09-281-1/+0
* 2009-09-25 Johannes Singler <singler@ira.uka.de>Johannes Singler2009-09-251-86/+1
* base.h: Comment on presence of min/max duplicates.Johannes Singler2009-09-251-4/+3
* partition.h (__parallel_nth_element): Correct comment.Johannes Singler2009-09-251-5/+4
* algo.h: Uglify internal identifiers; correct line breaks.Johannes Singler2009-09-247-21/+20
* base.h (_EqualFromLess): Move _Compare template parameter to the end as of ot...Johannes Singler2009-09-242-3/+2
* algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler2009-09-2323-315/+320
* algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler2009-09-1737-2119/+2309
* base.h: Correct some comments accidentally changed during uglification.Johannes Singler2009-09-1613-47/+47
* base.h (_EqualFromLess): Correct uglification of member variables and method ...Johannes Singler2009-09-1617-459/+459
* base.h (_PseudoSequenceIterator, [...]): Replace redundant _Self.Johannes Singler2009-09-166-57/+48
* algobase.h: Uglify internal identifiers.Johannes Singler2009-09-1640-7016/+7016
* 2009-09-11 Johannes Singler <singler@ira.uka.de>Johannes Singler2009-09-111-12/+7
* re PR libstdc++/39546 (parallel mode doesn't support implicit string conversion)Johannes Singler2009-05-061-2/+2
* settings.h (get): Mark const.Jan Hubicka2009-05-031-1/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0943-682/+425
* algorithmfwd.h: Add parallelism default for many declarations.Johannes Singler2009-02-035-26/+49
* cstdatomic: Remove assert include.Benjamin Kosnik2008-12-161-19/+1
* re PR libstdc++/37470 (parallel/base.h log2 conflicts with math.h)Johannes Singler2008-09-194-12/+12
* 2008-08-12 Johannes Singler <singler@ira.uka.de>Johannes Singler2008-08-121-1/+1
* find_selectors.h: Correct name for include guard #ifndef.Johannes Singler2008-07-1539-50/+49
* balanced_quicksort.h: (qsb_divide) Replace "*end" by "*(end - 1)" in assertion.Johannes Singler2008-07-101-4/+4
* random_shuffle.h: (sequential_random_shuffle) Copy data back.Johannes Singler2008-07-091-0/+3
* base.h (plus, multiplies): Use __typeof__, not typeof.Paolo Carlini2008-06-261-8/+8
* random_shuffle.h: (parallel_random_shuffle_drs) Get the actual number of thre...Johannes Singler2008-06-052-4/+5
* parallel_mode.xml: Documented the new choices, factoring out common tags.Johannes Singler2008-05-164-196/+347
* quicksort.h: (parallel_sort_qs_conquer) Explicitly request number of threads ...Johannes Singler2008-05-071-4/+1