index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
thread.h
Age
Commit message (
Collapse
)
Author
2015-06-28
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-16
Common: thread.h cleanups
Yuri Kunde Schlesner
The helper classes are rendered obsolete by C++11 lambdas. Also made formatting conform to our code style.
2015-03-01
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-13
New logging system
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵
Emmanuel Gil Peyrot
or generated
2014-11-18
Remove extraneous semicolons
Lioncash
2014-09-07
Removed common/std_xyz, instead using the std header
archshift
2014-08-17
Common: Move remaining C header includes over to their C++ equivalent
Lioncash
2014-08-17
Common: Move header guards over to pragma once
Lioncash
Also replaced C headers with the C++ equivalent ones
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei