1. 18 Apr, 2020 2 commits
  2. 17 Apr, 2020 12 commits
  3. 16 Apr, 2020 1 commit
  4. 15 Apr, 2020 3 commits
  5. 14 Apr, 2020 2 commits
  6. 13 Apr, 2020 7 commits
  7. 12 Apr, 2020 11 commits
  8. 11 Apr, 2020 2 commits
    • Stefan Behnel's avatar
      Update changelog. · 8ee6e86e
      Stefan Behnel authored
      8ee6e86e
    • Matthew Edwards's avatar
      Add partitioning and sorting operations to libcpp.algorithm (GH-3202) · 008bc53c
      Matthew Edwards authored
      * Add is_partitioned and partition to libcpp.algorithm
      * Add is_sorted and is_sorted_until to libcpp.algorithm
      * Add partition_copy, stable_partition, and partition_point to libcpp.algorithm
      * Move tests for sort and partial_sort into cpp_stl_algo_sorting_ops, add greater to libcpp.functional
      * Add partial_sort_copy to libcpp.algorithm
      * Add stable_sort to libcpp.algorithm
      * Add nth_element to libcpp.algorithm
      * Add missing except specifiers in libcpp.algorithm
      008bc53c