0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
avoids clash with the max() macro on Windows More... over 10 years ago
supports a protocol for catching tests that prematurely exit More... over 10 years ago
Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3 More... over 10 years ago
fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue More... almost 11 years ago
allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to Jimi Xenidis for reporting the issue and the fix. More... almost 11 years ago
makes gtest-death-test_test.cc compile on platforms that don't support death tests; h/t to Steve Robbins for reporting the issue and suggesting the fix. More... almost 11 years ago
Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. More... almost 11 years ago
When --gtest_filter is specified, XML report now doesn't contain information about tests that are filtered out (issue 141). More... almost 11 years ago
Fixes a thread annotation; updates CHANGES for 1.7.0 More... about 11 years ago
prints type/value parameters when listing tests More... about 11 years ago
Updates the version number to 1.7.0 More... about 11 years ago
Implements support for calling Test::RecordProperty() outside of a test. More... about 11 years ago
Fixes some compatibility issues with STLport. More... about 11 years ago
Replaces unportable == with portable = in configure.ac. Contributed by [email protected]. More... about 11 years ago
Prints a useful message when GetParam() is called in a non-parameterized test. More... about 11 years ago
Supports colored output on term type screen-256color. More... about 11 years ago
Fixes unused function warning on Mac, and fixes compatibility with newer GCC. More... about 11 years ago
Fixes a nasty issue in gtest's template instantiation. More... about 11 years ago
Implements RUN_ALL_TESTS() as a function. More... about 11 years ago
Removes an unused variable; also refactors to support an up-coming googlemock change. More... about 11 years ago
Removes dangling references in make/cmake files. More... about 11 years ago
Adds -pthread and changes -I to -isystem in gtest's build instructions. More... about 11 years ago
add .gitignore, README-dusty-update-git More... about 11 years ago
Fixes gUnit streaming output format. More... about 11 years ago
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment. More... about 11 years ago
Fixes an out-dated URL. More... about 11 years ago
Adds the LICENSE file to the distribution. More... about 11 years ago
Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support for death tests in iOS simulator. More... over 11 years ago
Unfortunately, the svn repo is a bit out of date. This commit contains 8 changes that haven't made it to svn. The descriptions of each change are listed below. More... over 11 years ago
Improves Android support (by David Turner). More... over 11 years ago