summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2026-02-15Common/BitUtils: Make SetBit constexpr.Jordan Woyak
2026-02-15Common: Add SetPlatformSocketOptions function and SEND_FLAGS constant to Netw...Jordan Woyak
2026-02-15Added Triforce supportcrediar
2026-02-13VideoCommon: Invert interaction between Arbitrary Mipmap Detection and GPU Te...Martino Fontana
2026-02-10ChunkFile: Prevent PointerWrap::Do(T&) from compiling with pointers.Jordan Woyak
2026-02-08Misc: fix compiler warning: implicit declaration of functionoltolm
2026-02-04Merge pull request #13768 from JosJuice/page-table-fastmem-2JMC47
2026-02-04UnitTests: Add PageTableHostMappingTestJosJuice
2026-02-04Core: Don't create page table mappings before R/C bits are setJosJuice
2026-02-03Merge pull request #13594 from jordan-woyak/state-cleanupsJordan Woyak
2026-02-01Common/MemArena: Add function for getting page sizeJosJuice
2026-01-31WGL: Correctly load wglDestroyPbufferARB extensionJoshua Vandaële
2026-01-25Merge pull request #14214 from JoshuaVandaele/cmake-nonbreaking-improvementsDentomologist
2026-01-25Remove unused importsMartino Fontana
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-23Merge pull request #13900 from JosJuice/jit-fma-double-roundingJosJuice
2026-01-19Common: Add TransferableSharedMutex class and unit tests.Jordan Woyak
2026-01-18JitRegister: Check Open return codeDentomologist
2026-01-18JitRegister: Verify IOFile IsGoodDentomologist
2026-01-18JitRegister: Fix IsEnabled when using VTune without perfDentomologist
2026-01-19Merge pull request #14290 from Dentomologist/jitregister_remove_redundant_ope...Admiral H. Curtiss
2026-01-18Jit: Implement error-free transformation for single-precision FMAJosJuice
2026-01-18Arm64Emitter: Fix Q bit of vector SHL/URSHR encodingJosJuice
2026-01-17Merge pull request #14267 from jordan-woyak/std-expectediwubcode
2026-01-17Merge pull request #14265 from JoshuaVandaele/std-unreachableiwubcode
2026-01-17JitRegister: Remove redundant check for open fileDentomologist
2026-01-17Merge pull request #14289 from Sintendo/typosJMC47
2026-01-17Merge pull request #14274 from JosJuice/jitregister-check-enabledJMC47
2026-01-17Merge pull request #14215 from Tilka/disasmJMC47
2026-01-17Common: Replace Result with C++23's std::expected.Jordan Woyak
2026-01-17c++23: Replace Common::Unreachable with std::unreachableJoshua Vandaële
2026-01-17Merge pull request #14268 from JoshuaVandaele/std-tounderlyingiwubcode
2026-01-17Merge pull request #14213 from cscd98/readvalueDentomologist
2026-01-17Fix various typos and spelling mistakesSintendo
2026-01-11Revert "Externals: Update zlib-ng to v2.3.2"Jordan Woyak
2026-01-11Merge pull request #14273 from JosJuice/x64-oparg-paddingJordan Woyak
2026-01-11Merge pull request #14229 from JoshuaVandaele/zlib-ngJMC47
2026-01-11JitRegister: Check IsEnabled before constructing stringJosJuice
2026-01-11x64Emitter: Reduce padding in OpArgJosJuice
2026-01-09c++23: Replace Common::ToUnderlying with std::to_underlyingJoshua Vandaële
2026-01-04mingw: move ReadValue instantiations in cpp for compatibilityCraig Carnell
2025-12-25Common: update Flags to allow const object usageiwubcode
2025-12-24Externals: Update zlib-ng to v2.3.2Joshua Vandaële
2025-12-23Merge pull request #14223 from jordan-woyak/wmreal-windows-device-enumerationJMC47
2025-12-23WindowsDevice: Add DeviceChangeNotification class.Jordan Woyak
2025-12-22Merge pull request #14174 from JoshuaVandaele/minizips-cmakeJMC47
2025-12-22Merge pull request #14154 from jordan-woyak/result-parameter-orderJMC47
2025-12-22Merge pull request #14056 from jordan-woyak/cached-blob-readerJMC47
2025-12-22Merge pull request #14016 from jordan-woyak/usbutils-CfgMgr32JMC47
2025-12-15StringUtils: Drop TabsToSpacesSintendo