citra/src/common
Lioncash d5b983a8c0 swap: Get rid of pointer casting for swapping structs
These shouldn't haphazardly convert types
2016-05-08 23:33:52 -04: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 PICA: Align vertex attributes 2016-03-13 04:54:23 +01:00
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 common: Get rid of debug_interface.h 2015-09-11 08:12:08 -04:00
break_points.h common: Get rid of debug_interface.h 2015-09-11 08:12:08 -04:00
chunk_file.h general: Replace 0 literals with nullptr where applicable 2015-09-11 23:11:01 -04:00
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 color: Make trivial helpers constexpr 2016-01-27 22:14:17 -05:00
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: Remove common.h 2015-05-07 15:45:22 -03:00
common_types.h common_types: Make NonCopyable constructor constexpr 2016-03-12 21:57:18 -05:00
emu_window.cpp BitField: Make trivially copyable and remove assignment operator 2016-02-12 19:51:16 +00:00
emu_window.h remove unnecessary const 2016-03-26 10:46:48 +03:00
file_util.cpp Merge pull request #1672 from wwylele/win-driver-fix 2016-04-19 17:40:13 -04:00
file_util.h VideoCore: Run include-what-you-use and fix most includes. 2016-04-30 17:02:41 +01:00
hash.cpp hash: Get rid of unused functions 2015-09-16 08:54:28 -04:00
hash.h Common: Added MurmurHash3 hash function for general-purpose use. 2015-08-15 17:33:46 -04:00
key_map.cpp Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 2015-01-21 13:31:10 -08:00
key_map.h key_map: Use std::tie for comparisons 2016-01-25 01:19:21 -05:00
linear_disk_cache.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
math_util.h Render-to-texture flush, interval math fix 2015-06-08 19:18:20 -04:00
memory_util.cpp memory_util: Remove unnecessary assignment in FreeMemoryPages 2015-09-11 23:16:34 -04:00
memory_util.h Common: Cleanup memory and misc includes. 2015-06-28 00:36:54 +01:00
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
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 Common: Cleanup memory and misc includes. 2015-06-28 00:36:54 +01:00
platform.h Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. 2015-08-15 18:03:27 -04:00
profiler.cpp Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
profiler_reporting.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
scm_rev.cpp.in Resolved undefined Common::g_scm_branch error. 2014-04-25 10:34:27 -04:00
scm_rev.h License change 2014-12-20 21:20:24 -08:00
scope_exit.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
string_util.cpp Fix encode problem On Windows 2016-03-31 18:58:37 +08:00
string_util.h Fix encode problem On Windows 2016-03-31 18:58:37 +08:00
swap.h swap: Get rid of pointer casting for swapping structs 2016-05-08 23:33:52 -04:00
symbols.cpp symbols: Replace an insert call with emplace 2015-09-30 11:55:58 -04:00
symbols.h symbols: Get rid of initial underscores in variable names 2015-09-30 11:54:44 -04:00
synchronized_wrapper.h synchronized_wrapper: Add missing return in SynchronizedRef move assignment operator 2015-09-11 22:00:21 -04:00
thread.cpp Common: Cleanup thread includes. 2015-06-28 00:36:53 +01:00
thread.h Thread: Make Barrier reusable 2016-04-14 13:59:58 +01:00
thread_queue_list.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
timer.cpp Common: Remove common.h 2015-05-07 15:45:22 -03:00
timer.h Common: Remove common.h 2015-05-07 15:45:22 -03:00
vector_math.h vector_math: Add missing member in Vec4's SetZero function 2016-03-18 01:49:34 -04:00