This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-02-14 00:09:24 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
UnitTests
/
Common
History
Pierre Bourdon
cf315a487f
Merge pull request
#271
from delroth/threading-stuff
...
Threading improvements: add Common::Flag and improve Common::Event
2014-04-14 23:23:16 +02:00
..
BitFieldTest.cpp
UnitTests: Add a test for BitField behavior on odd structure alignment.
2014-04-14 20:13:23 +02:00
CMakeLists.txt
Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.
2014-04-14 10:54:07 +02:00
CommonFuncsTest.cpp
Tests: fix signed/unsigned comparison warning
2014-03-17 02:55:58 +01:00
EventTest.cpp
Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.
2014-04-14 10:54:07 +02:00
FifoQueueTest.cpp
Tests: fix signed/unsigned comparison warning
2014-03-17 02:55:58 +01:00
FixedSizeQueueTest.cpp
Tests: fix signed/unsigned comparison warning
2014-03-17 02:55:58 +01:00
FlagTest.cpp
Common::Flag: Add support for TestAndSet + test by implementing basic spinlocks.
2014-04-14 23:13:15 +02:00
MathUtilTest.cpp
MathUtilTest: add test for FlushToZero
2014-03-24 16:14:22 +01:00