aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-linked_ptr.h
Commit message (Expand)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-243/+0
* Add asserts to prevent mysterious hangs in a non-thread-safe gmock build.kosak2015-02-141-2/+12
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-241-4/+4
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-111-9/+0
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-1/+1
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-1/+1
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+242