summaryrefslogtreecommitdiff
path: root/src/common/assert.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/assert: rework ASSERT handling to avoid std::function usageGravatar Liam2022-06-131-7/+3
* common/assert: add unlikelyGravatar Liam2022-06-131-1/+1
* common: Don't test ASSERT conditions inlineGravatar Liam2022-06-131-3/+7
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-0/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* core: settings: Add setting for debug assertions and disable by default.Gravatar bunnei2021-04-141-2/+5
* common: Move assert failure handling into a cpp file.Gravatar Markus Wick2021-04-041-0/+11