summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MsgHandler.h
AgeCommit message (Expand)Author
2025-01-04Common: Fix compile failure with fmt>=11Ferdinand Bachmann
2022-09-23Common: Add [[nodiscard]] to GetStringT().Admiral H. Curtiss
2022-08-23Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__`Pokechu22
2022-07-09Add a check for libfmt version so that in case libfmt-9 is used the function ...Christopher Rudolph
2022-05-10fmt: use make_format_args instead of make_args_checkedShawn Hoffman
2022-01-13Use fmt::runtime in FmtFormatTPokechu22
2022-01-09Common/MsgHandler: Use caller's file and line number in log messagesPokechu22
2022-01-09Common/MsgHandler: Fix PanicAlertFmtT not actually being translatedPokechu22
2022-01-09Common/MsgHandler: Remove use of lambda, as it breaks __func__Pokechu22
2022-01-09Common/Assert: Actually use the ASSERT_MSG's log type parameterPokechu22
2022-01-09Common/MsgHandler: Remove non-format variants of PanicAlertPokechu22
2021-08-29Add an option to abort when a panic alert occursLéo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-11-20Common: Assert that translatable strings use positional argumentsJosJuice
2020-11-19Common/MsgHandler: Add compile-time format string checksLéo Lam
2020-11-09Common/MsgHandler: Add fmt-capable variants of the alert macrosLioncash
2020-10-19Add helper function for fmt::format(GetStringT(...JosJuice
2020-08-27msvc: enable /Zc:preprocessor and make build compile cleanlyShawn Hoffman
2020-06-29Support the new MSVC preprocessorJosJuice
2019-06-19Common/MsgHandler: Namespace code within the Common namespaceLioncash
2019-06-16Common/MsgHandler: Convert type aliases over to usingLioncash
2017-08-03MsgHandler: small cleanupMichael M
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-20Mark more strings for translationJosJuice
2015-06-24Common: drop GEKKO defineTillmann Karras
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre