- 20 Oct, 2009 1 commit
-
-
vladlosev authored
Implements support for AssertionResult in Boolean assertions such as EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests.
-
- 30 Sep, 2009 1 commit
-
-
zhanyong.wan authored
Enables death tests on minGW (by Vlad Losev).
-
- 11 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 04 Sep, 2009 1 commit
-
-
zhanyong.wan authored
More implementation of the event listener interface (by Vlad Losev); Reduces 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).
-
- 11 Aug, 2009 1 commit
-
-
chandlerc authored
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'.
-
- 16 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 17 Jun, 2009 1 commit
-
-
zhanyong.wan authored
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
-
- 11 Jun, 2009 1 commit
-
-
zhanyong.wan authored
-
- 28 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 25 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 18 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-
- 11 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-
- 06 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-
- 13 Feb, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 09 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 22 Jan, 2009 1 commit
-
-
zhanyong.wan authored
-
- 10 Dec, 2008 1 commit
-
-
shiqian authored
-
- 27 Nov, 2008 1 commit
-
-
vladlosev authored
-
- 20 Nov, 2008 2 commits
- 12 Oct, 2008 1 commit
-
-
shiqian authored
-
- 11 Oct, 2008 1 commit
-
-
shiqian authored
- 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).
-
- 08 Oct, 2008 1 commit
-
-
preston.jackson authored
-
- 08 Sep, 2008 1 commit
-
-
shiqian authored
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev).
-
- 09 Jul, 2008 1 commit
-
-
shiqian authored
Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio.
-
- 03 Jul, 2008 1 commit
-
-
shiqian authored
-