summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Improves documentation on gtest's macros.kosak@google.com2014-01-122-0/+241
* allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to...zhanyong.wan2013-07-081-1/+1
* Prevents pump.py from splitting long IWYU pragma lines.vladlosev2012-08-141-15/+23
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-2/+2
* Fixes scripts/test/Makefile failing with link error.vladlosev2010-11-191-1/+3
* Fixes two pump.py bugs. One of them ("$range 1..n $$ comment" doesn't parse) ...zhanyong.wan2010-11-091-18/+30
* Removes uses of deprecated AssertionFailure() API (by Vlad Losev).zhanyong.wan2010-09-271-8/+5
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-142-11/+11
* Adds the pump.py script.zhanyong.wan2010-03-231-0/+835
* Removes the old DLL solution.zhanyong.wan2010-03-051-169/+0
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-4/+4
* Moves gtest.def from src/ to msvc/.zhanyong.wan2009-12-181-3/+3
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-181-0/+169
* Removes gtest's dependency on python2.4.zhanyong.wan2009-09-221-1/+1
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-091-52/+55
* Adds upload_gtest.py for uploading a Google Test patch for review.zhanyong.wan2009-02-132-0/+1465
* Adds a script to fuse gtest source files into a .h and a .cc.zhanyong.wan2009-01-222-0/+304
* Necessary changes to gtest-config.in for supporting the up-coming release of ...shiqian2008-12-091-44/+119
* Many changes:shiqian2008-10-111-15/+15
* Initial import.shiqian2008-07-032-0/+932