Commit Graph

21 Commits (53ba65db436eb9c25ac71e17bfb8685d599b1681)

Author SHA1 Message Date
archshift e011acaa84 Removed swap code redundancy and moved common swap code to swap.h 10 years ago
bunnei 50a0c4f14f Merge pull request #581 from archshift/tfe
Added information reporting from ThrowFatalError
10 years ago
archshift 0420a4d1de Added information reporting from ThrowFatalError
This was RE'd from the errdisp applet.
10 years ago
archshift 4fb75d220a Misc cleanup of common and related functions 10 years ago
archshift 302f0b32f5 Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h 10 years ago
purpasmart96 c3c309f33d ConfigMem: Clean up the Config memory to be more like the shared page and moved
the helper macro for padding to common_funcs.h
10 years ago
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.
10 years ago
Yuri Kunde Schlesner fc11aff955 Common: Fix SCOPE_EXIT to actually create unique identifiers. 10 years ago
darkf 8ba9ac0f74 Fix merge conflicts 10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
Yuri Kunde Schlesner eda30c36ee Added missing include in common_funcs.h 10 years ago
Yuri Kunde Schlesner 8a681cdf3d Remove redundant include from common_funcs.h 10 years ago
Tony Wasserka 0cd27a511e Some code cleanup. 10 years ago
Tony Wasserka 27280f178b Fix some headers to include their dependencies properly. 10 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 10 years ago
darkf 459502e48c Fix MinGW build 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Lioncash 90e994471a Common: Move header guards over to pragma once
Also replaced C headers with the C++ equivalent ones
11 years ago
bunnei 43bc2ac724 added MIN, MAX, and CLAMP macros to common_funcs 11 years ago
bunnei 535947a0e1 fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of it 11 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 11 years ago