summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/EventTest.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-04-14Common: Move the Event class to a separate file, and add tests for it. Fix ↵Pierre Bourdon
includes everywhere to match this.