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