Skip to content
Failed

Changes

Summary

  1. cmake: make install path configurable (#1174) (commit: 03f2007) (details)
  2. Reorganize geometry/ (#1173) (commit: 8fa4f21) (details)
  3. Add upper_bound kernel (#1170) (commit: 97fcbc2) (details)
Commit 03f2007512cde6b353e220a0514610f277f8313c by noreply
cmake: make install path configurable (#1174)

(commit: 03f2007)
The file was modifiedCMakeLists.txt (diff)
Commit 8fa4f213a57e02752935c5fcbe11e91444ae44d0 by noreply
Reorganize geometry/ (#1173)

* Reorganize geometry/

* Move functions from KDOP, Segment, Tetrahedron to corresponding geometry header files
(commit: 8fa4f21)
The file was modifiedsrc/interpolation/detail/ArborX_InterpDetailsCompactRadialBasisFunction.hpp (diff)
The file was modifiedsrc/spatial/detail/ArborX_BatchedQueries.hpp (diff)
The file was addedsrc/geometry/algorithms/ArborX_Centroid.hpp
The file was modifiedsrc/spatial/detail/ArborX_TreeTraversal.hpp (diff)
The file was addedsrc/geometry/algorithms/ArborX_Equals.hpp
The file was removedsrc/geometry/detail/ArborX_GeometryAlgorithms.hpp
The file was modifiedtest/tstKDOP.cpp (diff)
The file was addedsrc/geometry/algorithms/ArborX_TranslateAndScale.hpp
The file was modifiedsrc/spatial/detail/ArborX_SpaceFillingCurves.hpp (diff)
The file was modifiedsrc/geometry/ArborX_Ray.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_MutualReachabilityDistance.hpp (diff)
The file was modifiedsrc/distributed/detail/ArborX_DistributedTreeNearestHelpers.hpp (diff)
The file was addedsrc/geometry/algorithms/ArborX_Valid.hpp
The file was modifiedsrc/geometry/ArborX_KDOP.hpp (diff)
The file was modifiedsrc/spatial/detail/ArborX_Predicates.hpp (diff)
The file was modifiedtest/tstDetailsTreeConstruction.cpp (diff)
The file was modifiedtest/tstInterpDetailsCompactRadialBasisFunction.cpp (diff)
The file was modifiedsrc/geometry/ArborX_Segment.hpp (diff)
The file was modifiedtest/tstDetailsAlgorithms.cpp (diff)
The file was modifiedtest/ArborXTest_LegacyTree.hpp (diff)
The file was modifiedsrc/spatial/detail/ArborX_BruteForceImpl.hpp (diff)
The file was modifiedtest/tstBoostRangeAdapters.cpp (diff)
The file was modifiedsrc/geometry/ArborX_Tetrahedron.hpp (diff)
The file was addedsrc/geometry/algorithms/ArborX_Expand.hpp
The file was modifiedsrc/spatial/detail/ArborX_TreeConstruction.hpp (diff)
The file was modifiedtest/tstBoostGeometryAdapters.cpp (diff)
The file was addedsrc/geometry/algorithms/ArborX_Reducer.hpp
The file was addedsrc/geometry/algorithms/ArborX_Distance.hpp
The file was modifiedsrc/cluster/detail/ArborX_BoruvkaHelpers.hpp (diff)
The file was addedsrc/geometry/algorithms/ArborX_Intersects.hpp
The file was addedsrc/geometry/algorithms/ArborX_Convert.hpp
The file was modifiedsrc/spatial/detail/ArborX_PredicateHelpers.hpp (diff)
The file was modifiedtest/tstDetailsGeometryReducer.cpp (diff)
Commit 97fcbc202f438d4e9d6f340147489c1fed02c0c7 by noreply
Add upper_bound kernel (#1170)

* Add upper_bound kernel

* Move out KokkosExt tests out of DetailsUtils

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
(commit: 97fcbc2)
The file was modifiedsrc/kokkos_ext/ArborX_KokkosExtKernelStdAlgorithms.hpp (diff)
The file was modifiedtest/CMakeLists.txt (diff)
The file was modifiedtest/tstDetailsKokkosExtKernelStdAlgorithms.cpp (diff)