summaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-linked_ptr.h
Commit message (Collapse)AuthorAgeFilesLines
* Expressed the thread-safety annotations in code, replacing the existing ↵vladlosev2011-10-241-4/+4
| | | | comment-based system (by Aaron Jacobs).
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused ↵zhanyong.wan2010-10-111-9/+0
| | | | linked_ptr::release() method (by Zhanyong Wan).
* 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 ↵zhanyong.wan2010-02-241-1/+1
| | | | Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth).
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+242