summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Assert.h
AgeCommit message (Expand)Author
2025-09-19Logging: Don't overwrite LDEBUG verbosity in Release buildsDentomologist
2023-03-02[[unlikely]] ASSERTMinty-Meeo
2022-08-23Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__`Pokechu22
2022-01-09Common/Assert: Actually use the ASSERT_MSG's log type parameterPokechu22
2022-01-09Common/Assert: Switch to fmtPokechu22
2022-01-09Common/Assert: Include the condition and function in the messagePokechu22
2021-10-24Convert LOG_TYPE and LOG_LEVELS to enum classPokechu22
2021-10-15Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)Léo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-08-23Common/Assert: no longer needs special impl for msvcShawn Hoffman
2019-11-28Common: Unify logging namespace with CommonLioncash
2019-07-21Remove duplicated "Ignore and countinue?"Silent
2018-03-16Assert: Remove unused parameter from DEBUG_ASSERTLioncash
2018-03-16Assert: Wrap assertion macro bodies in do {} while (0)Lioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-08-13Fix two small lint errorsMichael M
2017-07-05Explain what Yes/No means in an assert windowDan Ravensloft
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-20Mark more strings for translationJosJuice
2015-11-14Remove uses of __DATE__ and __TIME__James Cowgill
2015-09-26Common: Move asserts to their own headerLioncash