<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-gcc/libstdc++-v3/include/parallel, branch gcc-4_9_2-ppe42</title>
<subtitle>GCC for the PPE42</subtitle>
<id>https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42</id>
<link rel='self' href='https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/'/>
<updated>2014-01-02T22:30:10+00:00</updated>
<entry>
<title>Update copyright years in libstdc++-v3/</title>
<updated>2014-01-02T22:30:10+00:00</updated>
<author>
<name>rsandifo</name>
<email>rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-01-02T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=e5094b336f698f718ea8886cae439c42f4bc16cd'/>
<id>urn:sha1:e5094b336f698f718ea8886cae439c42f4bc16cd</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206301 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2013-10-01  François Dumont  &lt;fdumont@gcc.gnu.org&gt;</title>
<updated>2013-10-01T19:35:01+00:00</updated>
<author>
<name>fdumont</name>
<email>fdumont@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2013-10-01T19:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=ece877c53291c6abc0d4a177013e83d9d6087e98'/>
<id>urn:sha1:ece877c53291c6abc0d4a177013e83d9d6087e98</id>
<content type='text'>
	* include/parallel/algobase.h (mismatch, equal): Provide parallel
	version for N3671 overloads.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203082 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2013-09-30  Paolo Carlini  &lt;paolo.carlini@oracle.com&gt;</title>
<updated>2013-09-30T19:17:07+00:00</updated>
<author>
<name>paolo</name>
<email>paolo@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2013-09-30T19:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=afb24c08423ff482abd04d1a1690b9b2d6b441d2'/>
<id>urn:sha1:afb24c08423ff482abd04d1a1690b9b2d6b441d2</id>
<content type='text'>
	* include/parallel/algo.h (__find_switch): Use __binder2nd.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203040 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2013-09-27  François Dumont  &lt;fdumont@gcc.gnu.org&gt;</title>
<updated>2013-09-27T21:17:36+00:00</updated>
<author>
<name>fdumont</name>
<email>fdumont@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2013-09-27T21:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=d6afb2354ee741cf9eb0575beaf4849d5c28f875'/>
<id>urn:sha1:d6afb2354ee741cf9eb0575beaf4849d5c28f875</id>
<content type='text'>
	* include/bits/predefined_ops.h: New.
	* include/bits/stl_heap.h: Include &lt;bits/predefined_ops.h&gt;.
	(__is_heap_until, __push_heap, __adjust_heap, __pop_heap): Remove
	algo duplication.
	(__is_heap): Adapt.
	(__make_heap): New.
	(make_heap): Adapt to use latter.
	(__sort_heap): New.
	(sort_heap): Adapt to use latter.
	* include/bits/algobase.h: Include &lt;bits/predefined_ops.h&gt;.
	(__lexicographical_compare_impl): New.
	(__lexicographical_compare&lt;false&gt;::__lc): Adapt to use latter.
	(lexicographical_compare): Likewise.
	(__lower_bound): New.
	(lower_bound): Adapt to use latter.
	(equal): Use _GLIBCXX_STD_A::equal in N3671 overloads.
	(__mismatch): New.
	(mismatch): Use latter.
	* include/bits/algo.h: Include &lt;bits/predefined_ops.h&gt;. Remove
	&lt;functional&gt; include.
	(__move_median_first, __find, __find_if, __find_if_not): Remove
	algo duplication.
	(__find_end): Likewise.
	(__search_n): Rename into ...
	(__search_n_aux): ... this.
	(__search_n): Renew, use latter.
	(search_n): Use latter.
	(__search): New.
	(search): Use latter.
	(__find_end): Likewise.
	(__remove_copy_if): New.
	(remove_copy): Use latter.
	(__adjacent_find): New.
	(adjacent_find): Use latter.
	(__unique): New.
	(unique): Use latter.
	(__unique_copy): Remove algo duplication.
	(__stable_partition): New.
	(stable_partition): Use latter.
	(__heap_select): Remove algo duplication, use __make_heap.
	(__partial_sort): New, use latter.
	(partial_sort): Use latter.
	(__partial_sort_copy): New.
	(partial_sort_copy): Use latter.
	(__unguarded_linear_insert, __insertion_sort): Remove algo
	duplication.
	(__unguarded_insertion_sort, __final_insertion_sort): Likewise.
	(__unguarded_partition, __unguarded_partition_pivot): Likewise.
	(__partial_sort): New.
	(partial_sort): Use latter.
	(__sort): New.
	(sort): Use latter.
	(lower_bound): Use __lower_bound.
	(__upper_bound): New.
	(upper_bound): Use latter.
	(__equal_range): New.
	(equal_range): Use latter.
	(__move_merge_adaptive, __move_merge_adaptive_backward): Remove
	algo duplication.
	(__merge_adaptive, __merge_without_buffer): Likewise.
	(__inplace_merge): New.
	(inplace_merge): Use latter.
	(__move_merge, __merge_sort_loop, __chunk_insertion_sort): Remove
	algo duplication.
	(__merge_sort_with_buffer, __stable_sort_adaptive): Likewise.
	(__inplace_stable_sort): Likewise.
	(__include): New.
	(includes): Use latter.
	(__next_permutation): New.
	(next_permutation): Use latter.
	(__prev_permutation): New.
	(prev_permutation): Use latter.
	(__replace_copy_if): New.
	(replace_copy): Use latter.
	(__is_sorted_until): New.
	(is_sorted_unitl): Use latter.
	(__minmax_element): New.
	(minmax_element): Use latter.
	(__is_permutation): New.
	(is_permutation): Use latter.
	(__adjacent_find): New.
	(adjacent_find): Use latter.
	(__count_if): New.
	(count): Use latter.
	(count_if): Likewise.
	(__merge): New.
	(merge): Use latter.
	(__stable_sort): New.
	(stable_sort): Use latter.
	(__set_union): New.
	(set_union): Use latter.
	(__set_intersection): New.
	(set_intersection): Use latter.
	(__set_difference): New.
	(set_difference): Use latter.
	(__set_symmetric_difference): New.
	(set_symmetric_difference): Use latter.
	(__min_element): New.
	(min_element): Use latter.
	(__max_element): New.
	(max_element): Use latter.
	* include/Makefile.am: Add predefined_ops.h.
	* include/Makefile.in: Regenerate.
	* include/parallel/algobase.h (equal, mismatch): Add overloads
	from N3671.
	* testsuite/25_algorithms/is_permutation/vectorbool.cc: New.
	* testsuite/25_algorithms/adjacent_find/vectorbool.cc: Likewise.
	* testsuite/25_algorithms/find/vectorbool.cc: Likewise.
	* testsuite/25_algorithms/find_if/vectorbool.cc: Likewise.
	* testsuite/25_algorithms/find_first_of/vectorbool.cc: Likewise.
	* testsuite/25_algorithms/heap/vectorbool.cc: Likewise.
	* testsuite/25_algorithms/find_end/vectorbool.cc: Likewise.
	* testsuite/25_algorithms/find_if_not/vectorbool.cc: Likewise.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202992 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* include/bits/memoryfwd.h: New. Centralize forward declarations.</title>
