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
/
MsgHandler.h
Age
Commit message (
Expand
)
Author
2025-01-04
Common: Fix compile failure with fmt>=11
Ferdinand Bachmann
2022-09-23
Common: Add [[nodiscard]] to GetStringT().
Admiral H. Curtiss
2022-08-23
Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__`
Pokechu22
2022-07-09
Add a check for libfmt version so that in case libfmt-9 is used the function ...
Christopher Rudolph
2022-05-10
fmt: use make_format_args instead of make_args_checked
Shawn Hoffman
2022-01-13
Use fmt::runtime in FmtFormatT
Pokechu22
2022-01-09
Common/MsgHandler: Use caller's file and line number in log messages
Pokechu22
2022-01-09
Common/MsgHandler: Fix PanicAlertFmtT not actually being translated
Pokechu22
2022-01-09
Common/MsgHandler: Remove use of lambda, as it breaks __func__
Pokechu22
2022-01-09
Common/Assert: Actually use the ASSERT_MSG's log type parameter
Pokechu22
2022-01-09
Common/MsgHandler: Remove non-format variants of PanicAlert
Pokechu22
2021-08-29
Add an option to abort when a panic alert occurs
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-11-20
Common: Assert that translatable strings use positional arguments
JosJuice
2020-11-19
Common/MsgHandler: Add compile-time format string checks
Léo Lam
2020-11-09
Common/MsgHandler: Add fmt-capable variants of the alert macros
Lioncash
2020-10-19
Add helper function for fmt::format(GetStringT(...
JosJuice
2020-08-27
msvc: enable /Zc:preprocessor and make build compile cleanly
Shawn Hoffman
2020-06-29
Support the new MSVC preprocessor
JosJuice
2019-06-19
Common/MsgHandler: Namespace code within the Common namespace
Lioncash
2019-06-16
Common/MsgHandler: Convert type aliases over to using
Lioncash
2017-08-03
MsgHandler: small cleanup
Michael M
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-11-20
Mark more strings for translation
JosJuice
2015-06-24
Common: drop GEKKO define
Tillmann Karras
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre