summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2025-12-15StringUtils: Drop TabsToSpacesSintendo
2025-11-29Windows/DirectIOFile: Don't request DELETE access for read-only OpenDentomologist
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-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-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
2025-11-02StringUtil: Fix many clang-tidy warnings.Jordan Woyak
2025-11-01Merge pull request #14034 from JoshuaVandaele/byeprofileJosJuice
2025-10-30x64Emitter: Fix missing-declarations warningJoshua Vandaële
2025-10-27AdvancedPane: Add a button to restore default settingsJoshua Vandaële
2025-10-26JitRegister: Remove OProfile profilerJoshua Vandaële
2025-10-22Common/Functional: Fix MoveOnlyFunction from inadvertently creating reference...Jordan Woyak
2025-10-17Merge pull request #13978 from JoshuaVandaele/libiconv-1.18JMC47
2025-10-13WindowsDevice: Silence missing property log spamDentomologist
2025-10-12WindowsDevice: Add some utility functions for getting device properties using...Jordan Woyak
2025-10-09Merge pull request #13996 from SuperSamus/jit64-dynamic-known-jmp-lenJMC47
2025-10-09Merge pull request #13964 from ryanmcgrath/macos/qosJMC47
2025-10-08MMU: Use templates for Read/Write functionsMartino Fontana
2025-10-08Jit64: Dynamic length of regular jump instruction (for known addresses)Martino Fontana
2025-10-06Merge pull request #13995 from Dentomologist/deletedirrecursively_dont_report...JosJuice
2025-10-05DeleteDirRecursively: Don't report error for absent directoryDentomologist
2025-10-04Common/Network: Add BluetoothAddress struct and string conversion functions.Jordan Woyak
2025-10-04Common: Add some utilities to a new UnixUtil header.Jordan Woyak
2025-10-04CommonFuncs: Add StrerrorString version of LastStrerrorString that accepts an...Jordan Woyak
2025-10-01dcbz: Fix AVX pathMartino Fontana