summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common
AgeCommit message (Expand)Author
2026-02-15Network: Improve IPv4PortRange::ToString to support CIDR notation and only la...Jordan Woyak
2026-02-15Common/Network: Add structs: IPv4Port, IPv4PortRange and functions: IPAddress...Jordan Woyak
2026-02-15StringUtil: Add SplitStringIntoArray function template.Jordan Woyak
2026-02-03Merge pull request #13594 from jordan-woyak/state-cleanupsJordan Woyak
2026-01-25Remove unused importsMartino Fontana
2026-01-19Common: Add TransferableSharedMutex class and unit tests.Jordan Woyak
2026-01-17Fix various typos and spelling mistakesSintendo
2025-11-09Common: Add a DirectIOFile class that allows for copies which are entirely th...Jordan Woyak
2025-11-08Merge pull request #14020 from jordan-woyak/string-util-cleanupsJosJuice
2025-11-02Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::...Jordan Woyak
2025-11-02UnitTests: Add some StringUtil character encoding conversion tests.Jordan Woyak
2025-10-08Jit64: Dynamic length of regular jump instruction (for known addresses)Martino Fontana
2025-09-17Merge pull request #13874 from sepalani/bitcast-ptrJMC47
2025-08-27MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_great...Jordan Woyak
2025-08-18Common/BitUtils: Add operator[] to BitCastPtrTypeSepalani
2025-08-04Qt: Better wayland detection to enforce xcbJoshua Vandaƫle
2025-07-12Fix various warningsJoshua Vandaƫle
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-05-16UnitTests: Remove redundant template type specifersDr. Dystopia
2025-05-16UnitTests/Common: Use `std::size` for size calculationDr. Dystopia
2025-05-07Merge pull request #13569 from tygyh/UnitTests-Use-constexprJordan Woyak
2025-04-30UnitTests: Add tests for WorkQueueThread.Jordan Woyak
2025-04-25Merge pull request #13451 from vyuuui/numeric_labelsTilka
2025-04-23UnitTests: Use `constexpr`Dr. Dystopia
2025-04-22Common: SPSCQueue cleanups and improvements.Jordan Woyak
2025-03-24Add numeric label support to assemblervyuuui
2025-01-29Add a SplitPath unit test exercising Windows paths with drive lettersNiel Lebeck
2025-01-06Fix several minor warningsSintendo
2024-12-26Add some unit test coverage of the SplitPath functionNiel Lebeck
2024-10-27Merge pull request #12744 from nlebeck/settingshandler-split-2JMC47
2024-10-22Add missing algorithm header in SettingsHandlerTest.cppAdmiral H. Curtiss
2024-10-21Split `SettingsHandler` into separate reader and writer classesNiel Lebeck
2024-10-10Modernize `std::equal` with rangesmitaclaw
2024-09-22StringUtil: Remove `JoinStrings`mitaclaw
2024-08-22Add support for libfmt-11Alfred Wingate
2024-06-09Add some unit tests for the `Rectangle` classNiel Lebeck
2024-05-05Merge pull request #12737 from nlebeck/settingshandler-splitJosJuice
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-04-23Eliminate SettingsHandler's `SetBytes` and `Reset` methodsNiel Lebeck
2024-04-12Pass SettingsHandler buffers by const ref instead of rvalue refNiel Lebeck
2024-03-06Add SettingsHandler unit tests exercising the edge case in PR #8704Niel Lebeck
2024-03-01Add simple unit tests for SettingsHandlerNiel Lebeck
2024-01-01BitSet64: Fix iterator incrementationDentomologist
2023-12-31UnitTests: Refactor BitSetTestDentomologist
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-13Added testsvyuuui
2023-12-11FloatUtilsTest: Resolve -Wsign-compare warningLioncash
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-11-25Merge pull request #11881 from JosJuice/aarch64-function-callAdmiral H. Curtiss
2023-11-01JitArm64: Add utility for calling a function with argumentsJosJuice