suyu/src/common
Weiyi Wang 71530781f3 common/swap: remove default value for swap type internal storage
This is compromise for swap type being used in union. A union has deleted default constructor if it has at least one variant member with non-trivial default constructor, and no variant member of T has a default member initializer. In the use case of Bitfield, all variant members will be the swap type on endianness mismatch, which would all have non-trivial default constructor if default value is specified, and non of them can have member initializer
2019-02-06 17:24:27 +01:00
..
logging Backport review comment from citra-emu/citra#4418 2018-12-07 16:21:18 +01:00
x64 common: Remove dependency on xbyak 2018-11-21 03:43:41 -05:00
alignment.h
assert.h
bit_field.h
bit_util.h common: Add basic bit manipulation utility function to Common 2018-12-21 07:04:18 -05:00
cityhash.cpp
cityhash.h
CMakeLists.txt common: Add basic bit manipulation utility function to Common 2018-12-21 07:04:18 -05:00
color.h
common_funcs.h
common_paths.h
common_types.h
detached_tasks.cpp
detached_tasks.h
file_util.cpp
file_util.h
hash.h
hex_util.cpp
hex_util.h
math_util.h common/math_util: Simplify std::make_signed usages to std::make_signed_t 2018-11-21 02:08:18 -05:00
microprofile.cpp
microprofile.h
microprofileui.h
misc.cpp
param_package.cpp
param_package.h
quaternion.h common/quaternion: Ensure that w is always initialized 2018-12-21 15:25:31 -05:00
ring_buffer.h
scm_rev.cpp.in
scm_rev.h
scope_exit.h
string_util.cpp
string_util.h
swap.h common/swap: remove default value for swap type internal storage 2019-02-06 17:24:27 +01:00
telemetry.cpp
telemetry.h
thread_queue_list.h scheduler: Add explanations for YieldWith and WithoutLoadBalancing 2018-11-22 00:33:53 -05:00
thread.cpp common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 2018-11-22 00:40:26 -05:00
thread.h common/thread: Make Barrier's 'count' member non-const 2018-11-21 21:47:08 -05:00
threadsafe_queue.h
timer.cpp
timer.h
vector_math.h
web_result.h