summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2017-07-11Merge pull request #5720 from JosJuice/file-metadataLeo Lam
2017-07-07LogManager: add SaveSettingsMichael Maltese
2017-07-07LogManager: make LogContainer a POD and don't allocateMichael Maltese
2017-07-07LogManager: remove per-container listenersMichael Maltese
2017-07-07LogManager: remove per-container verbositiesMichael Maltese
2017-07-07LogManager: clean up headerMichael Maltese
2017-07-07Merge pull request #5753 from ZirconiumX/masterLeo Lam
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2017-07-05Explain what Yes/No means in an assert windowDan Ravensloft
2017-07-05Replace StringFromInt with std::to_stringLéo Lam
2017-06-29FileUtil: Add a class for Exists/IsDirectory/GetSizeJosJuice
2017-06-28Fix DoFileSearch for non-ASCII extensions on WindowsJosJuice
2017-06-28Fix DoFileSearch for non-ASCII paths on WindowsJosJuice
2017-06-27Merge pull request #5706 from JosJuice/more-gamelist-speedup-followupshuffle2
2017-06-27FileSearch: Use strcasecmp in non-std codeJosJuice
2017-06-27Merge pull request #5705 from JosJuice/strerror-r-versionshuffle2
2017-06-27Merge pull request #5607 from leoetlino/logging-fixshuffle2
2017-06-27Try to make sure that we have the XSI version of strerror_rJosJuice
2017-06-26BlockingLoop: fix unhandled enum value warningMichael Maltese
2017-06-26Merge pull request #5694 from leoetlino/dolphin-drmLeo Lam
2017-06-26Merge pull request #5693 from JosJuice/filesearch-minor-changesshuffle2
2017-06-26Add CommonTitles.h for common Wii title IDsLéo Lam
2017-06-26FileSearch: Add a static_assert for the preferred separatorJosJuice
2017-06-26FileSearch: Check isDirectory in the non-Windows codeJosJuice
2017-06-26Merge pull request #5660 from shuffle2/unblock-blockingloopMarkus Wick
2017-06-25Change "blocking" BlockingLoop::Stop to give up and die after a timeout.Shawn Hoffman
2017-06-25Use CompareStringOrdinal in DoFileSearch instead of _wcsicmpShawn Hoffman
2017-06-25FileSearch: Remove unnecessary functionJosJuice
2017-06-24Merge pull request #5682 from MerryMage/SCMRevGenshuffle2
2017-06-24SCMRevGen: Use DisableFastUpToDateCheckMerryMage
2017-06-24Fix warningsTillmann Karras
2017-06-23replace DoFileSearch with optimized versionShawn Hoffman
2017-06-23DolphinWX: defer gamelist scanning and switch to single-file cache.Shawn Hoffman
2017-06-22Add function testing whether a bitmask is valid.Niels Boehm
2017-06-18Analytics: Set the timeout to 5 secondsLéo Lam
2017-06-18Merge pull request #5642 from lioncash/chronoLeo Lam
2017-06-18SysConf: Don't set "config done" flags by defaultLéo Lam
2017-06-18HttpRequest: Use std::chrono for indicating time periodsLioncash
2017-06-18Rewrite SysConf handlingLéo Lam
2017-06-17LogManager: Check if listener is valid before using itLéo Lam
2017-06-17Logging: Remove duplicated codeLéo Lam
2017-06-17Logging: Move verbosity setting code to LogManagerLéo Lam
2017-06-17File/IOFile: Check _tfopen_s properlySepalani
2017-06-16FileUtil: Use errno for printing errors in IsDirectoryLéo Lam
2017-06-16FileUtil: Don't manually strip trailing slashesLéo Lam
2017-06-15cmake/win32: add CompatPatchesShawn Hoffman
2017-06-15[windows]: Apply compatibility patches to problematic gamepad vibration drivers.Shawn Hoffman
2017-06-15Merge pull request #5611 from JosJuice/reorganize-file-namespaceLeo Lam
2017-06-15Add a namespace to OpenFStreamJosJuice
2017-06-15Move IOFile to a separate fileJosJuice