yuzu-android/src/common
2020-12-09 05:21:08 -03:00
..
logging Merge pull request #4451 from slashiee/extended-logging 2020-11-23 13:34:15 -08:00
x64
algorithm.h
alignment.h common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
assert.h common/assert: Make use of C++ attribute syntax 2020-08-24 04:15:10 -04:00
atomic_ops.cpp
atomic_ops.h
bit_cast.h common/bit_cast: Add function matching std::bit_cast without constexpr 2020-11-20 01:52:37 -03:00
bit_field.h
bit_util.h
cityhash.cpp
cityhash.h
CMakeLists.txt common: Add Common::DivCeil and Common::DivCeilLog2 2020-11-25 23:37:56 -03:00
color.h common/color: Migrate code over to the Common namespace 2020-08-18 14:27:41 -04:00
common_funcs.h common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS 2020-08-24 04:42:43 -04:00
common_paths.h common: Add a screenshots directory 2020-07-20 22:51:02 -04:00
common_types.h
concepts.h common/concepts: Move <type_traits> include out of the Common namespace 2020-08-18 14:24:54 -04:00
detached_tasks.cpp
detached_tasks.h
div_ceil.h
dynamic_library.cpp
dynamic_library.h
fiber.cpp
fiber.h
file_util.cpp
file_util.h
hash.h
hex_util.cpp
hex_util.h core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
lz4_compression.cpp
lz4_compression.h
math_util.h
memory_detect.cpp
memory_detect.h common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
memory_hook.cpp
memory_hook.h
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h
microprofileui.h
misc.cpp
multi_level_queue.h
page_table.cpp
page_table.h
param_package.cpp
param_package.h
quaternion.h
ring_buffer.h
scm_rev.cpp.in
scm_rev.h common: Add additional SCM revision fields 2019-10-05 00:09:49 -04:00
scope_exit.h
spin_lock.cpp
spin_lock.h
stream.cpp
stream.h
string_util.cpp
string_util.h common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
swap.h
telemetry.cpp common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
telemetry.h video_core: Resolve more variable shadowing scenarios pt.3 2020-12-05 16:02:23 -05:00
thread.cpp
thread.h
thread_queue_list.h
threadsafe_queue.h
time_zone.cpp
time_zone.h
timer.cpp common: Enable warnings as errors 2020-11-02 15:50:58 -05:00
timer.h
uint128.cpp
uint128.h
uuid.cpp mii_manager: Cleanup and optimization 2019-04-25 08:07:57 -04:00
uuid.h common: Make use of [[nodiscard]] where applicable 2020-08-15 17:17:52 -04:00
vector_math.h
virtual_buffer.cpp
virtual_buffer.h
wall_clock.cpp audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00
wall_clock.h
zstd_compression.cpp
zstd_compression.h