summaryrefslogtreecommitdiff
path: root/Source/Core/Common/BitSet.h
AgeCommit message (Expand)Author
2024-01-01Merge pull request #12473 from Dentomologist/bitset64_fix_iterator_incrementa...Admiral H. Curtiss
2024-01-01BitSet64: Fix iterator incrementationDentomologist
2024-01-01BitSet: Use direct initialization instead of c-style castsDentomologist
2023-01-25Common/BitSet: Zero initialize data memberLioncash
2023-01-25Common/Bitset: Make initializer_list constructor constexprLioncash
2022-12-18Common: Use C++20 <bit> header in BitSet.hJosJuice
2021-07-17remove an outdated commentShawn Hoffman
2021-07-05licensing: convert "public domain" to CC0 1.0Pierre Bourdon
2018-10-28BitSet: Add << operatorMerryMage
2018-04-23Common: Amend CommonTypes include within BitSet.hLioncash
2018-04-23Common: Move BitSet helper functions into the Common namespaceLioncash
2018-04-22Common: Move BitSet into the Common namespaceLioncash
2018-04-12Reformat all the things!spycrab
2016-06-25constexpr added to BitSet.h. conflicts solveddhust
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-02-15Add missing include, this was previously masked by PCH usagehdcmeta
2015-10-04Bitset: Make bool() operator explicit.Scott Mansell
2015-10-04Bitset: Make cast overrides constScott Mansell
2015-08-14JitArm64: Fastmem: fixup map & lookupdegasus
2015-01-10JIT: optimize for the common case of unquantized psq_l/stFiora
2014-10-29Fix build failing with PCH disabled.Rohit Nirmal
2014-10-25Add workaround for OS X symbol clash and AllOnes helper method.comex
2014-10-25Add BitSet and, as a test, convert some JitRegCache stuff to it.comex