index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
thread.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-04-01
1
-5
/
+5
*
common/thread: Remove unused functions
Lioncash
2019-03-29
1
-4
/
+0
*
common/thread: Make Barrier's 'count' member non-const
Lioncash
2018-11-22
1
-1
/
+1
*
common/thread: Initialize class member variables where applicable
Lioncash
2018-11-22
1
-6
/
+4
*
common/thread: Group non-member functions together
Lioncash
2018-11-22
1
-3
/
+2
*
common/thread: Remove SleepCurrentThread()
Lioncash
2018-11-22
1
-1
/
+0
*
common/thread: Remove unused CurrentThreadId()
Lioncash
2018-11-22
1
-2
/
+0
*
common/thread: remove YieldCPU()
Weiyi Wang
2018-09-22
1
-8
/
+0
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-5
/
+5
*
common/thread: Remove unnecessary feature checking for thread_local
Lioncash
2018-04-20
1
-19
/
+0
*
Common::Event: add WaitUntil
wwylele
2016-12-26
1
-0
/
+10
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-18
/
+22
*
Thread: Make Barrier reusable
MerryMage
2016-04-14
1
-5
/
+5
*
common/thread: Correct code style
MerryMage
2016-04-14
1
-21
/
+19
*
Common: Cleanup thread includes.
Emmanuel Gil Peyrot
2015-06-28
1
-14
/
+2
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+0
*
Common: thread.h cleanups
Yuri Kunde Schlesner
2015-04-16
1
-65
/
+16
*
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-03-02
1
-0
/
+19
*
License change
purpasmart96
2014-12-21
1
-2
/
+2
*
New logging system
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+1
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-4
/
+4
*
Remove extraneous semicolons
Lioncash
2014-11-18
1
-1
/
+1
*
Removed common/std_xyz, instead using the std header
archshift
2014-09-07
1
-4
/
+3
*
Common: Move remaining C header includes over to their C++ equivalent
Lioncash
2014-08-17
1
-2
/
+2
*
Common: Move header guards over to pragma once
Lioncash
2014-08-17
1
-4
/
+1
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-4
/
+4
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+156