Skip to content

Tracking geometry more THREAD SAFETY fixes and annotations

  • IGeometryProcessor interface and implementations rm un-needed const leading to const_cast
  • This allows a few more things to be marked as SAFE
  • At the same time the TestTools are mostly unsafe, enable the checker and mark them as such

Merge request reports