summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2024-10-27Merge pull request #12744 from nlebeck/settingshandler-split-2JMC47
2024-10-27Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewriteJMC47
2024-10-21Split `SettingsHandler` into separate reader and writer classesNiel Lebeck
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-10-19Move UICommon/Disassembler to Common/HostDisassemblermitaclaw
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-11Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-findTilka
2024-10-10C++20: Synthesize `operator!=` From `operator==`mitaclaw
2024-10-10Modernize `std::find` with rangesmitaclaw
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-10-10Modernize `std::replace` with rangesmitaclaw
2024-10-10Modernize `std::transform` with rangesmitaclaw
2024-10-10Modernize `std::copy` with rangesmitaclaw
2024-10-10Modernize `std::count_if` with rangesmitaclaw
2024-10-09Simplify `std::fill` with `std::array::fill`mitaclaw
2024-09-26Merge pull request #13068 from mitaclaw/redundant-case-insensitiveJMC47
2024-09-22StringUtil: Remove `JoinStrings`mitaclaw
2024-09-21IniFile: Migrate `Common::CaseInsensitiveLess` to StringUtilmitaclaw
2024-08-31Merge pull request #13031 from parona-source/libfmt-11Admiral H. Curtiss
2024-08-22TypeUtils: Remove Common::Fillmitaclaw
2024-08-22Add support for libfmt-11Alfred Wingate
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-08-17Merge pull request #12889 from mitaclaw/constexpr-bitutils-1Tilka
2024-08-16BitUtils: Constexpr BitCastToArray, Remove BitCastFromArraymitaclaw
2024-08-15UICommon: Remove Steam user directory logicOatmealDome
2024-08-14Merge pull request #12990 from tygyh/Use-contains-methodTilka
2024-08-14Use 'contains' methodDr. Dystopia
2024-08-13Fix commentsDr. Dystopia
2024-08-07Merge pull request #12957 from Dentomologist/adjust_include_order_and_spacingTilka
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-07-23Cached Interpreter 2.0mitaclaw
2024-07-21Emitters: Define Trivial Getters Inlinemitaclaw
2024-07-21Change OperandDesc variables to not be underscore-prefixed in order to comply...SimoneN64
2024-07-07Implement File::GetExePath() for FreeBSDAdmiral H. Curtiss
2024-07-04Common/Crypto/SHA1: Use span and string_view for Context::Update()Admiral H. Curtiss
2024-07-04AchievementManager: Cache Badges on DiskLillyJadeKatrin
2024-07-04Common/Crypto/SHA1: Add DigestToString() utility functionLillyJadeKatrin
2024-06-29ScmRevGen: Set commits ahead to zero when on a tagOatmealDome
2024-06-15Merge pull request #12798 from mitaclaw/branch-watch-tool-fixes-2Admiral H. Curtiss
2024-06-15Merge pull request #12818 from iwubcode/json_file_operationsAdmiral H. Curtiss
2024-06-15Merge pull request #12838 from sepalani/sock-reshadeAdmiral H. Curtiss
2024-06-11Socket: Fix connect issues when using ReShadeSepalani
2024-06-10Merge pull request #12830 from VampireFlower/aliasesAdmiral H. Curtiss
2024-06-06r32 doesn't existVampireFlower
2024-06-06handle sp and rtoc as GPR aliasesVampireFlower
2024-06-05BranchWatchTableModel: Assume Unreachable Code Truly Ismitaclaw
2024-06-04FatFsUtil: Generate a non-partitioned image in our folder-to-sdcard conversion.Jordan Woyak
2024-06-03Add user agent to headers for all RetroAchievements server callsLillyJadeKatrin
2024-05-31Common: add JsonUtil cpp which was missed initiallyiwubcode
2024-05-31Common: update json util function for converting to numeric value to use a st...iwubcode