Weiyi Wang
|
7d8f115185
|
Prefix all size_t with std::
done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2`
|
2018-09-06 16:03:28 -04:00 |
|
Weiyi Wang
|
22e172946b
|
Merge pull request #4132 from FearlessTobi/port-966
Port #966 and #414 from yuzu (Cleanups in common and file_util) & Make bitfield assignment operator public
|
2018-09-05 18:03:36 +03:00 |
|
Lioncash
|
d6bf1b31c8
|
common/xbyak: Use nested namespace specifiers where applicable
|
2018-08-31 00:08:34 +02:00 |
|
Lioncash
|
bf964ac6e9
|
common: Convert type traits templates over to variable template versions where applicable
Uses the C++17 inline variable variants
|
2018-08-24 18:22:42 +02:00 |
|
Yuri Kunde Schlesner
|
f4e98ecf3f
|
VideoCore: Convert x64 shader JIT to use Xbyak for assembly
|
2016-12-14 20:06:08 -08:00 |
|