index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
BitSet.h
Age
Commit message (
Expand
)
Author
2024-01-01
Merge pull request #12473 from Dentomologist/bitset64_fix_iterator_incrementa...
Admiral H. Curtiss
2024-01-01
BitSet64: Fix iterator incrementation
Dentomologist
2024-01-01
BitSet: Use direct initialization instead of c-style casts
Dentomologist
2023-01-25
Common/BitSet: Zero initialize data member
Lioncash
2023-01-25
Common/Bitset: Make initializer_list constructor constexpr
Lioncash
2022-12-18
Common: Use C++20 <bit> header in BitSet.h
JosJuice
2021-07-17
remove an outdated comment
Shawn Hoffman
2021-07-05
licensing: convert "public domain" to CC0 1.0
Pierre Bourdon
2018-10-28
BitSet: Add << operator
MerryMage
2018-04-23
Common: Amend CommonTypes include within BitSet.h
Lioncash
2018-04-23
Common: Move BitSet helper functions into the Common namespace
Lioncash
2018-04-22
Common: Move BitSet into the Common namespace
Lioncash
2018-04-12
Reformat all the things!
spycrab
2016-06-25
constexpr added to BitSet.h. conflicts solved
dhust
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-02-15
Add missing include, this was previously masked by PCH usage
hdcmeta
2015-10-04
Bitset: Make bool() operator explicit.
Scott Mansell
2015-10-04
Bitset: Make cast overrides const
Scott Mansell
2015-08-14
JitArm64: Fastmem: fixup map & lookup
degasus
2015-01-10
JIT: optimize for the common case of unquantized psq_l/st
Fiora
2014-10-29
Fix build failing with PCH disabled.
Rohit Nirmal
2014-10-25
Add workaround for OS X symbol clash and AllOnes helper method.
comex
2014-10-25
Add BitSet and, as a test, convert some JitRegCache stuff to it.
comex