yuzu/src/common
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
2015-02-10 18:30:31 -08:00
..
logging Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
assert.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
bit_field.h Merge pull request #322 from chinhodado/master 2014-12-22 00:12:43 -05:00
break_points.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
break_points.h License change 2014-12-20 21:20:24 -08:00
chunk_file.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
CMakeLists.txt Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
common.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
common_funcs.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
common_paths.h Archives: Changed the way paths are built for the archives. 2015-01-03 20:46:05 -05:00
common_types.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
concurrent_ring_buffer.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cpu_detect.h License change 2014-12-20 21:20:24 -08:00
debug_interface.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
emu_window.cpp Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 2015-01-21 13:31:10 -08:00
emu_window.h License change 2014-12-20 21:20:24 -08:00
extended_trace.cpp Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
extended_trace.h Common: Move header guards over to pragma once 2014-08-17 13:45:55 -04:00
fifo_queue.h Change NULLs to nullptrs. 2014-12-03 12:57:57 -06:00
file_search.cpp License change 2014-12-20 21:20:24 -08:00
file_search.h License change 2014-12-20 21:20:24 -08:00
file_util.cpp Archives: Changed the way paths are built for the archives. 2015-01-03 20:46:05 -05:00
file_util.h Archives: Changed the way paths are built for the archives. 2015-01-03 20:46:05 -05:00
hash.cpp License change 2014-12-20 21:20:24 -08:00
hash.h License change 2014-12-20 21:20:24 -08: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 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 2015-01-21 13:31:10 -08:00
linear_disk_cache.h License change 2014-12-20 21:20:24 -08:00
make_unique.h Common: Add a clone of std::make_unique 2014-12-20 03:45:02 -02:00
math_util.cpp License change 2014-12-20 21:20:24 -08:00
math_util.h License change 2014-12-20 21:20:24 -08:00
mem_arena.cpp Common: Remove dead platform #ifdefs to make the code more readable. 2015-01-06 18:57:28 +00:00
mem_arena.h Common: Remove dead platform #ifdefs to make the code more readable. 2015-01-06 18:57:28 +00:00
memory_util.cpp License change 2014-12-20 21:20:24 -08:00
memory_util.h License change 2014-12-20 21:20:24 -08:00
misc.cpp License change 2014-12-20 21:20:24 -08:00
msg_handler.cpp License change 2014-12-20 21:20:24 -08:00
msg_handler.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
platform.h Common: Remove dead platform #ifdefs to make the code more readable. 2015-01-06 18:57:28 +00: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 MSVC-related #defines and add CMakeLists comment 2014-12-29 20:12:03 -08:00
string_util.h License change 2014-12-20 21:20:24 -08:00
swap.h Common: Remove dead platform #ifdefs to make the code more readable. 2015-01-06 18:57:28 +00:00
symbols.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
symbols.h License change 2014-12-20 21:20:24 -08:00
thread.cpp Fix MSVC-related #defines and add CMakeLists comment 2014-12-29 20:12:03 -08:00
thread.h License change 2014-12-20 21:20:24 -08:00
thread_queue_list.h Common: Clean up ThreadQueueList 2015-01-07 18:38:25 -02:00
thunk.h License change 2014-12-20 21:20:24 -08:00
timer.cpp License change 2014-12-20 21:20:24 -08:00
timer.h License change 2014-12-20 21:20:24 -08:00
utf8.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
utf8.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00