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
/
Core
Age
Commit message (
Expand
)
Author
2017-07-09
Merge Core/Config/Config.h into Common/Config/Config.h
Michael Maltese
2017-06-30
DSPDisassembler: remove unused base_addr parameter
Michael Maltese
2017-06-30
DSPDisassembler: get rid of double-pass and temp file
Michael Maltese
2017-06-26
Add CommonTitles.h for common Wii title IDs
Léo Lam
2017-06-18
UnitTests: Use a temporary profile directory
Léo Lam
2017-06-14
IOS/ESFormats: Use SignedBlobReader for TMDs and tickets
Léo Lam
2017-06-06
unittests: set user directory so SYSCONF does not get created at the drive root
Shawn Hoffman
2017-06-05
Merge pull request #5418 from MerryMage/config-again-and-again
shuffle2
2017-06-05
DSPTool: extract tests into a DSPAssemblyTest
Michael Maltese
2017-06-03
Config: Integrate
MerryMage
2017-04-10
Merge pull request #5144 from MerryMage/mfspr
Markus Wick
2017-04-05
Add unit tests for IOS/ESFormats
Léo Lam
2017-04-05
CoreTiming: Pull globals into a single struct
MerryMage
2017-03-24
CoreTimingTest: make AdvanceAndCheck() static (fix warning)
Michael Maltese
2017-01-07
Add the g_ prefix to the jit global
Léo Lam
2016-09-08
CoreTiming: Guarantee FIFO processing of timed events
EmptyChaos
2016-09-03
CoreTiming: Fix scheduling into the past
EmptyChaos
2016-09-03
[UnitTests] Add CoreTimingTest
EmptyChaos
2016-08-07
Common: namespace MemoryUtil
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-11-19
Enable the page fault test on targets that aren't x86_64
Ryan Houdek
2015-06-12
Options: merge SCoreStartupParameter into SConfig
degasus
2015-06-07
Remove ARMv7 support.
Ryan Houdek
2015-05-25
Add missing license headers
Tillmann Karras
2015-03-16
Fix warnings
Tillmann Karras
2015-03-01
Fix include order of files outside of Source/Core
Tillmann Karras
2015-02-15
Fix the addresses of MMIO registers.
magumagu
2015-01-24
Make the IsMMIOAddress function easier to read, add tests.
Scott Mansell
2014-10-19
Add a test for page fault handling.
comex
2014-08-02
UnitTests: make it possible to build tests for code that has global dependencies
Pierre Bourdon
2014-07-27
MMIO: Cleanup Mapping class by using templates instead of macros.
Tony Wasserka
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-03-09
MMIOTest: fix sign warning
Tillmann Karras
2014-03-09
Add more tests for Common and Core/MMIO
Pierre Bourdon
2014-03-03
Tests: Add more MMIO tests as an example.
Pierre Bourdon
2014-03-03
Add the infrastructure required to easily add unit tests and test it with a v...
Pierre Bourdon