summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/FlagTest.cpp
AgeCommit message (Collapse)Author
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2014-09-01msvc: get UnitTests compilingShawn Hoffman
Choose it from VS or pass /p:RunUnitTests=true to msbuild
2014-04-14Common::Flag: Add support for TestAndSet + test by implementing basic spinlocks.Pierre Bourdon
2014-04-14Common: Add a 'Flag' class that is used to encapsulate a boolean flag ↵Pierre Bourdon
manipulated from several threads