aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core_timing.cpp
Commit message (Collapse)AuthorAge
* Core : Fix Conversion WarningsGravatar zawata2015-07-19
|
* Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* CoreTiming: Initialize static variables at bootup.Gravatar bunnei2015-05-01
|
* Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-18
|
* core/video_core: Use in-place construction where possibleGravatar Lioncash2015-02-17
|
* Merge pull request #529 from Subv/masterGravatar bunnei2015-02-14
|\ | | | | Build: Fixed some warnings
* | core: Apply static to local functionsGravatar Lioncash2015-02-13
| |
| * Build: Fixed some warningsGravatar Subv2015-02-12
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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 staticGravatar Lioncash2015-01-20
| | | | These are only used in this translation unit.
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
|
* CoreTiming: Ported the CoreTiming namespace from PPSSPPGravatar Subv2015-01-07
| | | | | | Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
* License changeGravatar purpasmart962014-12-20
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Core: Replace a sprintf in core_timing with StringFromFormatGravatar Lioncash2014-09-12
|
* Removed common/std_xyz, instead using the std headerGravatar archshift2014-09-07
|
* Removed common/atomic, instead using std::atomicGravatar archshift2014-09-02
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08