summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CoreTiming: Initialize static variables at bootup.bunnei2015-05-021-0/+10
|
* Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift2015-02-191-2/+2
|
* core/video_core: Use in-place construction where possibleLioncash2015-02-171-1/+1
|
* Merge pull request #529 from Subv/masterbunnei2015-02-141-5/+5
|\ | | | | Build: Fixed some warnings
| * Build: Fixed some warningsSubv2015-02-121-5/+5
| |
* | core: Apply static to local functionsLioncash2015-02-131-7/+7
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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.
* core_timing: Mark several variables as staticLioncash2015-01-201-14/+14
| | | | These are only used in this translation unit.
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-0/+2
|
* CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv2015-01-071-394/+315
| | | | | | Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
* License changepurpasmart962014-12-211-2/+2
|
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-4/+4
|
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-6/+6
|
* Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2014-11-191-24/+24
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|
* Core: Replace a sprintf in core_timing with StringFromFormatLioncash2014-09-131-5/+7
|
* Removed common/std_xyz, instead using the std headerarchshift2014-09-071-1/+1
|
* Removed common/atomic, instead using std::atomicarchshift2014-09-031-4/+4
|
* fixed project includes to use new directory structurebunnei2014-04-091-6/+7
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+623