gcc/libstdc++-v3/include/parallel
Johannes Singler 52fe3d5bee numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel instead of _GLIBCXX_STD_P to...
2011-01-26  Johannes Singler  <singler@kit.edu>

        * include/parallel/numeric (inner_product, partial_sum):
        Qualify subsequent call with __gnu_parallel instead of
        _GLIBCXX_STD_P to reenable parallel execution without ambiguity.
        * include/parallel/algobase.h (equal): Likewise.
        * include/parallel/algo.h (find_first_of, search_n, merge,
        nth_element, partial_sort, max_element, min_element): Likewise.
        * testsuite/25_algorithms/headers/algorithm/
        parallel_algorithm_mixed1.cc (main): Add respective test cases.
        * testsuite/25_algorithms/headers/algorithm/
        parallel_algorithm_mixed2.cc (main): Likewise.
        * testsuite/26_numerics/headers/numeric/
        parallel_numeric_mixed1.cc (main): Likewise.
        * testsuite/26_numerics/headers/numeric/
        parallel_numeric_mixed2.cc (main): Likewise.

From-SVN: r169280
2011-01-26 09:18:48 +00:00
..
algo.h numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel instead of _GLIBCXX_STD_P to... 2011-01-26 09:18:48 +00:00
algobase.h numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel instead of _GLIBCXX_STD_P to... 2011-01-26 09:18:48 +00:00
algorithm Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
algorithmfwd.h stl_algo.h (shuffle): Add, per D3056. 2010-03-19 10:36:57 +00:00
balanced_quicksort.h re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely) 2011-01-24 17:07:35 +00:00
base.h base.h (min, max): Mark inline. 2010-06-13 15:44:51 +00:00
basic_iterator.h c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
checkers.h re PR libstdc++/42319 (incomplete type char_traits if parallel mode is active) 2009-12-07 14:27:59 +00:00
compatibility.h re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x86_64 -m32) 2010-03-16 23:01:28 +00:00
compiletime_settings.h algobase.h: Uglify internal identifiers. 2009-09-16 09:47:25 +00:00
equally_split.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
features.h algobase.h: Uglify internal identifiers. 2009-09-16 09:47:25 +00:00
find.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
find_selectors.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
for_each.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
for_each_selectors.h for_each_selectors.h: Minor uglification and stylistic fixes. 2009-10-13 14:57:28 +00:00
iterator.h algobase.h: Replace tabs by spaces; correct line breaks. 2009-09-17 08:42:39 +00:00
list_partition.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
losertree.h re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely) 2011-01-24 17:07:35 +00:00
merge.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
multiseq_selection.h c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
multiway_merge.h re PR libstdc++/47437 (libstdc++ parallel mode: multiway_merge does not compile) 2011-01-24 16:44:30 +00:00
multiway_mergesort.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
numeric numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel instead of _GLIBCXX_STD_P to... 2011-01-26 09:18:48 +00:00
numericfwd.h algobase.h: Uglify internal identifiers; correct line breaks. 2009-09-23 08:09:50 +00:00
omp_loop.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
omp_loop_static.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
par_loop.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
parallel.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
partial_sum.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
partition.h re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely) 2011-01-24 17:07:35 +00:00
queue.h base.h (decode2): Rename to __decode2. 2010-01-12 00:51:50 +00:00
quicksort.h base.h (decode2): Rename to __decode2. 2010-01-12 00:51:50 +00:00
random_number.h user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
random_shuffle.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
search.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
set_operations.h Uglify C++ headers some more. 2010-09-19 09:44:24 +00:00
settings.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
sort.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
tags.h multiway_merge.h: Simple formatting and uglification fixes. 2009-11-06 11:39:35 +00:00
types.h base.h: Take integer types from <tr1/cstdint>. 2009-10-02 07:47:48 +00:00
unique_copy.h multiway_merge.h (multiway_merge_*, [...]): Replace int by appropriate difference_type (typedef to _SeqNumber) or _ThreadIndex. 2009-11-09 16:36:59 +00:00
workstealing.h re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00