index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Assert.h
Age
Commit message (
Expand
)
Author
2025-09-19
Logging: Don't overwrite LDEBUG verbosity in Release builds
Dentomologist
2023-03-02
[[unlikely]] ASSERT
Minty-Meeo
2022-08-23
Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__`
Pokechu22
2022-01-09
Common/Assert: Actually use the ASSERT_MSG's log type parameter
Pokechu22
2022-01-09
Common/Assert: Switch to fmt
Pokechu22
2022-01-09
Common/Assert: Include the condition and function in the message
Pokechu22
2021-10-24
Convert LOG_TYPE and LOG_LEVELS to enum class
Pokechu22
2021-10-15
Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-08-23
Common/Assert: no longer needs special impl for msvc
Shawn Hoffman
2019-11-28
Common: Unify logging namespace with Common
Lioncash
2019-07-21
Remove duplicated "Ignore and countinue?"
Silent
2018-03-16
Assert: Remove unused parameter from DEBUG_ASSERT
Lioncash
2018-03-16
Assert: Wrap assertion macro bodies in do {} while (0)
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-08-13
Fix two small lint errors
Michael M
2017-07-05
Explain what Yes/No means in an assert window
Dan Ravensloft
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-11-20
Mark more strings for translation
JosJuice
2015-11-14
Remove uses of __DATE__ and __TIME__
James Cowgill
2015-09-26
Common: Move asserts to their own header
Lioncash