gcc/libstdc++-v3/include/parallel
Benjamin Kosnik ee1b5fc5e0 re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit)
2008-02-17  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/34797
	* include/parallel/settings.h (_Settings): Reconstruct Settings class
	here, uglify, remove anonymous namespace and static
	members. Convert to datum.	
	* include/parallel/types.h: Move Settings:: enumerations here, uglify.
	* src/parallel_settings.cc: New, definition for _Settings member
	functions.	
	* include/parallel/multiway_merge.h: Same.
	* include/parallel/for_each.h: Same.
	* include/parallel/workstealing.h: Same.
	* include/parallel/base.h: Same.
	* include/parallel/numeric
	* include/parallel/features.h: Same.
	* include/parallel/quicksort.h: Same.
	* include/parallel/equally_split.h: Same.
	* include/parallel/algorithmfwd.h: Same.
	* include/parallel/omp_loop_static.h: Same.
	* include/parallel/random_shuffle.h: Same.
	* include/parallel/balanced_quicksort.h: Same.
	* include/parallel/tags.h: Same.
	* include/parallel/multiway_mergesort.h: Same.
	* include/parallel/numericfwd.h: Same.
	* include/parallel/partition.h: Same.
	* include/parallel/partial_sum.h: Same.
	* include/parallel/find.h: Same.
	* include/parallel/algo.h: Same.
	* include/parallel/omp_loop.h: Same.
	* include/parallel/sort.h: Same.

	* src/Makefile.am (parallel_sources): Add parallel_settings.cc.
	* src/Makefile.in: Regenerate.
	
	* config/abi/pre/gnu.ver: Export _Settings::get and _Settings::set.

From-SVN: r132383
2008-02-18 00:00:00 +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 re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +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++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(false)) 2007-11-22 10:13:08 +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++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +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 multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes. 2008-01-10 02:07:41 +00:00
merge.h multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes. 2008-01-10 02:07:41 +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++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
multiway_mergesort.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +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 multiway_merge.h: Reformat to 80 columns; adjust some inline specifiers; other minor style fixes. 2008-01-10 02:07:41 +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++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
tags.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +00:00
types.h re PR libstdc++/34797 ([parallel mode] Settings are separated for each compilation unit) 2008-02-18 00:00:00 +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