aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel
AgeCommit message (Expand)AuthorFilesLines
2010-06-13base.h (min, max): Mark inline.Paolo Carlini2-7/+7
2010-06-082010-06-08 Johannes Singler <singler@kit.edu>Johannes Singler2-10/+14
2010-06-082010-06-08 Johannes Singler <singler@kit.edu>Johannes Singler1-3/+6
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini6-15/+14
2010-04-22partition.h (__parallel_partition): Improve scalability by...Johannes Singler1-75/+71
2010-03-30random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos...Johannes Singler1-2/+8
2010-03-22numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler4-15/+27
2010-03-22base.h (_PseudoSequence): Do not forward declare.Paolo Carlini1-19/+7
2010-03-22base.h (_Less): Use std::less.Paolo Carlini2-41/+18
2010-03-19stl_algo.h (shuffle): Add, per D3056.Paolo Carlini2-4/+13
2010-03-16re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x...Paolo Carlini1-3/+5
2010-02-04re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik5-14/+14
2010-01-19re PR libstdc++/42712 (search_n/iterator.cc times out in parallel-mode)Johannes Singler2-8/+18
2010-01-18base.h (__unary_negate): Correct comment.Johannes Singler1-1/+1
2010-01-12base.h (decode2): Rename to __decode2.Paolo Carlini6-20/+20
2009-12-11re PR libstdc++/42352 (-std=c++0x reference binding problem)Paolo Carlini1-66/+72
2009-12-07re PR libstdc++/42319 (incomplete type char_traits if parallel mode is active)Paolo Carlini5-7/+6
2009-11-19partition.h (__parallel_partition): Correctly initialize chunk size.Johannes Singler1-5/+6
2009-11-09multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate differ...Johannes Singler9-96/+116
2009-11-06user.cfg.in: Adjust includes.Benjamin Kosnik14-49/+50
2009-11-06multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini27-5497/+5441
2009-11-05multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini8-1220/+1157
2009-11-04multiway_merge.h: Simple formatting and uglification fixes.Paolo Carlini2-1408/+1370
2009-10-28re PR libstdc++/40852 ([parallel-mode] parallel sort run time increases ~10 f...Johannes Singler1-21/+7
2009-10-13for_each_selectors.h: Minor uglification and stylistic fixes.Paolo Carlini1-31/+19
2009-10-09numeric (__adjacent_difference_switch): Fix typo.Paolo Carlini2-2/+2
2009-10-02base.h: Take integer types from <tr1/cstdint>.Johannes Singler6-78/+65
2009-09-28for_each_selectors.h: Remove obsolete comment.Johannes Singler1-1/+0
2009-09-252009-09-25 Johannes Singler <singler@ira.uka.de>Johannes Singler1-86/+1
2009-09-25base.h: Comment on presence of min/max duplicates.Johannes Singler1-4/+3
2009-09-25partition.h (__parallel_nth_element): Correct comment.Johannes Singler1-5/+4
2009-09-24algo.h: Uglify internal identifiers; correct line breaks.Johannes Singler7-21/+20
2009-09-24base.h (_EqualFromLess): Move _Compare template parameter to the end as of ot...Johannes Singler2-3/+2
2009-09-23algobase.h: Uglify internal identifiers; correct line breaks.Johannes Singler23-315/+320
2009-09-17algobase.h: Replace tabs by spaces; correct line breaks.Johannes Singler37-2119/+2309
2009-09-16base.h: Correct some comments accidentally changed during uglification.Johannes Singler13-47/+47
2009-09-16base.h (_EqualFromLess): Correct uglification of member variables and method ...Johannes Singler17-459/+459
2009-09-16base.h (_PseudoSequenceIterator, [...]): Replace redundant _Self.Johannes Singler6-57/+48
2009-09-16algobase.h: Uglify internal identifiers.Johannes Singler40-7016/+7016
2009-09-112009-09-11 Johannes Singler <singler@ira.uka.de>Johannes Singler1-12/+7
2009-05-06re PR libstdc++/39546 (parallel mode doesn't support implicit string conversion)Johannes Singler1-2/+2
2009-05-03settings.h (get): Mark const.Jan Hubicka1-1/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek43-682/+425
2009-02-03algorithmfwd.h: Add parallelism default for many declarations.Johannes Singler5-26/+49
2008-12-16cstdatomic: Remove assert include.Benjamin Kosnik1-19/+1
2008-09-19re PR libstdc++/37470 (parallel/base.h log2 conflicts with math.h)Johannes Singler4-12/+12
2008-08-122008-08-12 Johannes Singler <singler@ira.uka.de>Johannes Singler1-1/+1
2008-07-15find_selectors.h: Correct name for include guard #ifndef.Johannes Singler39-50/+49
2008-07-10balanced_quicksort.h: (qsb_divide) Replace "*end" by "*(end - 1)" in assertion.Johannes Singler1-4/+4
2008-07-09random_shuffle.h: (sequential_random_shuffle) Copy data back.Johannes Singler1-0/+3