Releases: Continuous-Collision-Detection/Tight-Inclusion
Releases · Continuous-Collision-Detection/Tight-Inclusion
v1.0.6
What's Changed
- Update continuous.yml by @zfergus in #7
- Add avx512 checks by @sin3point14 in #6
New Contributors
- @sin3point14 made their first contribution in #6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
Switch to CPM and clean up code by @zfergus in #4.
Details
- Switch from FetchContent to CPM
- Use
config.hppinstead oftarget_compile_definitions - Rename CMake options and add
TightInclusionOptions.cmake.sample - Add
spdlogdependency for logging error messages - Rename parameters:
e[ab][01]_t[01]for edge-edge verticesv_t[01]andf[012]_t[01]for vertex-face vertices[abcd]_t[01]for generic vertices
- Add generic CCD function that uses
if constexprfor VF and EE parts - Changed
max_itrtype frominttolong - Add more doxygen comments
- Add
pbarandCLI11to Tight_Inclusion_bin - Update
README.md - Removed figures from the repo.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Handled divisions by zero in tolerances to avoid arithmetic expression.
Full Changelog: v1.0.2...v1.0.3