summaryrefslogtreecommitdiff
path: root/Source/Core/Common/CMakeLists.txt
AgeCommit message (Expand)Author
2026-02-23Move RangeSet from Externals to CommonJosJuice
2026-02-03Merge pull request #13594 from jordan-woyak/state-cleanupsJordan Woyak
2026-01-25Merge pull request #14214 from JoshuaVandaele/cmake-nonbreaking-improvementsDentomologist
2026-01-19Common: Add TransferableSharedMutex class and unit tests.Jordan Woyak
2026-01-17Merge pull request #14267 from jordan-woyak/std-expectediwubcode
2026-01-17Common: Replace Result with C++23's std::expected.Jordan Woyak
2026-01-17c++23: Replace Common::Unreachable with std::unreachableJoshua Vandaële
2026-01-09c++23: Replace Common::ToUnderlying with std::to_underlyingJoshua Vandaële
2025-12-11CMake: Only copy build_info.txt if autoupdate is enabledJoshua Vandaële
2025-11-27Use minizip-ng's CMakeLists instead of relying on our own implementationJoshua Vandaële
2025-11-18Common: Introduce a OneShotEvent class. Unlike Common::Event, OneShotEvent is...Jordan Woyak
2025-11-09Common: Add a DirectIOFile class that allows for copies which are entirely th...Jordan Woyak
2025-11-08Android: Use the shared HTTP analytics backendSimonx22
2025-11-02Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::...Jordan Woyak
2025-10-26JitRegister: Remove OProfile profilerJoshua Vandaële
2025-10-17Merge pull request #13978 from JoshuaVandaele/libiconv-1.18JMC47
2025-10-04Common: Add some utilities to a new UnixUtil header.Jordan Woyak
2025-09-29Externals: Update libiconv to 1.18Joshua Vandaële
2025-07-19Common: Move GetDeviceProperty() into its own headerAdmiral H. Curtiss
2025-06-06Common: Add class 'FilesystemWatcher' that is used to watch paths and receive...iwubcode
2025-05-22minizip-ng: Stop using compatibility modeJoshua Vandaële
2025-04-27Common: Add MoveOnlyFunction.Jordan Woyak
2025-04-22Merge pull request #13529 from jordan-woyak/StateBufferJordan Woyak
2025-04-21IOS: Only have one USBScannerJosJuice
2025-04-19Common: Add UniqueBuffer and SharedBuffer templates.Jordan Woyak
2025-03-09Common: Create Range Projections For `std::pair`mitaclaw
2025-01-08MemArena: Add Darwin implementationOatmealDome
2025-01-01Common: Create "Contains.h" Algorithm Headermitaclaw
2024-10-19Move UICommon/Disassembler to Common/HostDisassemblermitaclaw
2024-06-15Merge pull request #12798 from mitaclaw/branch-watch-tool-fixes-2Admiral H. Curtiss
2024-06-05BranchWatchTableModel: Assume Unreachable Code Truly Ismitaclaw
2024-05-31Common: add JsonUtil cpp which was missed initiallyiwubcode
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2024-04-09Common: Remove Unused PerformanceCounter Codemitaclaw
2024-02-18Common: Add utility function that wraps localtime_s() or localtime_t().Admiral H. Curtiss
2024-01-23VideoCommon: add function to serialize ShaderAsset to jsoniwubcode
2023-12-18Common/TraversalServer: Make use of fmt over sprintf where applicableLioncache
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-13Parser and Assembler implementationsvyuuui
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-09-03Merge pull request #12108 from noahpistilli/kd-check-mailAdmiral H. Curtiss
2023-09-03IOS/KD: Implement NWC24_CHECK_MAIL_NOWSketch
2023-08-22Move SmallVector to CommonJosJuice
2023-06-30Merge pull request #11955 from TellowKrinkle/CMakeDependenciesAdmiral H. Curtiss
2023-06-29CMake: Generate scmrev.h at build time instead of configure time.Admiral H. Curtiss
2023-06-17EnumUtils: Add Common::ToUnderlyingget
2023-06-15CMake: Use targets for all optionally-external dependenciesTellowKrinkle
2023-06-12Common: Move DebugInterface.h into CoreLioncash
2023-05-19Merge pull request #11707 from TellowKrinkle/CMakeIconvAdmiral H. Curtiss
2023-04-24Common: Move CodeTrace.cpp/.h into CoreLioncash