Skip to content

v1.0.4

Compare
Choose a tag to compare
@zfergus zfergus released this 15 Aug 19:35
· 6 commits to main since this release

What's Changed

Switch to CPM and clean up code by @zfergus in #4.

Details

  • Switch from FetchContent to CPM
  • Use config.hpp instead of target_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 vertices
    • v_t[01] and f[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 from int to long
  • Add more doxygen comments
  • Add pbar and CLI11 to Tight_Inclusion_bin
  • Update README.md
  • Removed figures from the repo.

Full Changelog: v1.0.3...v1.0.4