index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
bit_field.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-12
Stop defining GCC always_inline attributes as __forceinline
archshift
1
-6
/
+6
2015-07-10
Common: Remove redundant masking in BitField
Yuri Kunde Schlesner
1
-1
/
+1
2015-07-10
Common: Fix mask generation in BitField
Yuri Kunde Schlesner
1
-1
/
+1
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
1
-0
/
+1
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+1
2014-12-21
More warning cleanups
Chin
1
-0
/
+6
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-12-20
BitField: Add an explicit Assign method.
Tony Wasserka
1
-1
/
+5
2014-10-25
bit_field: Fix a typo in the sample usage.
Lioncash
1
-1
/
+1
2014-07-16
BitField: Cast enum values to proper integer type.
Tony Wasserka
1
-1
/
+1
2014-07-16
BitField: Add a static_assert.
Tony Wasserka
1
-0
/
+1
2014-07-16
BitField: Delete copy assignment to prevent obscure bugs.
Tony Wasserka
1
-0
/
+16
2014-07-16
BitField: Add an explicit evaluation method.
Tony Wasserka
1
-0
/
+5
2014-05-08
removed incorrect dolphin copyright line
bunnei
1
-1
/
+0
2014-05-08
fixed include of common in bit_field.h
bunnei
1
-1
/
+1
2014-05-08
added BitField to common
bunnei
1
-0
/
+173