Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark constructors noexcept as needed | Chris Robinson | 2023-12-15 | 1 | -3/+9 |
| | |||||
* | Catch a potential exception to free memory | Chris Robinson | 2023-12-15 | 1 | -3/+13 |
| | |||||
* | Remove unnecessary macro parameter lists | Chris Robinson | 2023-12-15 | 1 | -1/+1 |
| | |||||
* | Refactor FlexArray | Chris Robinson | 2023-12-10 | 1 | -0/+113 |
This avoids using an array of 1 as a flexible array member, and instead uses a span to reference the memory after itself. |