2008-02-15 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 22:55:14 +0000 (22:55 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 22:55:14 +0000 (22:55 +0000)
commitd0a2fac21caf11796c3905c5149f1efd0d56d591
tree9f3bbe671a305300df03669d118aef62e91ed107
parent6b956f99210ee29085aa0428f5a42846a3f5a8d4
2008-02-15  Benjamin Kosnik  <bkoz@redhat.com>

* include/parallel/types.h: Move enum parallelism here.  Use
tr1/cstdint's int16_t, uint16_t, int32_t, uint32_t, int64_t,
uint64_t.
* include/parallel/multiseq_selection.h: Adjust for cstdint.
* include/parallel/compatibility.h: Same.
* include/parallel/tags.h: Just compile-time tags.
* include/parallel/base.h: Put namespace bits here.

* src/Makefile.am (PARALLEL_FLAGS): Use it.
* src/Makefile.in: Regenerate.

* testsuite/25_algorithms/nth_element/1.cc: Add test variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132354 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/parallel/base.h
libstdc++-v3/include/parallel/compatibility.h
libstdc++-v3/include/parallel/multiseq_selection.h
libstdc++-v3/include/parallel/random_number.h
libstdc++-v3/include/parallel/random_shuffle.h
libstdc++-v3/include/parallel/tags.h
libstdc++-v3/include/parallel/types.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/parallel_list.cc
libstdc++-v3/testsuite/25_algorithms/nth_element/1.cc