index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Src
/
StdThread.h
Age
Commit message (
Expand
)
Author
2013-08-29
[Android] Android NDK now supports full implementations of std::mutex, std::t...
Ryan Houdek
2013-04-18
Fix clang building the std headers.
Ryan Houdek
2013-03-29
MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files back
Pierre Bourdon
2013-03-29
Use libc++ for Mac OS X builds now that we require >= 10.7 anyway
Pierre Bourdon
2013-03-19
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
lioncash
2013-02-26
ARM Support without GLSL
Ryan Houdek
2012-05-26
Merge branch 'misc-speedups'
skidau
2012-02-24
enable c++11 compilation in cmakelists
Jordan Woyak
2012-01-07
a small thread synchronization speedup for dual core mode.
nitsuja
2011-03-12
Fix things so that those who wish to compile with -std=c++0x can. To active ...
Glenn Rice
2011-03-04
First Revert my changes to VertexLoader.cpp, i don't own the games that get e...
Rodolfo Osvaldo Bogado
2011-01-29
Equip any new threads with an NSAutoreleasePool.
Soren Jorvang
2011-01-27
Replaced Common::Thread with a partial implementation of std::thread. (rvalue...
Jordan Woyak