Skip to content
Failed

Changes

Summary

  1. Unify old and new interfaces in a single class (details)
  2. Provide BVH alias for both (details)
  3. Restore original tree type traits with a single template parameter (details)
Commit 677a26a9311da8fb1804d453e7aeaba5f3ce03b4 by Andrey Prokopenko
Unify old and new interfaces in a single class
The file was modified src/details/ArborX_DetailsLegacy.hpp (diff)
The file was modified examples/triangle_intersection/triangle_intersection.cpp (diff)
The file was modified src/ArborX_LinearBVH.hpp (diff)
The file was modified test/tstDetailsMutualReachabilityDistance.cpp (diff)
The file was modified src/ArborX_DBSCAN.hpp (diff)
The file was modified test/tstCompileOnlyTypeRequirements.cpp (diff)
The file was modified src/details/ArborX_MinimumSpanningTree.hpp (diff)
The file was modified benchmarks/brute_force_vs_bvh/brute_force_vs_bvh_timpl.hpp (diff)
The file was modified benchmarks/dbscan/ArborX_DBSCANVerification.hpp (diff)
The file was modified src/ArborX_BruteForce.hpp (diff)
The file was modified test/CMakeLists.txt (diff)
Commit 6516ac3dcc134d389a07c469ec236daf33db9d33 by Andrey Prokopenko
Provide BVH alias for both
The file was modified test/ArborXTest_TreeTypeTraits.hpp (diff)
The file was modified src/ArborX_LinearBVH.hpp (diff)
Commit d64e48152dd9733ac4b0b2ea48fca33a7879d077 by Andrey Prokopenko
Restore original tree type traits with a single template parameter
The file was modified test/CMakeLists.txt (diff)
The file was modified test/ArborXTest_TreeTypeTraits.hpp (diff)