<updated>2013-03-08T21:39:24+00:00</updated>
<author>
<name>bkoz</name>
<email>bkoz@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2013-03-08T21:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=5cf40b7e54256e2dd9b4abd82876a4b32bb28e97'/>
<id>urn:sha1:5cf40b7e54256e2dd9b4abd82876a4b32bb28e97</id>
<content type='text'>
	* include/bits/algorithmfwd.h: Consistent comments.
	* include/bits/localefwd.h: Same.
	* include/ext/vstring_fwd.h: Same.
	* include/parallel/algorithmfwd.h: Same.
	* include/parallel/numericfwd.h: Same.
	* include/std/iosfwd: Same.

	* include/bits/alloc_traits.h: Include memoryfwd.h, remove allocator
	forward decl.
	* include/ext/alloc_traits.h: Remove allocator forward decl.
	* include/bits/stl_construct.h: Same.
	* include/bits/stringfwd.h: Include memoryfwd.h, remove allocator
	forward decl. Consistent comments.

	* doc/doxygen/user.cfg.in (TEMPLATE_RELATIONS): To NO.

	* include/Makefile.am (bits_headers): Add memoryfwd.h.
	* include/Makefile.in: Regenerate.
	* configure: Same.

e enter the commit message for your changes. Lines starting

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196559 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Update copyright in libstdc++-v3.</title>
<updated>2013-02-03T17:54:05+00:00</updated>
<author>
<name>rsandifo</name>
<email>rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2013-02-03T17:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=95da0dc6f30722a5c46af68d1d6a24e7830b4b68'/>
<id>urn:sha1:95da0dc6f30722a5c46af68d1d6a24e7830b4b68</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195701 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Update Copyright years for files modified in 2011 and/or 2012.</title>
<updated>2013-01-04T12:49:55+00:00</updated>
<author>
<name>jakub</name>
<email>jakub@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2013-01-04T12:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=71e45bc23e1b15089ec18bc5dddafbd53bc6e7b3'/>
<id>urn:sha1:71e45bc23e1b15089ec18bc5dddafbd53bc6e7b3</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.</title>
<updated>2012-11-10T17:27:22+00:00</updated>
<author>
<name>jason</name>
<email>jason@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2012-11-10T17:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=0c8766b14373cdc13b9c966130ec877e0fa29865'/>
<id>urn:sha1:0c8766b14373cdc13b9c966130ec877e0fa29865</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193392 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	PR libstdc++/54754</title>
<updated>2012-10-09T08:16:13+00:00</updated>
<author>
<name>redi</name>
<email>redi@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2012-10-09T08:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=d821c19a8aa25cafe5ceb7ea0525076d2a79fd5a'/>
<id>urn:sha1:d821c19a8aa25cafe5ceb7ea0525076d2a79fd5a</id>
<content type='text'>
	* include/parallel/compatibility.h: Use atomic built-ins when they are
	lock-free.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192240 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	PR libstdc++/34106</title>
<updated>2012-09-29T17:58:34+00:00</updated>
<author>
<name>redi</name>
<email>redi@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2012-09-29T17:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=f1b96e591311cf5bf74e59d35ca89830ea55f592'/>
<id>urn:sha1:f1b96e591311cf5bf74e59d35ca89830ea55f592</id>
<content type='text'>
	* include/parallel/compatibility.h: Remove non-GCC code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191856 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
</feed>
