aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵zhanyong.wan2010-02-241-4/+4
| | | | 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).
* 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 ↵zhanyong.wan2009-04-091-52/+55
| | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
* 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
| | | | Google C++ Mocking Framework. By Chandler Carruth.
* Many changes:shiqian2008-10-111-15/+15
| | | | | | | | | | | | - appends "_" to internal macro names (by Markus Heule). - makes Google Test work with newer versions of tools on Symbian and Windows CE (by Mika Raento). - adds the (ASSERT|EXPECT)_NO_FATAL_FAILURE macros (by Markus Heule). - changes EXPECT_(NON|)FATAL_FAILURE to catch failures in the current thread only (by Markus Heule). - adds the EXPECT_(NON|)FATAL_FAILURE_ON_ALL_THREADS macros (by Markus Heule). - adds GTEST_HAS_PTHREAD and GTEST_IS_THREADSAFE to indicate the availability of <pthread.h> and Google Test's thread-safety (by Zhanyong Wan). - adds scons/SConscript for building with scons (by Joi Sigurdsson). - adds src/gtest-all.cc for building Google Test from a single file (by Markus Heule). - updates the xcode project to include new tests (by Preston Jackson).
* Initial import.shiqian2008-07-032-0/+932