Skip to content

Commit

Permalink
Merge pull request #6 from jaredhoberock/master
Browse files Browse the repository at this point in the history
Final pre-Rapperswil changes, for real this time
  • Loading branch information
jaredhoberock committed May 20, 2014
2 parents 79f0510 + f09771b commit 937d719
Show file tree
Hide file tree
Showing 77 changed files with 2,667 additions and 10,737 deletions.
148 changes: 74 additions & 74 deletions algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,116 +174,116 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
<table is="cxx-table" id="tab.parallel.algorithms" class="list">
<caption>Table of parallel algorithms</caption>
<tr>
<td><ins>adjacent_difference</ins></td>
<td>adjacent_find</td>
<td>all_of</td>
<td>any_of</td>
<td><ins><code>adjacent_difference</code></ins></td>
<td><code>adjacent_find</code></td>
<td><code>all_of</code></td>
<td><code>any_of</code></td>
</tr>
<tr>
<td>copy</td>
<td>copy_if</td>
<td>copy_n</td>
<td>count</td>
<td><code>copy</code></td>
<td><code>copy_if</code></td>
<td><code>copy_n</code></td>
<td><code>count</code></td>
</tr>
<tr>
<td>count_if</td>
<td>equal</td>
<td>exclusive_scan</td>
<td>fill</td>
<td><code>count_if</code></td>
<td><code>equal</code></td>
<td><code>exclusive_scan</code></td>
<td><code>fill</code></td>
</tr>
<tr>
<td>fill_n</td>
<td>find</td>
<td>find_end</td>
<td>find_first_of</td>
<td><code>fill_n</code></td>
<td><code>find</code></td>
<td><code>find_end</code></td>
<td><code>find_first_of</code></td>
</tr>
<tr>
<td>find_if</td>
<td>find_if_not</td>
<td>for_each</td>
<td>for_each_n</td>
<td><code>find_if</code></td>
<td><code>find_if_not</code></td>
<td><code>for_each</code></td>
<td><code>for_each_n</code></td>
</tr>
<tr>
<td>generate</td>
<td>generate_n</td>
<td>includes</td>
<td>inclusive_scan</td>
<td><code>generate</code></td>
<td><code>generate_n</code></td>
<td><code>includes</code></td>
<td><code>inclusive_scan</code></td>
</tr>
<tr>
<td><ins>inner_product</ins></td>
<td>inplace_merge</td>
<td>is_heap</td>
<td>is_heap_until</td>
<td><ins><code>inner_product</code></ins></td>
<td><code>inplace_merge</code></td>
<td><code>is_heap</code></td>
<td><code>is_heap_until</code></td>
</tr>
<tr>
<td>is_partitioned</td>
<td>is_sorted</td>
<td>is_sorted_until</td>
<td>lexicographical_compare</td>
<td><code>is_partitioned</code></td>
<td><code>is_sorted</code></td>
<td><code>is_sorted_until</code></td>
<td><code>lexicographical_compare</code></td>
</tr>
<tr>
<td>max_element</td>
<td>merge</td>
<td>min_element</td>
<td>minmax_element</td>
<td><code>max_element</code></td>
<td><code>merge</code></td>
<td><code>min_element</code></td>
<td><code>minmax_element</code></td>
</tr>
<tr>
<td>mismatch</td>
<td>move</td>
<td>none_of</td>
<td>nth_element</td>
<td><code>mismatch</code></td>
<td><code>move</code></td>
<td><code>none_of</code></td>
<td><code>nth_element</code></td>
</tr>
<tr>
<td>partial_sort</td>
<td>partial_sort_copy</td>
<td>partition</td>
<td>partition_copy</td>
<td><code>partial_sort</code></td>
<td><code>partial_sort_copy</code></td>
<td><code>partition</code></td>
<td><code>partition_copy</code></td>
</tr>
<tr>
<td>reduce</td>
<td>remove</td>
<td>remove_copy</td>
<td>remove_copy_if</td>
<td><code>reduce</code></td>
<td><code>remove</code></td>
<td><code>remove_copy</code></td>
<td><code>remove_copy_if</code></td>
</tr>
<tr>
<td>remove_if</td>
<td>replace</td>
<td>replace_copy</td>
<td>replace_copy_if</td>
<td><code>remove_if</code></td>
<td><code>replace</code></td>
<td><code>replace_copy</code></td>
<td><code>replace_copy_if</code></td>
</tr>
<tr>
<td>replace_if</td>
<td>reverse</td>
<td>reverse_copy</td>
<td>rotate</td>
<td><code>replace_if</code></td>
<td><code>reverse</code></td>
<td><code>reverse_copy</code></td>
<td><code>rotate</code></td>
</tr>
<tr>
<td>rotate_copy</td>
<td>search</td>
<td>search_n</td>
<td>set_difference</td>
<td><code>rotate_copy</code></td>
<td><code>search</code></td>
<td><code>search_n</code></td>
<td><code>set_difference</code></td>
</tr>
<tr>
<td>set_intersection</td>
<td>set_symmetric_difference</td>
<td>set_union</td>
<td>sort</td>
<td><code>set_intersection</code></td>
<td><code>set_symmetric_difference</code></td>
<td><code>set_union</code></td>
<td><code>sort</code></td>
</tr>
<tr>
<td>stable_partition</td>
<td>stable_sort</td>
<td>swap_ranges</td>
<td>transform</td>
<td><code>stable_partition</code></td>
<td><code>stable_sort</code></td>
<td><code>swap_ranges</code></td>
<td><code>transform</code></td>
</tr>
<tr>
<td>uninitialized_copy</td>
<td>uninitialized_copy_n</td>
<td>uninitialized_fill</td>
<td>uninitialized_fill_n</td>
<td><code>uninitialized_copy</code></td>
<td><code>uninitialized_copy_n</code></td>
<td><code>uninitialized_fill</code></td>
<td><code>uninitialized_fill_n</code></td>
</tr>
<tr>
<td>unique</td>
<td>unique_copy</td>
<td><code>unique</code></td>
<td><code>unique_copy</code></td>
<td></td>
<td></td>
</tr>
Expand Down
14 changes: 0 additions & 14 deletions bower_components/core-action-icons/.bower.json

This file was deleted.

8 changes: 0 additions & 8 deletions bower_components/core-action-icons/README.md

This file was deleted.

Binary file removed bower_components/core-action-icons/action-icons.png
Binary file not shown.
Loading

0 comments on commit 937d719

Please sign in to comment.