summaryrefslogtreecommitdiff
path: root/src/common/assert.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-13common/assert: rework ASSERT handling to avoid std::function usageGravatar Liam1-7/+3
2022-06-13common/assert: add unlikelyGravatar Liam1-1/+1
2022-06-13common: Don't test ASSERT conditions inlineGravatar Liam1-3/+7
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam1-0/+5
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
2021-04-14core: settings: Add setting for debug assertions and disable by default.Gravatar bunnei1-2/+5
2021-04-04common: Move assert failure handling into a cpp file.Gravatar Markus Wick1-0/+11