master
Rename all variables for strict camel-casing of abbreviations
Order and group all `#include`s with Clang Format
Convert all `dbg_assert(false, …)` to `dbg_assert_failed(…)`
Consistently rename `FileName` variables to `Filename`
Show which column threw the error