Skip to content
Failed

Changes

Summary

  1. Remove deprecated code in ArborX_DetailsUtils.hpp (commit: 5c4d560) (details)
  2. Hide ArborX::PairIndexRank (#1156) (commit: 62f4f7b) (details)
  3. Get rid of APIv1 in DistributedTree (commit: 67c945c) (details)
Commit 5c4d560f2b2dd0489b03bae27ff63ae4c8de7eec by Andrey Prokopenko
Remove deprecated code in ArborX_DetailsUtils.hpp
(commit: 5c4d560)
The file was modifiedsrc/details/ArborX_DetailsUtils.hpp (diff)
Commit 62f4f7b98765dca944b82d001449be54c8d4ad61 by noreply
Hide ArborX::PairIndexRank (#1156)

* Hide ArborX::PairIndexRank

With APIv2, it is only used in tests. Unless we decide to expose it to a
user, but it may be pretty inconvenient, and I don't currently see a way
to easily produce such result without callbacks.
(commit: 62f4f7b)
The file was modifiedsrc/ArborX_DistributedTree.hpp (diff)
The file was modifiedexamples/distributed_tree/distributed_knn.cpp (diff)
The file was modifiedtest/ArborX_BoostRTreeHelpers.hpp (diff)
The file was removedsrc/details/ArborX_PairIndexRank.hpp
The file was modifiedtest/Search_UnitTestHelpers.hpp (diff)
The file was modifiedbenchmarks/distributed_tree_driver/distributed_tree_driver.cpp (diff)
The file was modifiedtest/tstDistributedTreeNearest.cpp (diff)
The file was modifiedtest/tstDistributedTreeSpatial.cpp (diff)
The file was addedtest/ArborXTest_PairIndexRank.hpp
The file was removedtest/boost_ext/ArborXPairIndexRankComparison.hpp
Commit 67c945c8b1523259f196d196a71da06f5d75b568 by Andrey Prokopenko
Get rid of APIv1 in DistributedTree
(commit: 67c945c)
The file was modifiedtest/Search_UnitTestHelpers.hpp (diff)
The file was modifiedsrc/ArborX_DistributedTree.hpp (diff)
The file was modifiedsrc/details/ArborX_DetailsDistributedTreeNearestHelpers.hpp (diff)
The file was modifiedsrc/details/ArborX_DetailsDistributedTreeSpatial.hpp (diff)
The file was modifiedtest/tstKokkosToolsDistributedAnnotations.cpp (diff)
The file was modifiedtest/tstDistributedTreeNearest.cpp (diff)
The file was modifiedtest/tstDistributedTreeSpatial.cpp (diff)