2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
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.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
atomic_gcc.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
atomic_win32.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
bit_field.h BitField: Cast enum values to proper integer type. 2014-07-16 12:47:33 +02:00
break_points.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
break_points.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
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.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
common_funcs.h added MIN, MAX, and CLAMP macros to common_funcs 2014-05-17 00:53:41 -04:00
common_paths.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
common_types.h common_types: Changed BasicRect back to Rect, in the common namespace 2014-05-19 17:57:35 -07: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 fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
cpu_detect.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
debug_interface.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
emu_window.h made qt window title consistent 2014-04-23 22:49:55 -04:00
extended_trace.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
extended_trace.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
fifo_queue.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
file_search.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
file_search.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
file_util.cpp fixes to build on linux 2014-04-22 19:42:29 -07:00
file_util.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
fixed_size_queue.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
hash.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
hash.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
linear_disk_cache.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
log.h Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -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 log: updated MAX_LOGLEVEL to use correct log level enum type 2014-06-01 11:49:58 -04:00
math_util.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
math_util.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
mem_arena.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
mem_arena.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
memory_util.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
memory_util.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
misc.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
msg_handler.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
msg_handler.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
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.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 fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
std_mutex.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
std_thread.h got rid of 'src' folders in each sub-project 2014-04-08 19:25:03 -04:00
string_util.cpp added helper functions for upper/lowercase strings 2014-04-14 21:25:46 -04:00
string_util.h added helper functions for upper/lowercase strings 2014-04-14 21:25:46 -04:00
swap.h fixes to build on linux 2014-04-22 19:42:29 -07:00
symbols.cpp Add symbols map 2014-04-12 19:04:31 -04:00
symbols.h Add symbols map 2014-04-12 19:04:31 -04:00
thread.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
thread.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
thread_queue_list.h added ThreadQueueList class to common (taken from PPSSPP) 2014-05-15 18:19:34 -04:00
thunk.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
timer.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
timer.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
utf8.cpp fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00
utf8.h fixed project includes to use new directory structure 2014-04-08 20:15:08 -04:00