summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2023-02-10ENetUtil: Add check for valid socket in SendPacket().Admiral H. Curtiss
2023-02-10Merge pull request #11523 from degasus/OGL_KHR_subgroupJMC47
2023-02-09Resolve various "no previous declaration" warningsPokechu22
2023-02-09Merge pull request #11544 from jmallach/spngMarkus Wick
2023-02-09VideoBackend/OGL: Prefer KHR_subgroup over NV_shader_thread.degasus
2023-02-09Merge pull request #11539 from phire/improve_workqueuethreadScott Mansell
2023-02-09Merge pull request #11522 from phire/KillRendererWithFireScott Mansell
2023-02-09Better documentation for HookableEvent.Scott Mansell
2023-02-09Rename to HookableEvent. Because naming conflictScott Mansell
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-06Allow building against system libspngJordi Mallach
2023-02-05Optimise cond_var predicate orderScott Mansell
2023-02-05Prevent WaitForCompletion shutdown deadlock.Scott Mansell
2023-02-05Address review feedbackScott Mansell
2023-02-04WorkQueueThread: provide name and function at same timeScott Mansell
2023-02-04WorkQueueThread: rework Cancel/Shutdown workflowScott Mansell
2023-02-04WorkQueueThread: Implement thread nameScott Mansell
2023-02-04WorkQueueThread: Rework without Flags/EventsRobin Kertels
2023-02-04WorkQueueThread: Implement proper FlushRobin Kertels
2023-02-04WorkQueueThread: Add PushRobin Kertels
2023-02-04WorkQueueThread: Add flush capabilityScott Mansell
2023-01-31CommonPaths: Add Steam-specific user directoryOatmealDome
2023-01-31CommonPaths: Split platform-specific definitions for user directories into tw...OatmealDome
2023-01-31CommonPaths: Split PORTABLE_USER_DIR into "portable" and "embedded" to accomo...OatmealDome
2023-01-31UICommon: Use NORMAL_USER_DIR for WindowsOatmealDome
2023-01-31CommonPaths: Rename DOLPHIN_DATA_DIR to NORMAL_USER_DIROatmealDome
2023-01-31CommonPaths: Rename USERDATA_DIR to PORTABLE_USER_DIROatmealDome
2023-01-31CMake/MSVC: Fix PCH disabled buildScott Mansell
2023-01-31Introduce an Event system to VideoCommonScott Mansell
2023-01-30Common/Network: Resolve -Wexpansion-to-defined warningLioncash
2023-01-28Cleanup: Remove CDUtilsMayImilae
2023-01-27CodeTrace: Avoid ppcState global.Admiral H. Curtiss
2023-01-27PowerPC: Remove PC macro.Admiral H. Curtiss
2023-01-25Common/BitSet: Zero initialize data memberLioncash
2023-01-25Common/Bitset: Make initializer_list constructor constexprLioncash
2023-01-24StringUtil: Make StringUTF8CodePointCount take string_viewLioncash
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2023-01-24convert File::ScanDirectoryTree to std::filesystemShawn Hoffman
2023-01-24fileutil: use std::filesystemShawn Hoffman
2023-01-24Merge pull request #10994 from shuffle2/fsPierre Bourdon
2023-01-23Merge pull request #11458 from shuffle2/winuverPierre Bourdon
2023-01-23windows: replace comdef dependency with winrtShawn Hoffman
2023-01-17windows: prefer os version from registryShawn Hoffman
2023-01-10get rid of HAS_STD_FILESYSTEMShawn Hoffman
2023-01-09Merge pull request #11365 from iwubcode/cheat_manager_freeze_valueAdmiral H. Curtiss
2023-01-05Merge pull request #11089 from sepalani/pcap-shareAdmiral H. Curtiss
2022-12-24Merge pull request #11360 from shuffle2/vsJosJuice
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau