- 02 Oct, 2009 1 commit
-
-
zhanyong.wan authored
-
- 01 Oct, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 30 Sep, 2009 3 commits
-
-
zhanyong.wan authored
Fixes a typo in __GNUC__ (by Zhanyong Wan).
-
zhanyong.wan authored
Enables death tests on minGW (by Vlad Losev).
-
zhanyong.wan authored
Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev).
-
- 24 Sep, 2009 2 commits
-
-
zhanyong.wan authored
Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to simplify gtest code (by Zhanyong Wan).
-
zhanyong.wan authored
-
- 22 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 21 Sep, 2009 1 commit
-
-
zhanyong.wan authored
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the scons script build in a deterministic order (by Zhanyong Wan).
-
- 18 Sep, 2009 2 commits
-
-
zhanyong.wan authored
Renames the TestPartResult type enums and adjusts the order of methods in the event listener interface (by Vlad Losev).
-
zhanyong.wan authored
assignment operator cannot be generated) enabled.
-
- 17 Sep, 2009 2 commits
-
-
zhanyong.wan authored
Renames the methods in the event listener API, and changes the order of *End events (by Vlad Losev).
-
zhanyong.wan authored
-
- 16 Sep, 2009 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
GTEST_HIDE_UNREACHABLE_CODE_ to GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ (by Vlad Losev).
-
- 11 Sep, 2009 4 commits
-
-
zhanyong.wan authored
Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan).
-
zhanyong.wan authored
-
zhanyong.wan authored
-
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).
-
- 01 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 28 Aug, 2009 2 commits
-
-
preston.a.jackson authored
Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line.
-
vladlosev authored
-
- 26 Aug, 2009 1 commit
-
-
zhanyong.wan authored
-
- 21 Aug, 2009 1 commit
-
-
preston.a.jackson authored
Cleaning up gtest.xcode. Removing old tests, using gtest-all.cc, adding a static libgtest.a and a static libgtest_main.a, fixing the sample code to work with changes.
-
- 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'.
-
- 10 Aug, 2009 1 commit
-
-
chandlerc authored
POSIX regex support. Patch contributed by Monty Taylor <monty.taylor@gmail.com> to the protocol buffer project, and relayed by Kenton to GoogleTest. Tweaked to include the new define in the #endif comment.
-
- 07 Aug, 2009 1 commit
-
-
zhanyong.wan authored
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev).
-
- 23 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 22 Jul, 2009 1 commit
-
-
zhanyong.wan authored
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev).
-
- 16 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 15 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 14 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 13 Jul, 2009 1 commit
-
-
zhanyong.wan authored
Adds color support for TERM=linux (by Alexander Demin); renames List to Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev).
-
- 01 Jul, 2009 2 commits
-
-
zhanyong.wan authored
Makes List a random-access data structure. This simplifies the implementation and makes it easier to implement test shuffling.
-
zhanyong.wan authored
Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev).
-
- 25 Jun, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
Refactors for the event listener API (by Vlad Losev): hides some methods in UnitTest; implements the result printers using the public API.
-