Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Maintain a reverse index in instance vertices | Dan Goodliffe | 2024-06-30 |
| | | | | Removes need to search unused and/or index when moving/adding things | ||
* | Replace messy uasprintf with std::format | Dan Goodliffe | 2024-06-04 |
| | |||
* | Add helper for loading fixtures for data tests from fixture JSON | Dan Goodliffe | 2024-02-26 |
| | |||
* | Helper for testing integer vector approximations | Dan Goodliffe | 2023-12-09 |
| | |||
* | Increase BOOST_CHECK_CLOSE_VEC stream precision | Dan Goodliffe | 2023-11-03 |
| | | | | | Spent way too long trying to explain a test failure because the precision of the debug didn't show the differences. | ||
* | Fix up all the static analyzer warnings | Dan Goodliffe | 2023-01-08 |