citra/src/common
2014-08-19 03:37:38 -04:00
..
atomic.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
atomic_gcc.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
atomic_win32.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
bit_field.h BitField: Cast enum values to proper integer type. 2014-07-16 12:47:33 +02:00
break_points.cpp break_points.cpp: return directly from conditionals 2014-08-12 04:04:54 -07:00
break_points.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
chunk_file.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
CMakeLists.txt CMakeLists: rename HEADS, improved comments 2014-05-19 15:19:36 -07:00
common.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
common.vcxproj Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
common.vcxproj.filters Remove the fancy RegisterSet class introduced in 4c2bff61e. 2014-08-12 02:17:21 +02:00
common_funcs.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
common_paths.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
common_types.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
console_listener.cpp Common: Move remaining C header includes over to their C++ equivalent 2014-08-17 13:54:06 -04:00
console_listener.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
cpu_detect.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
debug_interface.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
emu_window.h made qt window title consistent 2014-04-23 22:49:55 -04:00
extended_trace.cpp Common: Move remaining C header includes over to their C++ equivalent 2014-08-17 13:54:06 -04:00
extended_trace.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
fifo_queue.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
file_search.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
file_search.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
file_util.cpp Common: Move remaining C header includes over to their C++ equivalent 2014-08-17 13:54:06 -04:00
file_util.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
fixed_size_queue.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
hash.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
hash.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
linear_disk_cache.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
log.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
log_manager.cpp Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
log_manager.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
math_util.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
math_util.h Common: Add a clamp function to math_utils.h 2014-08-19 03:37:38 -04:00
mem_arena.cpp mem_arena: Replace insecure temporary file creation with devshm, importing Dolphin’s code. 2014-08-16 10:12:30 +02:00
mem_arena.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
memory_util.cpp Merge pull request #52 from lioncash/memory 2014-08-17 20:38:28 -04:00
memory_util.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
misc.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
msg_handler.cpp Common: Move remaining C header includes over to their C++ equivalent 2014-08-17 13:54:06 -04:00
msg_handler.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
platform.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
scm_rev.cpp.in Resolved undefined Common::g_scm_branch error. 2014-04-25 10:34:27 -04:00
scm_rev.h updated windows scm_rev code to use new style 2014-04-23 22:04:33 -04:00
scm_rev_gen.js [build] Search for the git binary in the default msysgit install dir 2014-07-19 17:16:05 -03:00
scm_rev_gen.vcxproj updated windows scm_rev code to use new style 2014-04-23 22:04:33 -04:00
std_condition_variable.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
std_mutex.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
std_thread.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
string_util.cpp Common: Move remaining C header includes over to their C++ equivalent 2014-08-17 13:54:06 -04:00
string_util.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
swap.h fixes to build on linux 2014-04-22 19:42:29 -07:00
symbols.cpp Common: Don't return a reference to a string when calling GetName in symbols.cpp 2014-08-18 01:59:03 -04:00
symbols.h Common: Don't return a reference to a string when calling GetName in symbols.cpp 2014-08-18 01:59:03 -04:00
thread.cpp Use pthread_set_name_np() on OpenBSD. 2014-08-07 22:56:58 -06:00
thread.h Common: Move remaining C header includes over to their C++ equivalent 2014-08-17 13:54:06 -04:00
thread_queue_list.h added ThreadQueueList class to common (taken from PPSSPP) 2014-05-15 18:19:34 -04:00
thunk.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
timer.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
timer.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
utf8.cpp Common: Move remaining C header includes over to their C++ equivalent 2014-08-17 13:54:06 -04:00
utf8.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00