summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/BitUtilsTest.cpp
AgeCommit message (Expand)Author
2018-06-12UnitTests: Fix MSVC compilationspycrab
2018-05-10BitUtils: Add C++14/C++17 compatible equivalent of std::bit_cast from C++2aLioncash
2018-03-31UnitTests: Add basic tests for RotateRight() and RotateLeft()Lioncash
2017-08-13BitUtilsTest: update to pass clang-formatMichael M
2017-06-22Add function testing whether a bitmask is valid.Niels Boehm
2017-03-24BitUtilsTest: compare ints of the same signedness (fixes warnings)Michael Maltese
2017-01-14Common: Add bit utility headerLioncash