summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common
AgeCommit message (Expand)Author
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-04-19BitFieldTest: fix warningsTillmann Karras
2014-04-14Merge pull request #271 from delroth/threading-stuffPierre Bourdon
2014-04-14Common::Flag: Add support for TestAndSet + test by implementing basic spinlocks.Pierre Bourdon
2014-04-14UnitTests: Add a test for BitField behavior on odd structure alignment.Tony Wasserka
2014-04-14Common: Move the Event class to a separate file, and add tests for it. Fix in...Pierre Bourdon
2014-04-14Common: Add a 'Flag' class that is used to encapsulate a boolean flag manipul...Pierre Bourdon
2014-03-25UnitTests: Add tests for BitField.Tony Wasserka
2014-03-24MathUtilTest: add test for FlushToZeroTillmann Karras
2014-03-17Tests: fix signed/unsigned comparison warningTillmann Karras
2014-03-09MathUtil: fix IsQNAN()Tillmann Karras
2014-03-09Add more tests for Common and Core/MMIOPierre Bourdon