Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: a59f7c24384264c0f61fd877de8da0fb49b14bb7
      
https://github.com/STEllAR-GROUP/hpx/commit/a59f7c24384264c0f61fd877de8da0fb49b14bb7
  Author: srinivasyadav18 <[email protected]>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp

  Log Message:
  -----------
  Fix find_end parallel overload

Replaces typedef reference with auto.
Removes unused curr Iterator variable.
Uses mid and mid2 to check the whole subsequence.


  Commit: 1a3e1c78a251e471fa2d2e3d12389b6e3820c649
      
https://github.com/STEllAR-GROUP/hpx/commit/1a3e1c78a251e471fa2d2e3d12389b6e3820c649
  Author: srinivasyadav18 <[email protected]>
  Date:   2021-07-16 (Fri, 16 Jul 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findend.cpp

  Log Message:
  -----------
  Update find_end tests

Uses std::findend to compare the results
Removes unused variable count


  Commit: 6aba3f3c0871acdda2027a658289a6b40bdd2df3
      
https://github.com/STEllAR-GROUP/hpx/commit/6aba3f3c0871acdda2027a658289a6b40bdd2df3
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/parallelism/algorithms/tests/unit/algorithms/findend.cpp

  Log Message:
  -----------
  Merge pull request #5452 from srinivasyadav18/fix_findend

Fix find_end parallel overload


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0ca818f91438...6aba3f3c0871
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to