summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/FlagTest.cpp
AgeCommit message (Collapse)Author
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-04-23UnitTests: Use `constexpr`Dr. Dystopia
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
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