Skip to content

OSI Query Library (osiql) v1.1.0

Noah Schick requested to merge nschick/osi-query-library-dev:v1.1.0 into main

Changes:

  • Add access to the localized intersection of moving/stationary objects with touched lanes
  • Remove CDT as a dependency
  • Improve global to local point conversion performance
  • Improve object localization performance
  • Improve query update performance
  • Move all template definitions to header files (.tpp) seperate from their declaration files (.h)
  • Fix bugs in a multitude of methods
  • Rename many types and enumeration values
  • Add inline (Doxygen) documentation
  • Update copyright headers in all modified files
  • Adjust .clang-format include order rules
  • Remove dead code
  • Improve test coverage

Merge request reports