summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
8 daysFix building on OpenBSDBrad Smith
2026-09-05Merge pull request #14817 from JosJuice/android-netplay-versionDentomologist
2026-09-01MemArenaDarwin: Pass the MAP_MEM_VM_SHARE flag to mach_make_memory_entry_64OatmealDome
2026-08-21Common: Add Android to GetNetplayDolphinVerJosJuice
2026-08-20Merge pull request #14800 from dreamsyntax/winupdater-vcredistOatmealDome
2026-08-08Merge pull request #14802 from phire/fallthrough_warningsDentomologist
2026-08-07Add fallthroughs to OpenGL InitExtentionListScott Mansell
2026-08-07Add fallthroughs to GetMurmurHash3Scott Mansell
2026-08-05Require VS 2026, update WinUpdater redistdreamsyntax
2026-08-05Common/BitCastPtr: Prevent destination type to be a pointerSepalani
2026-07-31EGLX11: Forbid EGL_PLATFORM to be "wayland"Joshua Vandaële
2026-07-29Replace zero constants with `nullptr`Dr. Dystopia
2026-07-27AchievementApprovedHash: Automatically generate hash using CMakeJoshua Vandaële
2026-07-25CWDemangler: Resolve missing-declarations warningsJoshua Vandaële
2026-07-24CMake: Unify sys directoriesJoshua Vandaële
2026-07-24Remove Visual Studio Projects and Solutions in favor of CMakeJoshua Vandaële
2026-07-08mingw: lower case windows includesCraig Carnell
2026-07-05Merge pull request #13216 from CelestialAmber/cw-demanglerJosJuice
2026-06-26Merge pull request #14684 from Sintendo/rm-unused-headersAdmiral H. Curtiss
2026-06-23Add missing includesJoshua Vandaële
2026-06-23fmt: Allow building with version >=12.2.0Joshua Vandaële
2026-06-22Don't send Dolphin version in user agent to RedumpJosJuice
2026-06-14Remove unused headersSintendo
2026-05-07Core: Implement automatic symbol demanglingAmber Brault
2026-05-06MsgHandler: Use log level matching MsgType for alertsDentomologist
2026-05-03Replace some [[maybe_unused]] annotations with commented namesDentomologist
2026-04-28Merge pull request #13505 from tygyh/Replace-find-with-containsDentomologist
2026-04-25Merge pull request #14308 from jordan-woyak/character-encodingJordan Woyak
2026-04-20Remove GLX supportLink Mauve
2026-04-20Replace `find(x) != npos` with `contains(x)` - CoreDr. Dystopia
2026-04-18Merge pull request #14565 from SuperSamus/cpp-argument-move-referenceJosJuice
2026-04-18StringUtil: Make UTF16ToUTF8 and UTF8ToUTF16 use custom encoding/decoding imp...Jordan Woyak
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-12Merge pull request #14336 from SuperSamus/arbitrary-mipmap-disables-gpu-decodingJordan Woyak
2026-04-11Merge pull request #14500 from Sintendo/span2Jordan Woyak
2026-04-02Merge pull request #14298 from SuperSamus/achivements-hash-qolDentomologist
2026-04-02Merge pull request #14492 from OatmealDome/apple-discard-bug-fixed-3OatmealDome
2026-03-30ChunkFile: Add void* version of DoPointer.Jordan Woyak
2026-03-27Merge pull request #14110 from jordan-woyak/mgba-joybus-threadingJMC47
2026-03-27LogManager: Remove redundant "(HSP)" in High-Speed Port's log type descritpion.Jordan Woyak
2026-03-26Common/WorkQueueThread: Make IsRunning function public.Jordan Woyak
2026-03-23Use more std::span argumentsSintendo
2026-03-21AudioPane: Fix WASAPI default device combo selectionDentomologist
2026-03-21CommonFuncsObjC: Make function to fetch the current macOS version commonOatmealDome
2026-03-17Merge pull request #14396 from cscd98/fmt-fixDentomologist
2026-03-15fmt: change use of fmt/base.h to fmt/format.h as not provided until fmt>=11.0Craig Carnell
2026-02-26Merge pull request #14317 from JosJuice/jit-cache-macro-loopDentomologist
2026-02-23Merge pull request #14407 from jordan-woyak/mag-card-fixupJMC47
2026-02-23Jit: Use RangeSet for physical_addressesJosJuice
2026-02-23Move RangeSet from Externals to CommonJosJuice