summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2022-01-09Common: Create HRWrapPokechu22
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
2022-01-09Common/Assert: Switch to fmtPokechu22
2022-01-09Common/Assert: Include the condition and function in the messagePokechu22
2022-01-06Android: Mark s_android_send_report as staticJosJuice
2022-01-06Merge pull request #10338 from Pokechu22/natvis-improvementsMai M
2022-01-04Merge pull request #9414 from DevJPM/masterJMC47
2022-01-02Create EnumMap natvisPokechu22
2022-01-02Improve BitField natvisPokechu22
2022-01-01Common: Remove MD5.hPokechu22
2022-01-01Replace remaining uses of zlib crc32 with Common/Hash.hPokechu22
2022-01-01Common: Merge CRC32.h into Hash.hPokechu22
2022-01-01Merge pull request #10241 from AdmiralCurtiss/user-dir-consistencyLéo Lam
2021-12-29Merge pull request #10277 from AdmiralCurtiss/memarena-cleanupJMC47
2021-12-25Config: Allow unregistering callbacks.Admiral H. Curtiss
2021-12-25Core: Make format of D_WIIROOT_IDX consistent with the rest of the user direc...Admiral H. Curtiss
2021-12-25Common/FileUtil: Ensure consistency for custom user paths.Admiral H. Curtiss
2021-12-25MemArena: Prepare interface for proper memory reservation.Admiral H. Curtiss
2021-12-25MemArena: Split into three separate files for each OS.Admiral H. Curtiss
2021-12-18Fifo analyzer: Display equations for color/alpha combinersPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-24Fix saving RGBA imagesPokechu22
2021-11-24Log libpng warnings and errorsPokechu22
2021-11-23Merge pull request #10143 from Pokechu22/png-compression-levelLéo Lam
2021-11-20Merge pull request #10055 from JosJuice/jitarm64-reuse-memoryJMC47
2021-11-20Fix CPU Core Count detection and Enable Parallel Shader CompilationDevJPM
2021-11-18Add option for setting the PNG zlib compression levelPokechu22
2021-11-17VideoCommon: Add signed version of BitfieldExtractPokechu22
2021-11-13Merge pull request #10208 from thatSteveFan/patch-1JosJuice
2021-11-11msvc: update to vs2022 and windows sdk 10.0.22000Shawn Hoffman
2021-11-08Minor comment fix in Matrix.cppthatSteveFan
2021-11-07Merge pull request #10169 from leoetlino/fmt-localtimeMai M
2021-11-06Arm64Emitter: Add FRINTI instructionMerry
2021-11-02Core: Fix a -Wshadow warning in gcc 11Emmanuel Gil Peyrot
2021-10-24Convert LOG_TYPE and LOG_LEVELS to enum classPokechu22
2021-10-24Create EnumMapPokechu22
2021-10-24CommonPaths: Add a Riivolution subfolder in Load.Admiral H. Curtiss
2021-10-23Common/FileUtil: Fix incorrect (32-bit) stat struct being used on Windows, wh...Admiral H. Curtiss
2021-10-15Use fmt::localtime instead of thread-unsafe std::localtimeLéo Lam
2021-10-15Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)Léo Lam
2021-10-13Arm64Emitter: Check end of allocated space when emitting codeJosJuice
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-10-13IOFile: Add std::array functionsPokechu22
2021-10-13Merge pull request #10118 from lioncash/messageidLéo Lam
2021-10-11Merge pull request #9884 from JosJuice/jitarm64-paired-loadstore-addrJMC47
2021-10-02Fix AbortOnPanicAlert with PanicAlertFmtPokechu22