summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2020-12-28BitUtils: Fix uint64_t gcc compile (Linux)iWeaker4you
2020-12-27BitUtils: Add CountLeadingZerosMerryMage
2020-12-26Merge pull request #9360 from Minty-Meeo/osreport-splitLéo Lam
2020-12-24Split OSREPORT logging typeMinty-Meeo
2020-12-24Core: Add new Free Look settings and configiwubcode
2020-12-20MemoryUtil: Use HW_PHYSMEM64 sysctl in MemPhysicalMerryMage
2020-12-19Merge pull request #9332 from leoetlino/warning-fixesLC
2020-12-19Merge pull request #9339 from AdmiralCurtiss/utf8-libpngLC
2020-12-20Common: Write PNGs in two steps to allow Unicode target paths.Admiral H. Curtiss
2020-12-19Common/LinearDiskCache: Handle truncated shadercache files.Admiral H. Curtiss
2020-12-19Common/LinearDiskCache: Use unique_ptr instead of new/delete.Admiral H. Curtiss
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-12-15Add NetBSD supportDavid Carlier
2020-12-12Add caching to Config::InfoJosJuice
2020-12-11Turn Config::Info into a class with gettersJosJuice
2020-12-11Merge pull request #9289 from AdmiralCurtiss/simple-png-api-writeLéo Lam
2020-12-11Merge pull request #9307 from Dentomologist/add-deleted-file-missing-warning-...Léo Lam
2020-12-10Merge pull request #9221 from JosJuice/android-saf-sd-cardJMC47
2020-12-05Add warning flags to File deletion functionsDentomologist
2020-12-03Change File::DeleteDir return valueDentomologist
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-27Merge pull request #9283 from JosJuice/config-get-speedupLéo Lam
2020-11-26Common: Add SavePNG() function that writes PNGs using the simplified libpng API.Admiral H. Curtiss
2020-11-26Merge pull request #9250 from Dentomologist/fix-fst-errorLéo Lam
2020-11-25Fix file rename errors on WindowsDentomologist
2020-11-25Common: Optimize Config::GetJosJuice
2020-11-25IOFile: Add WriteString() method to replace fprintf string writing.Admiral H. Curtiss
2020-11-21Fix -Wsign-compare warningsLéo Lam
2020-11-20Common: Assert that translatable strings use positional argumentsJosJuice
2020-11-20Merge pull request #9260 from leoetlino/fmt-checksLéo Lam
2020-11-20Merge pull request #9239 from altimumdelta/FFDUMP_Separate_LoggingLéo Lam
2020-11-19Common/MsgHandler: Add compile-time format string checksLéo Lam
2020-11-19Common: Validate the number of {} fields in format stringsLéo Lam
2020-11-19Common/Log: Check format stringsLéo Lam
2020-11-18Merge pull request #7714 from cristian64/avoid_leaking_gamelistmodelLéo Lam
2020-11-10FrameDump Logging: Separate log type and migrate to fmtaltimumdelta
2020-11-09Common/MsgHandler: Add fmt-capable variants of the alert macrosLioncash
2020-11-08CPUDetect: Indicate slow PDEP/PEXT only for Zen1/+/2 (Family 23)altimumdelta
2020-11-06Android: Make the handling of SAF open modes more robustJosJuice
2020-11-05Common/LinearDiskCache: Replace std::fstream with File::IOFileJosJuice
2020-10-29Common: Fix logger related crash when HTTP response is emptyThomas May
2020-10-28Source/Core/Common/Config/Config.cpp: add missing <mutex> includeSergei Trofimovich
2020-10-26FileUtil: Fix format stringLéo Lam
2020-10-23Common: Migrate logging to fmtLioncash
2020-10-21Common/Matrix: Allow TVec classes to be used in constexpr contextsLioncash
2020-10-21Merge pull request #9162 from jordan-woyak/quaternionLC
2020-10-21Merge pull request #9173 from lioncash/fmtlogLéo Lam
2020-10-21Common/Log: Add basic fmt-capable functions to the interface.Lioncash
2020-10-21Common: Move OSThreads into coreLioncash
2020-10-20Merge pull request #8318 from iwubcode/dynamic_input_texturesLéo Lam