summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-16general: Silence some warnings when using clangLioncash1-1/+2
2015-09-12general: Replace 0 literals with nullptr where applicableLioncash1-1/+1
2015-07-19Core : Fix Conversion Warningszawata1-1/+1
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot1-2/+1
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot1-0/+1
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-02CoreTiming: Initialize static variables at bootup.bunnei1-0/+10
2015-02-19Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift1-2/+2
2015-02-17core/video_core: Use in-place construction where possibleLioncash1-1/+1
2015-02-13core: Apply static to local functionsLioncash1-7/+7
2015-02-12Build: Fixed some warningsSubv1-5/+5
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
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-01-20core_timing: Mark several variables as staticLioncash1-14/+14
These are only used in this translation unit.
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-0/+2
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv1-394/+315
Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
2014-12-21License changepurpasmart961-2/+2
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-4/+4
2014-12-03Change NULLs to nullptrs.Rohit Nirmal1-6/+6
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot1-24/+24
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-09-13Core: Replace a sprintf in core_timing with StringFromFormatLioncash1-5/+7
2014-09-07Removed common/std_xyz, instead using the std headerarchshift1-1/+1
2014-09-03Removed common/atomic, instead using std::atomicarchshift1-4/+4
2014-04-09fixed project includes to use new directory structurebunnei1-6/+7
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2bunnei1-421/+405
2013-10-02added core_timing and system modules to core vcprojShizZy1-0/+639