summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/BitFieldTest.cpp
AgeCommit message (Collapse)Author
2025-04-23UnitTests: Use `constexpr`Dr. Dystopia
2024-08-22Add support for libfmt-11Alfred Wingate
fmt::join was moved into fmt/ranges.h Signed-off-by: Alfred Wingate <parona@protonmail.com>
2022-01-13Make all fmt::formatter constructors constexprPokechu22
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.
2021-03-06Create BitFieldArrayPokechu22
2021-03-06Add fmt support to BitFieldPokechu22
2021-03-06Allow specifying StorageType for BitFieldPokechu22
This is useful for BitFields that are bools.
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-01-05specify custom brace style to fix unionsBhaaL
BreakBeforeBraces: Allman apparently includes all styles, except for AfterUnion (which is false) when using clang-format -dump-config
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
Standard supported alignment -> out with compiler-specific.
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-01msvc: get UnitTests compilingShawn Hoffman
Choose it from VS or pass /p:RunUnitTests=true to msbuild
2014-08-07Fix more warnings from #579Tillmann Karras
2014-04-19BitFieldTest: fix warningsTillmann Karras
2014-04-14UnitTests: Add a test for BitField behavior on odd structure alignment.Tony Wasserka
2014-03-25UnitTests: Add tests for BitField.Tony Wasserka