Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-06-14 | common/assert: rework ASSERT handling to avoid std::function usage | Liam | 1 | -7/+3 |
2022-06-14 | common/assert: add unlikely | Liam | 1 | -1/+1 |
2022-06-14 | common: Don't test ASSERT conditions inline | Liam | 1 | -3/+7 |
2022-06-14 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | 1 | -0/+5 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2021-04-15 | common: Move settings to common from core. | bunnei | 1 | -1/+1 |
2021-04-15 | core: settings: Add setting for debug assertions and disable by default. | bunnei | 1 | -2/+5 |
2021-04-04 | common: Move assert failure handling into a cpp file. | Markus Wick | 1 | -0/+11 |