0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the scons script build in a deterministic order (by Zhanyong Wan). More... over 14 years ago
Renames the TestPartResult type enums and adjusts the order of methods in the event listener interface (by Vlad Losev). More... over 14 years ago
Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor / assignment operator cannot be generated) enabled. More... over 14 years ago
Renames the methods in the event listener API, and changes the order of *End events (by Vlad Losev). More... over 14 years ago
Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) enabled. More... over 14 years ago
Fixes line-ending in the new -md VC projects. More... over 14 years ago
Small code simplification (by Vlad Losev). More... over 14 years ago
Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames GTEST_HIDE_UNREACHABLE_CODE_ to GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ (by Vlad Losev). More... over 14 years ago
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). More... almost 15 years ago
Adjusts VC projects' output directories such that the output files don't step on each other. More... almost 15 years ago
Really removes unneeded VC projects. More... almost 15 years ago
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects. More... almost 15 years ago
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). More... almost 15 years ago
Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad Losev). More... almost 15 years ago
Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line. More... almost 15 years ago
Adds /MD(d) versions of VC++ projects. More... almost 15 years ago
Fixes an uninitialized field in class OsStackTraceGetter. More... almost 15 years ago
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. More... almost 15 years ago
Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump. Missing these caused failures on platforms depending on them as well as general failures of the dedicated tests for the tuple implementation. More... almost 15 years ago
Unbreak the build for Solaris by selecting the correct include headers for its POSIX regex support. Patch contributed by Monty Taylor <[email protected]> to the protocol buffer project, and relayed by Kenton to GoogleTest. Tweaked to include the new define in the #endif comment. More... almost 15 years ago
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). More... almost 15 years ago
Makes gtest compilable on Win CE. More... almost 15 years ago
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). More... almost 15 years ago
More refactoring for the event listener API, by Vlad Losev. More... almost 15 years ago
Makes gtest report failures to Visual Studio's Output window. Based on code by Alexander Demin. More... almost 15 years ago
Adds the command line flags needed for test shuffling. Most code by Josh Kelley. More... almost 15 years ago
Adds color support for TERM=linux (by Alexander Demin); renames List to Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev). More... almost 15 years ago
Makes List a random-access data structure. This simplifies the implementation and makes it easier to implement test shuffling. More... almost 15 years ago
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). More... almost 15 years ago
Makes list traversal O(N) instead of O(N^2) (by Zhanyong Wan). More... almost 15 years ago