yuzu-mirror/src/common
Yuri Kunde Schlesner 82528ba7df Common: Add a clone of std::make_unique 2014-12-20 03:45:02 +07:00
..
logging Restore the original console color after logging a message. 2014-12-14 02:10:41 +07:00
CMakeLists.txt Common: Add a clone of std::make_unique 2014-12-20 03:45:02 +07:00
bit_field.h bit_field: Fix a typo in the sample usage. 2014-10-25 15:18:34 +07:00
break_points.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 +07:00
break_points.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
chunk_file.h Convert old logging calls to new logging macros 2014-12-13 02:08:02 +07:00
common.h Common: Remove HAVE_CXX11_SYNTAX define from Common.h 2014-09-08 15:01:15 +07:00
common_funcs.h Added missing include in common_funcs.h 2014-12-13 01:59:50 +07:00
common_paths.h SaveData: Implemented the SystemSaveData archive. 2014-12-17 23:44:32 +07:00
common_types.h New logging system 2014-12-13 01:59:52 +07:00
concurrent_ring_buffer.h New logging system 2014-12-13 01:59:52 +07:00
cpu_detect.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
debug_interface.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
emu_window.cpp Added support for multiple input device types for KeyMap and connected Qt. 2014-09-12 01:15:14 +07:00
emu_window.h EmuWindow: Add some explicit documentation and set proper minimal client area size. 2014-11-18 13:16:02 +07:00
extended_trace.cpp Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
extended_trace.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
fifo_queue.h Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
file_search.cpp Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +07:00
file_search.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
file_util.cpp SaveData: Implemented the SystemSaveData archive. 2014-12-17 23:44:32 +07:00
file_util.h SaveData: Implemented the SystemSaveData archive. 2014-12-17 23:44:32 +07:00
hash.cpp Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +07:00
hash.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
key_map.cpp Added support for multiple input device types for KeyMap and connected Qt. 2014-09-12 01:15:14 +07:00
key_map.h Renamed souce files of services to match port names 2014-10-29 15:55:51 +07:00
linear_disk_cache.h Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
log.h Remove old logging system 2014-12-13 02:08:06 +07:00
make_unique.h Common: Add a clone of std::make_unique 2014-12-20 03:45:02 +07:00
math_util.cpp Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +07:00
math_util.h MathUtil: Make Rectangle work with unsigned types. 2014-11-18 13:15:59 +07:00
mem_arena.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 +07:00
mem_arena.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
memory_util.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 +07:00
memory_util.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
misc.cpp Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
msg_handler.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 +07:00
msg_handler.h Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +07:00
platform.h Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
scm_rev.cpp.in Resolved undefined Common::g_scm_branch error. 2014-04-25 10:34:27 +07:00
scm_rev.h updated windows scm_rev code to use new style 2014-04-23 22:04:33 +07:00
scope_exit.h Add SCOPE_EXIT macro to conveniently execute cleanup actions 2014-12-13 01:59:51 +07:00
string_util.cpp Convert old logging calls to new logging macros 2014-12-13 02:08:02 +07:00
string_util.h Implement text path trimming for shorter paths. 2014-12-13 01:59:52 +07:00
swap.h Fix compile errors in Clang 2014-10-26 16:18:04 +07:00
symbols.cpp Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +07:00
symbols.h Remove extraneous semicolons 2014-11-18 08:27:16 +07:00
thread.cpp Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +07:00
thread.h New logging system 2014-12-13 01:59:52 +07:00
thread_queue_list.h Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
thunk.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
timer.cpp Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
timer.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 +07:00
utf8.cpp Change NULLs to nullptrs. 2014-12-03 12:57:57 +07:00
utf8.h fixed project includes to use new directory structure 2014-04-08 20:15:08 +07:00