summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
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
2025-01-20Merge pull request #13269 from OatmealDome/memarena-darwinOatmealDome
2025-01-19Fix build with minizip-ng 4.0.8Joshua Vandaƫle
2025-01-12Clean up CRLF line endingsDaniel Peukert
2025-01-08Merge pull request #13268 from AdmiralCurtiss/ini-delete-case-sensitiveAdmiral H. Curtiss
2025-01-08MemArena: Add Darwin implementationOatmealDome
2025-01-08Common/IniFile: Fix case sensitivity mismatch in IniFile::Section::Delete()Admiral H. Curtiss
2025-01-04Common: Fix compile failure with fmt>=11Ferdinand Bachmann
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2025-01-01Common: Create "Contains.h" Algorithm Headermitaclaw
2024-12-26Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-ofJMC47
2024-12-20Merge pull request #13091 from mitaclaw/ranges-modernization-2-returnsJMC47
2024-12-15Modernize `std::none_of` with rangesmitaclaw
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-12-15StringUtil: More Wrappers For <cctype>mitaclaw
2024-11-11Core: Store object name separately for symbolsAmber Brault