Fernando Sahmkow 1f7dd36499 Common/Tests: Address Feedback 6 yıl önce
..
logging a31ed02ae4 common/logging: don't use regex for path trimming 6 yıl önce
x64 e3524d1142 Common: Refactor & Document Wall clock. 6 yıl önce
CMakeLists.txt 234b5ff6a9 Common: Implement WallClock Interface and implement a native clock for x64 6 yıl önce
algorithm.h d5706346d7 common/algorithm: Add description comment indicating intended algorithms 6 yıl önce
alignment.h b838e58d63 common: alignment: Add a helper function for generic alignment checking. 6 yıl önce
assert.h 49e0a30dbd fix clang-format and lambda capture 6 yıl önce
bit_field.h c499c22cf7 Fix -Werror=conversion error. 6 yıl önce
bit_util.h 94f2be5473 texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth 7 yıl önce
cityhash.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 yıl önce
cityhash.h 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 yıl önce
color.h 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace 7 yıl önce
common_funcs.h b11b424a2d common: common_funcs: Add a macro for defining enum flag operators. 6 yıl önce
common_paths.h 84412591c9 file_util: Add shader directory 7 yıl önce
common_types.h 241563d15c gpu: Move GPUVAddr definition to common_types. 7 yıl önce
detached_tasks.cpp 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 yıl önce
detached_tasks.h e4daf4bee5 Review comments - part 5 7 yıl önce
dynamic_library.cpp 7104e01bb3 common/dynamic_library: Import and adapt helper from Dolphin 6 yıl önce
dynamic_library.h 7104e01bb3 common/dynamic_library: Import and adapt helper from Dolphin 6 yıl önce
fiber.cpp 1f7dd36499 Common/Tests: Address Feedback 6 yıl önce
fiber.h 1f7dd36499 Common/Tests: Address Feedback 6 yıl önce
file_util.cpp 7438d36d0e Merge pull request #3630 from benru/open-windows-network-files 6 yıl önce
file_util.h e77337588e file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 yıl önce
hash.h c5c89a4d5c common/hash: Remove unused HashableStruct 6 yıl önce
hex_util.cpp a62088539e common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 yıl önce
hex_util.h 969cd6dc1d common/hex_util: Reserve std::string memory ahead of time 7 yıl önce
lz4_compression.cpp 0e2f617abc common/lz4_compression: Remove #pragma once directive from the cpp file 7 yıl önce
lz4_compression.h 4620ed47a3 common/{lz4_compression, zstd_compression}: Add missing header guards 7 yıl önce
math_util.h e38ed26b98 common/math_util: Support float type rectangles 6 yıl önce
memory_detect.cpp b2af304918 Fix macOS code and change "Swapfile" to "Swap" 6 yıl önce
memory_detect.h 9a36d8600c main: Log host system memory parameters 6 yıl önce
memory_hook.cpp 93da8e0abf core: Move PageTable struct into Common. 7 yıl önce
memory_hook.h 93da8e0abf core: Move PageTable struct into Common. 7 yıl önce
microprofile.cpp 0fcabd2b11 Integrate the MicroProfile profiling library 11 yıl önce
microprofile.h dc8479928c Sources: Run clang-format on everything. 9 yıl önce
microprofileui.h e3a8292495 Common: Remove section measurement from profiler (#1731) 10 yıl önce
misc.cpp 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 yıl önce
multi_level_queue.h 25f8606a6d Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 6 yıl önce
page_table.cpp 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. 6 yıl önce
page_table.h 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. 6 yıl önce
param_package.cpp 690f326613 citra_qt/configuration: misc input tab improvements 7 yıl önce
param_package.h 690f326613 citra_qt/configuration: misc input tab improvements 7 yıl önce
quaternion.h 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace 7 yıl önce
ring_buffer.h ab6dfa4fa5 ring_buffer: Use std::atomic_size_t in a static assert 7 yıl önce
scm_rev.cpp.in 3d4a0b94e3 common: Add additional SCM revision fields 6 yıl önce
scm_rev.h 3d4a0b94e3 common: Add additional SCM revision fields 6 yıl önce
scope_exit.h 4df6ef04ac common: scope_exit: Implement mechanism for canceling a scope exit. 6 yıl önce
spin_lock.cpp 1f7dd36499 Common/Tests: Address Feedback 6 yıl önce
spin_lock.h be320a9e10 Common: Polish Fiber class, add comments, asserts and more tests. 6 yıl önce
string_util.cpp a31ed02ae4 common/logging: don't use regex for path trimming 6 yıl önce
string_util.h e696ed1f4d am: Deglobalize software keyboard applet 7 yıl önce
swap.h 0d8ef2d3b9 common/swap: Improve codegen of the default swap fallbacks 7 yıl önce
telemetry.cpp 4512a6bbfc Remove unused CPU Vendor string and telemtry field 6 yıl önce
telemetry.h 585b6a6a50 compatdb: Use a seperate endpoint for testcase submission 7 yıl önce
thread.cpp bd0c56c6e7 common: Port some changes from dolphin (#5127) 6 yıl önce
thread.h 0f8e5a1465 Tests: Add base tests to host timing 6 yıl önce
thread_queue_list.h f71c598907 common/thread_queue_list: Remove unnecessary dependency on boost 7 yıl önce
threadsafe_queue.h 67b8ecc73e common: SPSCQueue: Notify after incrementing queue size. 6 yıl önce
time_zone.cpp bba54e1880 time_zone: Use std::chrono::seconds for strong typing. 6 yıl önce
time_zone.h bba54e1880 time_zone: Use std::chrono::seconds for strong typing. 6 yıl önce
timer.cpp 38a1113674 Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 8 yıl önce
timer.h 38a1113674 Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" 8 yıl önce
uint128.cpp e3524d1142 Common: Refactor & Document Wall clock. 6 yıl önce
uint128.h e3524d1142 Common: Refactor & Document Wall clock. 6 yıl önce
uuid.cpp f0db2e3ef3 mii_manager: Cleanup and optimization 7 yıl önce
uuid.h 1417849a2b acc: Return a unique value per account for GetAccountId 6 yıl önce
vector_math.h 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace 7 yıl önce
virtual_buffer.cpp 4ba2428c86 common: Add VirtualBuffer class, to abstract memory virtualization. 6 yıl önce
virtual_buffer.h 4ba2428c86 common: Add VirtualBuffer class, to abstract memory virtualization. 6 yıl önce
wall_clock.cpp 1bd706344e Common/Tests: Clang Format. 6 yıl önce
wall_clock.h 1bd706344e Common/Tests: Clang Format. 6 yıl önce
web_result.h 183a664405 web_backend: Make Client use the PImpl idiom 7 yıl önce
zstd_compression.cpp a6f7a44aab common/zstd_compression: Remove #pragma once directive from source file 7 yıl önce
zstd_compression.h 4620ed47a3 common/{lz4_compression, zstd_compression}: Add missing header guards 7 yıl önce