yuzu/src/common
Yuri Kunde Schlesner 78eb8ba844 [build] Search for the git binary in the default msysgit install dir
The Git for Windows installer doesn't add the Git binaries to the path
by default. (Due to risk of conflicts with built-in windows commands.)
Unless you have configured your system specially this causes the
scm_rev_gen.js script to fail to find Git.  Added more paths to the
script so that it searches in the default msysgit installation
directory, eliminating the need to set the PATH for most environments.
2014-07-19 17:16:05 -03:00
..
atomic_gcc.h
atomic_win32.h
atomic.h
bit_field.h BitField: Cast enum values to proper integer type. 2014-07-16 12:47:33 +02:00
break_points.cpp
break_points.h
chunk_file.h Improved clarity and whitespace 2014-05-19 15:21:55 -07:00
CMakeLists.txt CMakeLists: rename HEADS, improved comments 2014-05-19 15:19:36 -07:00
common_funcs.h added MIN, MAX, and CLAMP macros to common_funcs 2014-05-17 00:53:41 -04:00
common_paths.h
common_types.h common_types: Changed BasicRect back to Rect, in the common namespace 2014-05-19 17:57:35 -07:00
common.h Removed definition of MAX_PATH, this is already defined in common_paths.h. 2014-06-12 06:10:55 -04:00
common.vcxproj Pica: Use some template magic to define register structures efficiently. 2014-06-12 06:10:54 -04:00
common.vcxproj.filters Pica: Use some template magic to define register structures efficiently. 2014-06-12 06:10:54 -04:00
console_listener.cpp log: fixed to not print twice, enabled coloring, added OS print logging as its own type 2014-05-29 23:03:03 -04:00
console_listener.h
cpu_detect.h
debug_interface.h
emu_window.h
extended_trace.cpp
extended_trace.h
fifo_queue.h
file_search.cpp
file_search.h
file_util.cpp
file_util.h
fixed_size_queue.h
hash.cpp
hash.h
linear_disk_cache.h
log_manager.cpp Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
log_manager.h log: updated MAX_LOGLEVEL to use correct log level enum type 2014-06-01 11:49:58 -04:00
log.h Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
math_util.cpp
math_util.h
mem_arena.cpp
mem_arena.h
memory_util.cpp
memory_util.h
misc.cpp
msg_handler.cpp
msg_handler.h
platform.h Preprocessor: #if's out OSX-specific GL changes on other platforms 2014-06-12 06:10:55 -04:00
register_set.h Pica: Use some template magic to define register structures efficiently. 2014-06-12 06:10:54 -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
scm_rev.cpp.in
scm_rev.h
std_condition_variable.h
std_mutex.h
std_thread.h
string_util.cpp
string_util.h
swap.h
symbols.cpp
symbols.h
thread_queue_list.h added ThreadQueueList class to common (taken from PPSSPP) 2014-05-15 18:19:34 -04:00
thread.cpp
thread.h
thunk.h
timer.cpp
timer.h
utf8.cpp
utf8.h