summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/BitFieldTest.cpp
AgeCommit message (Expand)Author
2024-08-22Add support for libfmt-11Alfred Wingate
2022-01-13Make all fmt::formatter constructors constexprPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-06Create BitFieldArrayPokechu22
2021-03-06Add fmt support to BitFieldPokechu22
2021-03-06Allow specifying StorageType for BitFieldPokechu22
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-01-05specify custom brace style to fix unionsBhaaL
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-06General: Replace GC_ALIGN macros with alignasLioncash
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-01msvc: get UnitTests compilingShawn Hoffman
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