0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and exceptions enabled (by Zhanyong Wan). More... about 15 years ago
Fixes MSVC casting warning. More... about 15 years ago
Works around a VC bug by avoiding defining a function named strdup(). More... about 15 years ago
Simplifies implementation by defining a POSIX portability layer; adds the death test style flag to --help. More... about 15 years ago
Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra. More... about 15 years ago
Cleans up death test implementation (by Vlad Losev); changes the XML format to be closer to junitreport (by Zhanyong Wan). More... about 15 years ago
Adds scripts/test/Makefile to the distribution in trunk. More... about 15 years ago
Updates the 1.3.0 release note. More... about 15 years ago
Fixes two tests on Cygwin, which has no python 2.4. More... about 15 years ago
Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on Mac. More... about 15 years ago
Fixes a typo in Vlad's email address. More... about 15 years ago
Implements the --help flag; fixes tests on Windows. More... about 15 years ago
Fixes build failure on Windows, by Rainer Klaffenboeck. More... about 15 years ago
Fixes death-test-related tests on Windows, by Vlad Losev. More... about 15 years ago
Implements --gtest_throw_on_failure for using gtest with other testing frameworks. More... about 15 years ago
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. More... about 15 years ago
Cleans up macro definitions. More... about 15 years ago
Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to be C++ standard compliant. More... over 15 years ago
Removes upload*.py from the release package, as they are useless without an SVN checkout. More... over 15 years ago
Adds upload_gtest.py for uploading a Google Test patch for review. More... over 15 years ago
Removes svn:executable and sets svn:eol-style to CRLF for VS project files. More... over 15 years ago
Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc. More... over 15 years ago
Implements the test sharding protocol. By Eric Fellheimer. More... over 15 years ago
Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to be used with gcc. More... over 15 years ago
Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev). More... over 15 years ago
Exposes gtest flags to user code access. By Alexander Demin. More... over 15 years ago
Fixes some warnings when compiled with MSVC at warning level 4. More... over 15 years ago
Implements a simple regex matcher (to be used by death tests on Windows). More... over 15 years ago
Simplifies gtest's implementation by using an existing API to get the original working directory. More... over 15 years ago
Fixes the bug where the XML output path is affected by test changing the current directory. By Stefan Weigand. More... over 15 years ago