summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
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
2025-12-12GekkoDisassembler: drop unsupported opcodesTillmann Karras
2025-12-12GekkoDisassembler: fix ps_sel operandsTillmann Karras
2025-12-12GekkoDisassembler: fix conditional twi opcodeTillmann Karras
2025-12-11CMake: Only copy build_info.txt if autoupdate is enabledJoshua Vandaële
2025-12-10mingw: use reinterpret_cast for function→void* conversion to satisfy C++ st...Craig Carnell
2025-11-29Windows/DirectIOFile: Don't request DELETE access for read-only OpenDentomologist
2025-11-27Use minizip-ng's CMakeLists instead of relying on our own implementationJoshua Vandaële
2025-11-23MemArena/LazyMemoryRegion: Add EnsureMemoryPagesWritable function to ensure a...Jordan Woyak
2025-11-23Merge pull request #14142 from JosJuice/directiofile-cant-create-safJosJuice
2025-11-23Merge pull request #14148 from jordan-woyak/hookable-event-add-remove-inside-...Jordan Woyak
2025-11-22Merge pull request #14128 from jordan-woyak/fix-run-on-object-raceJosJuice
2025-11-21Common/Result: Swap order of template parameters to match C++26's std::expect...Jordan Woyak
2025-11-21HookableEvent: Allow hooks to be added and removed from within a Trigger call...Jordan Woyak
2025-11-18Common: Treat DirectIOFile as unable to create SAF filesJosJuice
2025-11-18Common: Introduce a OneShotEvent class. Unlike Common::Event, OneShotEvent is...Jordan Woyak
2025-11-18Common/Functional: Add InvokerOf template which can convert function pointers...Jordan Woyak
2025-11-18Common/ScopeGuard: Fix move constructor.Jordan Woyak
2025-11-15Common/BitField: Silence two warnings:Jordan Woyak
2025-11-10Merge pull request #14052 from jordan-woyak/DirectIOFileJordan Woyak
2025-11-10Merge pull request #13875 from JosJuice/jitarm64-orr-base-without-mirrorJosJuice
2025-11-09Merge pull request #14026 from jordan-woyak/move-only-function-fixAdmiral H. Curtiss
2025-11-09Common/IOFile: Remove the `Duplicate` function. The duplicate handles shared ...Jordan Woyak
2025-11-09Common/BitUtils: Add overloads of AsU8Span/AsWritableU8Span that handle conve...Jordan Woyak
2025-11-09Common: Add a DirectIOFile class that allows for copies which are entirely th...Jordan Woyak
2025-11-08Merge pull request #14086 from Simonx22/android/use-native-analyticsOatmealDome
2025-11-08Merge pull request #14082 from Simonx22/analytics/reload-on-setting-changeOatmealDome
2025-11-08Android: Use the shared HTTP analytics backendSimonx22
2025-11-08Merge pull request #14020 from jordan-woyak/string-util-cleanupsJosJuice
2025-11-08Config: Use maximum value of size_t instead of -1 as default value in ConfigC...Simonx22
2025-11-08Merge pull request #13939 from Dentomologist/logging_avoid_overwriting_debug_...JosJuice
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05WindowsDevice: Remove GetDeviceProperty function in favor of the CfgMgr32 ver...Jordan Woyak
2025-11-04WindowsDevice: Add GetDeviceInterfaceList function and NullTerminatedStringLi...Jordan Woyak
2025-11-04Merge pull request #14061 from jordan-woyak/config-info-spin-mutexJordan Woyak
2025-11-02Config: Make ConfigInfo use Common::SpinLock to protect the CachedValue. Thes...Jordan Woyak
2025-11-02Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::...Jordan Woyak
2025-11-02Config/ConfigInfo: Cleanups.Jordan Woyak
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-11-02StringUtil: Replace strerror with Common::LastStrerrorString.Jordan Woyak
2025-11-02StringUtil: Make non-Windows WStringToUTF8 implementation use iconv instead o...Jordan Woyak