gcc/libstdc++-v3/include/parallel
Johannes Singler f9985df51b re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind())
2008-04-07  Johannes Singler  <singler@ira.uka.de>

         * include/parallel/multiway_merge.h:
           Moved decisions to compiletime instead of runtime.
         * include/parallel/losertree.h:
           Removed obsolete variants, added variant that uses pointers
           in the loser tree.
         * include/parallel/types.h:
           Remove obsolete settings options from enum.
         * include/parallel/features.h:
           Remove obsolete compile-time switches.
         * include/parallel/compiletime_settings.h:
           Remove obsolete variant that copies back *after* sorting.
         * include/parallel/tags.h:
           Add one new tag for compile-time switch.
         * include/parallel/merge.h:
           Adapt to changes in multiway_merge.h.
         * include/parallel/multiway_mergesort.h:
           Adapt to changes in multiway_merge.h.
           Factor out splitting variants.
           Remove obsolete variant that copies back *after* sorting.
         * include/parallel/sort.h:
           Adapt to changes in multiway_mergesort.h.
         * testsuite/25_algorithms/sort/35588.cc:
           Added test case from / for PR 35588.

From-SVN: r133975
2008-04-07 08:27:34 +00:00
..
algo.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
algobase.h list_partition.h: Formatting fixes, inline tweaks. 2008-01-15 02:06:31 +00:00
algorithm
algorithmfwd.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
balanced_quicksort.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
base.h run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
basic_iterator.h
checkers.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
compatibility.h re PR libstdc++/35221 (libstdc++ broken) 2008-02-17 15:46:30 +00:00
compiletime_settings.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
equally_split.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
features.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
find.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
find_selectors.h iterator.h: Reformat to 80 columns; adjust some inline specifiers. 2008-01-09 18:27:27 +00:00
for_each.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
for_each_selectors.h multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes. 2008-01-10 02:07:41 +00:00
iterator.h iterator.h: Reformat to 80 columns; adjust some inline specifiers. 2008-01-09 18:27:27 +00:00
list_partition.h list_partition.h: Formatting fixes, inline tweaks. 2008-01-15 02:06:31 +00:00
losertree.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
merge.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
multiseq_selection.h re PR libstdc++/35221 (libstdc++ broken) 2008-02-17 15:46:30 +00:00
multiway_merge.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
multiway_mergesort.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
numeric re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
numericfwd.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
omp_loop.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
omp_loop_static.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
par_loop.h multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes. 2008-01-10 02:07:41 +00:00
parallel.h
partial_sum.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
partition.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
queue.h multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes. 2008-01-10 02:07:41 +00:00
quicksort.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
random_number.h re PR libstdc++/35221 (libstdc++ broken) 2008-02-17 15:46:30 +00:00
random_shuffle.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
search.h multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes. 2008-01-10 02:07:41 +00:00
set_operations.h set_operations.h: Removed superfluous set_intersection. 2008-03-20 17:14:05 +00:00
settings.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
sort.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
tags.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
types.h re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
unique_copy.h list_partition.h: Formatting fixes, inline tweaks. 2008-01-15 02:06:31 +00:00
workstealing.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00