summaryrefslogtreecommitdiffstats
path: root/src/common/assert.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* assert/logging: Stop the logging thread and flush the backends before crashingFearlessTobi2023-12-261-0/+3
* common/assert: rework ASSERT handling to avoid std::function usageLiam2022-06-141-7/+3
* common/assert: add unlikelyLiam2022-06-141-1/+1
* common: Don't test ASSERT conditions inlineLiam2022-06-141-3/+7
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-0/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* core: settings: Add setting for debug assertions and disable by default.bunnei2021-04-151-2/+5
* common: Move assert failure handling into a cpp file.Markus Wick2021-04-041-0/+11