citra-shitamoto-network/src/common
Emmanuel Gil Peyrot 8ab6f26c09 Common: Make recursive FileUtil functions take a maximum recursion
Fixes #1115.

Also improves the performances of DiskArchive’s directory
implementation a lot, simply by not going through the entire tree
instead of just listing the first level files.

Thanks to JayRoxFox for rebasing this on current master!
2016-05-21 16:41:02 +01:00
..
logging AudioCore: SDL2 Sink 2016-05-07 11:32:48 +01:00
x64 VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
alignment.h
assert.h assert: Allow UNREACHABLE_MSG to have just one argument 2016-04-24 23:40:14 +08:00
bit_field.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
bit_set.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
break_points.cpp
break_points.h
chunk_file.h
CMakeLists.txt Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
code_block.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
color.h
common_funcs.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
common_paths.h
common_types.h
emu_window.cpp
emu_window.h
file_util.cpp Common: Make recursive FileUtil functions take a maximum recursion 2016-05-21 16:41:02 +01:00
file_util.h Common: Make recursive FileUtil functions take a maximum recursion 2016-05-21 16:41:02 +01:00
hash.cpp
hash.h
key_map.cpp
key_map.h
linear_disk_cache.h
math_util.h
memory_util.cpp
memory_util.h
microprofile.cpp
microprofile.h Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) 2016-04-28 20:17:31 -04:00
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
misc.cpp
platform.h
profiler_reporting.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
profiler.cpp Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
scm_rev.cpp.in
scm_rev.h
scope_exit.h
string_util.cpp
string_util.h
swap.h swap: Get rid of pointer casting for swapping structs 2016-05-08 23:33:52 -04:00
symbols.cpp
symbols.h
synchronized_wrapper.h
thread_queue_list.h
thread.cpp
thread.h Thread: Make Barrier reusable 2016-04-14 13:59:58 +01:00
timer.cpp
timer.h
vector_math.h