summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common
AgeCommit message (Expand)Author
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
2023-10-30UnitTests: Test ApproximateReciprocalSquareRootSintendo
2023-08-05X64EmitterTest: Check bytes instead of disassembly in JMP testDentomologist
2023-08-05x64EmitterTest: add J/J_CC/CALL unit testsDentomologist
2023-06-17xEmitter: Convert PrefetchLevel to enum classDentomologist
2023-06-12XEmitter: Add enum class JumpDentomologist
2023-05-16StringUtil: Move GetEscapedHtml() into Common namespaceLioncash
2023-04-15Common/MathUtil: Move IntLog2 into MathUtil namespaceLioncash
2023-03-22Common: Move FixedSizeQueue into Common namespaceLioncash
2023-02-15Add unit test for File::CreateFullPath().Admiral H. Curtiss
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2022-12-11Replace BitUtils with C++20: RotateLeft/RotateRightJosJuice
2022-07-27Crypto/SHA1: add unittestsShawn Hoffman
2022-07-25CPUDetect: improve win/arm64 supportShawn Hoffman
2022-04-27msvc: disable optimizations for x64EmitterTest.cppShawn Hoffman
2022-01-20Merge pull request #10367 from Pokechu22/fmt-8.1.1JosJuice
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2022-01-13Make all fmt::formatter constructors constexprPokechu22
2021-12-18Fifo analyzer: Display equations for color/alpha combinersPokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-17unittests: remove some msvc-specific castsShawn Hoffman
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-28x64Emitter: remove unused x87 instructionsTillmann Karras
2021-06-01Updater: Escape HTML characters in commit descriptionsDentomologist
2021-05-02UnitTests: Move some unit tests to where they should beJosJuice
2021-04-06MathUtil: Add SaturatingCast to cast floats more safelyLéo Lam
2021-03-06Create BitFieldArrayPokechu22