summaryrefslogtreecommitdiff
path: root/src/mutex.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Mark single argument constructors in mutex.h as explicit.Dan Minor1-2/+2
2016-11-25enh: Refactored Bazel BUILD rulesAndreas Schuh1-1/+1
2016-11-25Revert "enh: Rename private sources, include public headers with rel path"Andreas Schuh1-1/+1
2016-11-25enh: Rename private sources, include public headers with rel pathAndreas Schuh1-1/+1
2015-10-27#124 Remove using namespace from mutex.hAndreas Schuh1-3/+0
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh1-2/+2
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh1-4/+4
2014-03-15Check if pthread_rwlock_t is available and use it if so.Andreas Schuh1-1/+1
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh1-7/+7
2013-04-21Add CMakeLists.txt and adapt source files accordingly.Andreas Schuh1-9/+4
2011-07-29Some reorganization that results from a new method I'm moving to toCraig Silverstein1-3/+10
2009-09-11Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com>Craig Silverstein1-16/+62
2009-04-15Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com>Craig Silverstein1-0/+303