summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2025-04-30Merge pull request #13587 from jordan-woyak/manual-valueAdmiral H. Curtiss
2025-04-30Common: Move some duplicate container element construction logic into a Manua...Jordan Woyak
2025-04-30WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add singl...Jordan Woyak
2025-04-30Merge pull request #13436 from JoshuaVandaele/clang-format-19OatmealDome
2025-04-25Config: Add [[nodiscard]] to AddConfigChangedCallbackDentomologist
2025-04-25Merge pull request #13451 from vyuuui/numeric_labelsTilka
2025-04-25Merge pull request #13497 from hoogmin/modernize_fs_pathTilka
2025-04-23 linter: Add and apply new formatting rulesJoshua Vandaële
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaële
2025-04-22Common: SPSCQueue cleanups and improvements.Jordan Woyak
2025-04-22Merge pull request #13529 from jordan-woyak/StateBufferJordan Woyak
2025-04-22Merge pull request #13477 from OatmealDome/macos-11OatmealDome
2025-04-21IOS: Only have one USBScannerJosJuice
2025-04-21Merge pull request #13467 from JosJuice/profiler-thread-safetyJosJuice
2025-04-21MemoryUtil: Remove availability checks for macOS 11OatmealDome
2025-04-20Merge pull request #13549 from shuffle2/ucrtpatchTilka
2025-04-20remove ucrt compat patchesShawn Hoffman
2025-04-20HttpRequest: remove some legacy code for windows < 8.1Shawn Hoffman
2025-04-19Common: Add UniqueBuffer and SharedBuffer templates.Jordan Woyak
2025-04-19LinearDiskCache: Use make_unique_for_overwrite.Jordan Woyak
2025-04-18Common/Timer: Change HANDLE to void* to avoid including Windows.h to fix cmak...Jordan Woyak
2025-04-16MemArenaDarwin: Initialize all address variables passed to vm_mapOatmealDome
2025-04-08Use std path utility for automatic path seperator handling.Javier Martinez
2025-04-03Common/Timer: Use YieldProcessor on Windows.Jordan Woyak
2025-04-03Common: Create a PrecisionTimer class.Jordan Woyak
2025-03-29Common: Make Profiler thread safeJosJuice
2025-03-25Merge pull request #13433 from iwubcode/update_min_win10JMC47
2025-03-24Add numeric label support to assemblervyuuui
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47
2025-03-17Config: Allow passing a DefaultState object to Set functions to delete keys.Jordan Woyak
2025-03-16Merge pull request #13417 from luzpaz/typo-source-core-commonOatmealDome
2025-03-16Common: use std::chrono for GetLocalTimeSinceJan1970 on Windowsiwubcode
2025-03-16Update min win10 version from 1703/15063 to 1903/18362iwubcode
2025-03-15Merge pull request #13378 from jordan-woyak/desired-ext-stateJMC47
2025-03-15Merge pull request #12866 from JosJuice/android-log-types-sortingJosJuice
2025-03-15Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'JosJuice
2025-03-11Core/Common: Fix typosLuz Paz
2025-03-10Merge pull request #13276 from JoshuaVandaele/sfml-3.0.0JMC47
2025-03-09Modernize `std::lower_bound`/`upper_bound` with ranges and projectionsmitaclaw
2025-03-09Modernize `std::sort` with ranges and projectionsmitaclaw
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2025-03-09Common: Create Range Projections For `std::pair`mitaclaw
2025-02-25VariantUtil: Introduce WithVariantAlternative to dynamically construct and vi...Jordan Woyak
2025-02-25Migrate to SFML>=3.0.0Joshua Vandaële
2025-02-23Common: Make SD pack/unpack strings translatableJosJuice
2025-02-12DolphinQt: Rename the pack/unpack SD Card buttons.Jordan Woyak
2025-02-02Merge pull request #13254 from brad0/openbsd_aarch64Admiral H. Curtiss
2025-01-26Common: Make SmallVector work with non-standard-layout types.Jordan Woyak
2025-01-22ArmCPUDetect: Add OpenBSD support for elf_aux_infoBrad Smith
2025-01-20Common: add 'clear' function to SmallVectoriwubcode