summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/BitUtilsTest.cpp
AgeCommit message (Expand)Author
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2022-12-11Replace BitUtils with C++20: RotateLeft/RotateRightJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
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