Releases: Continuous-Collision-Detection/Tight-Inclusion
Releases · Continuous-Collision-Detection/Tight-Inclusion
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.hpp
instead oftarget_compile_definitions
- Rename CMake options and add
TightInclusionOptions.cmake.sample
- Add
spdlog
dependency 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 constexpr
for VF and EE parts - Changed
max_itr
type fromint
tolong
- Add more doxygen comments
- Add
pbar
andCLI11
to 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