Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace a few asserts with actual checks or ASSUME() | Chris Robinson | 2022-03-30 | 1 | -1/+2 |
| | |||||
* | Avoid using an if_constexpr macro | Chris Robinson | 2022-02-22 | 1 | -19/+34 |
| | | | | | It doesn't actually use if constexpr, and compilers are smart enough to optimize. Some functions can use templates instead. | ||||
* | Get rid of MathDefs | Chris Robinson | 2022-01-27 | 1 | -7/+7 |
| | |||||
* | Make a construct_at method amd use it | Chris Robinson | 2021-10-08 | 1 | -11/+10 |
| | |||||
* | Update some more includes | Chris Robinson | 2021-04-24 | 1 | -2/+2 |
| | |||||
* | Move hrtf.cpp/h to core | Chris Robinson | 2021-04-22 | 1 | -0/+1447 |