summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/StdThread.h
AgeCommit message (Expand)Author
2013-08-29[Android] Android NDK now supports full implementations of std::mutex, std::t...Ryan Houdek
2013-04-18Fix clang building the std headers.Ryan Houdek
2013-03-29MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files backPierre Bourdon
2013-03-29Use libc++ for Mac OS X builds now that we require >= 10.7 anywayPierre Bourdon
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-26ARM Support without GLSLRyan Houdek
2012-05-26Merge branch 'misc-speedups'skidau
2012-02-24enable c++11 compilation in cmakelistsJordan Woyak
2012-01-07a small thread synchronization speedup for dual core mode.nitsuja
2011-03-12Fix things so that those who wish to compile with -std=c++0x can. To active ...Glenn Rice
2011-03-04First Revert my changes to VertexLoader.cpp, i don't own the games that get e...Rodolfo Osvaldo Bogado
2011-01-29Equip any new threads with an NSAutoreleasePool.Soren Jorvang
2011-01-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak