yuzu/src/common
Lioncash 9dcc229dfe common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions
Currently, there's no way to specify if an assertion should
conditionally occur due to unimplemented behavior. This is useful when
something is only partially implemented (e.g. due to ongoing RE work).
In particular, this would be useful within the graphics code.

The rationale behind this is it allows a dev to disable unimplemented
feature assertions (which can occur in an unrelated work area), while
still enabling regular assertions, which act as behavior guards for
conditions or states which must not occur. Previously, the only way a
dev could temporarily disable asserts, was to disable the regular
assertion macros, which has the downside of also disabling, well, the
regular assertions which hold more sanitizing value, as opposed to
unimplemented feature assertions.
2018-11-20 18:15:37 -05:00
..
logging Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
x64 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02: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
bit_set.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02: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 memory_util.cpp/.h 2018-10-23 12:21:34 -04:00
color.h common/color: Remove unnecessary const qualifiers on return types 2018-08-08 16:17:41 -04:00
common_funcs.h Port #3732 from Citra: "common: Fix compilation on ARM" 2018-07-29 15:51:31 +02:00
common_paths.h common_paths: Add Load and Dump dirs 2018-09-21 19:53:05 -04:00
common_types.h common_types: Convert typedefs to using aliases 2018-04-19 22:26:35 -04:00
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 math_util: Always initialize members of Rectangle 2018-08-02 10:47:34 -04:00
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
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 Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
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 Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
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 Port #3732 from Citra: "common: Fix compilation on ARM" 2018-07-29 15:51:31 +02:00
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.cpp Support mingw cross-compile 2016-12-05 19:09:16 +01:00
thread.h common/thread: remove YieldCPU() 2018-09-22 23:27:42 +02:00
thread_queue_list.h thread_queue_list: Make contains() and get_first() const member functions 2018-08-12 12:54:14 -04:00
threadsafe_queue.h remove polymorphism issue 2018-07-29 15:24:41 +02:00
timer.cpp Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 2018-07-29 14:58:30 +02:00
timer.h Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 2018-07-29 14:58:30 +02:00
vector_math.h vector_math: Use variable template version of is_signed in Vec classes 2018-08-08 15:53:42 -04:00
web_result.h web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00