index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
UnitTests
/
Common
Age
Commit message (
Expand
)
Author
2023-01-24
Common: Replace StringBeginsWith/StringEndsWith with std equivalents
Lioncash
2022-12-11
Replace BitUtils with C++20: RotateLeft/RotateRight
JosJuice
2022-07-27
Crypto/SHA1: add unittests
Shawn Hoffman
2022-07-25
CPUDetect: improve win/arm64 support
Shawn Hoffman
2022-04-27
msvc: disable optimizations for x64EmitterTest.cpp
Shawn Hoffman
2022-01-20
Merge pull request #10367 from Pokechu22/fmt-8.1.1
JosJuice
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2022-01-13
Make all fmt::formatter constructors constexpr
Pokechu22
2021-12-18
Fifo analyzer: Display equations for color/alpha combiners
Pokechu22
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-17
unittests: remove some msvc-specific casts
Shawn Hoffman
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-28
x64Emitter: remove unused x87 instructions
Tillmann Karras
2021-06-01
Updater: Escape HTML characters in commit descriptions
Dentomologist
2021-05-02
UnitTests: Move some unit tests to where they should be
JosJuice
2021-04-06
MathUtil: Add SaturatingCast to cast floats more safely
Léo Lam
2021-03-06
Create BitFieldArray
Pokechu22
2021-03-06
Add fmt support to BitField
Pokechu22
2021-03-06
Allow specifying StorageType for BitField
Pokechu22
2021-03-06
Create EnumFormatter
Pokechu22
2020-08-24
x64Emitter: Check end of allocated space when emitting code.
Admiral H. Curtiss
2020-01-13
x64Emitter: Unit test memory addressing modes
Sintendo
2020-01-06
Merge pull request #8133 from Sintendo/mov64imm32
Tilka
2019-08-31
FixedSizeQueue: Bugfixes and improvements
Silent
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2019-05-29
x64EmitterTest: Test 64-bit MOV with 32-bit immediate
Sintendo
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-04-30
Remove redundant initialization
Filip Gawin
2018-12-26
x64EmitterTest: Add some missing tests
MerryMage
2018-09-16
x64EmitterTest: Fix linting issues
Sintendo
2018-09-16
x64EmitterTest: test MOV with 64-bit immediates
Sintendo
2018-06-21
Common, DSP: Only compile in x86-64 emitter related utilities on x86 platforms
Lioncash
2018-06-12
UnitTests: Fix MSVC compilation
spycrab
2018-06-03
UnitTest: Add StringUtil ToString/TryParse test
degasus
2018-05-20
IOSC: Implement VerifyPublicKeySign for ECC
Léo Lam
2018-05-20
UnitTests: Add basic tests for ec crypto code
Léo Lam
2018-05-10
CommonFuncs: Convert ROUND_UP_POW2 macro to a function
Lioncash
2018-05-10
FloatUtils: Remove IntDouble and IntFloat
Lioncash
2018-05-10
BitUtils: Add C++14/C++17 compatible equivalent of std::bit_cast from C++2a
Lioncash
2018-05-07
Common: Move floating-point utility functions to FloatUtils.h/.cpp
Lioncash
2018-04-08
CMakeLists: Link bochs in privately where applicable
Lioncash
2018-03-31
UnitTests: Add basic tests for RotateRight() and RotateLeft()
Lioncash
2017-08-23
Rename Common::FifoQueue to Common::SPSCQueue
Michael M
2017-08-13
BitUtilsTest: update to pass clang-format
Michael M
2017-06-22
Add function testing whether a bitmask is valid.
Niels Boehm
2017-06-06
StringUtil: Add StringPopBackIf UnitTests
Sepalani
2017-06-05
Fix minor formatting issues
Léo Lam
2017-05-01
Convert VolumeDirectory names back to SHIFT-JIS (issue #9988)
spycrab
2017-03-26
Merge pull request #5155 from ligfx/expecttruefalse
Matthew Parlane
[next]