aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC ↵zhanyong.wan2009-09-111-7/+2
| | | | projects.
* More implementation of the event listener interface (by Vlad Losev); Reduces ↵zhanyong.wan2009-09-041-3/+14
| | | | the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
* Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.chandlerc2009-08-111-0/+2
| | | | | | | | | Missing these caused failures on platforms depending on them as well as general failures of the dedicated tests for the tuple implementation. Change was tested by running 'make distcheck' and then extracting the result to an entirely separate location (a subdirectory is insufficient, thank you Autotools) and running './configure; make check'.
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-0/+5
|
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-0/+17
| | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-111-0/+8
|
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-281-0/+9
|
* Ports gtest to minGW (by Kenton Varda).zhanyong.wan2009-04-251-2/+3
|
* Adds scripts/test/Makefile to the distribution in trunk.zhanyong.wan2009-03-181-0/+1
|
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-111-0/+6
|
* Implements --gtest_throw_on_failure for using gtest with other testing ↵zhanyong.wan2009-03-061-1/+15
| | | | frameworks.
* Removes upload*.py from the release package, as they are useless without an ↵zhanyong.wan2009-02-131-2/+0
| | | | SVN checkout.
* Adds upload_gtest.py for uploading a Google Test patch for review.zhanyong.wan2009-02-131-0/+2
|
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-091-2/+3
|
* Adds a script to fuse gtest source files into a .h and a .cc.zhanyong.wan2009-01-221-0/+1
|
* Adds Makefile to the distribution pacakge.shiqian2008-12-101-0/+1
|
* Merged build script fix from branches/release-1.2vladlosev2008-11-271-0/+1
|
* Sorts the sample and test targets in Makefile.am within their functional group.shiqian2008-11-201-53/+53
|
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-2/+40
|
* Fixes the header search path in SConscript and add SConscript to the ↵shiqian2008-10-121-0/+1
| | | | distribution.
* Many changes:shiqian2008-10-111-1/+14
| | | | | | | | | | | | - 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).
* Adding tests to Xcode projectpreston.jackson2008-10-081-1/+4
|
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-081-3/+40
| | | | case-insensitive wide string comparison to the String class (by Vlad Losev).
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-091-0/+13
| | | | Microsoft Visual Studio.
* Initial import.shiqian2008-07-031-0/+250