Thanksgiving 2020 Release
Pre-release
Pre-release
louis-langholtz
released this
29 Nov 21:30
·
876 commits
to master
since this release
Here's a summary of the commits that went into this release:
- Adds
==
and!=
support for joints. - Removes the following unnecessary and undesirable declarations:
JointType
alias,UnderlyingType
aliases,Voidify
class, and theVoidT
alias. - Adds
constexpr
to more constant declarations and recognizes more non throwing functions withnoexcept
. - Improves the underlying dynamic tree code to provide the strong exception guarantee more.
- Improves handling of
Joint
andShape
construction to provide better compile time messages for any missing required functionality. - Improves Doxygen documentation to provide better API documentation.
- Adds more unit test coverage.