yuzu/src/common
Lioncash 8b27e73bd7 common: Remove bit_set.h
This is an analog of BitSet from Dolphin that was introduced to allow
iterating over a set of bits. Given it's currently unused, and given
that std::bitset exists, we can remove this. If it's ever needed in the
future it can be brought back.
2018-11-21 21:30:10 -05:00
..
logging Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
x64 common: Remove dependency on xbyak 2018-11-21 03:43:41 -05:00
alignment.h common: Add function for checking word alignment to alignment.h 2018-10-18 12:58:27 -04:00
assert.h common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 2018-11-20 18:15:37 -05:00
bit_field.h Common/Bitfield: store value as unsigned type 2018-11-16 15:49:57 +01:00
cityhash.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
cityhash.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
CMakeLists.txt common: Remove bit_set.h 2018-11-21 21:30:10 -05:00
color.h
common_funcs.h
common_paths.h common_paths: Add Load and Dump dirs 2018-09-21 19:53:05 -04:00
common_types.h
detached_tasks.cpp Port web_service from Citra 2018-10-02 15:30:48 +02:00
detached_tasks.h Review comments - part 5 2018-10-02 16:04:10 +02:00
file_util.cpp only redefine 64 bit file operation for MSVC 2018-10-23 15:11:18 +02:00
file_util.h string_util: remove TString conversion for windows 2018-10-02 16:10:20 +02:00
hash.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
hex_util.cpp ips_layer: Deduplicate resource usage 2018-10-04 11:34:36 -04:00
hex_util.h ips_layer: Deduplicate resource usage 2018-10-04 11:34:36 -04:00
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 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
param_package.cpp citra_qt/configuration: misc input tab improvements 2018-10-06 15:43:49 +02:00
param_package.h citra_qt/configuration: misc input tab improvements 2018-10-06 15:43:49 +02:00
quaternion.h
ring_buffer.h ring_buffer: Use std::atomic_size_t in a static assert 2018-09-18 23:36:04 -04:00
scm_rev.cpp.in Better Title Bar Display 2018-09-07 11:54:51 +05:30
scm_rev.h Better Title Bar Display 2018-09-07 11:54:51 +05:30
scope_exit.h
string_util.cpp am: Deglobalize software keyboard applet 2018-11-18 10:53:47 -05:00
string_util.h am: Deglobalize software keyboard applet 2018-11-18 10:53:47 -05:00
swap.h
telemetry.cpp common/telemetry: Migrate core-independent info gathering to common 2018-08-14 18:57:46 -04:00
telemetry.h compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
thread_queue_list.h thread_queue_list: Make contains() and get_first() const member functions 2018-08-12 12:54:14 -04:00
thread.cpp
thread.h common/thread: remove YieldCPU() 2018-09-22 23:27:42 +02:00
threadsafe_queue.h
timer.cpp
timer.h
vector_math.h
web_result.h web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00