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
Moves a code block in gtest.cc to mirror the change in the Google internal version of gtest. More... over 15 years ago
Value-parameterized tests and many bugfixes More... over 15 years ago
Clarifies how gtest supports different platforms in README and code comments. More... over 15 years ago
Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck. More... over 15 years ago
Fixes the VC project. Contributed by Rainer Klaffenboeck. More... over 15 years ago
On some Linux distros, you need to explicitly #include <limits.h> to get the definition of PATH_MAX. This patch adds it in the appropriate place. More... over 15 years ago
Fixes the header search path in SConscript and add SConscript to the distribution. More... over 15 years ago
Many changes: - 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). More... over 15 years ago
Adding tests to Xcode project More... over 15 years ago
Adding tests to Xcode project More... over 15 years ago
Lots of changes: * changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum. More... over 15 years ago
Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines. More... over 15 years ago
Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw too). More... over 15 years ago
Prepares gtest for release 1.1.0. More... over 15 years ago
Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non-English Windows. By [email protected]. More... almost 16 years ago
Adds exception assertions. By [email protected]. More... almost 16 years ago
adding two headers to the Xcode project More... almost 16 years ago
Improves thread-safe death tests by changing to the original working directory before they are executed; also fixes out-dated comments about death tests. More... almost 16 years ago
Adds new files for type-parameterized tests, which I forgot to commit in the previous revision. More... almost 16 years ago
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev). More... almost 16 years ago
Implement wide->UTF-8 string conversion more correctly More... almost 16 years ago
Adds a sample on using Google Test as a Mac framework. By Preston Jackson. More... almost 16 years ago
Changes test creation functions to factories. By Vlad Losev. More... almost 16 years ago
Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan. More... almost 16 years ago
Adds Xcode's version requirement to README. By Preston Jackson. More... almost 16 years ago
Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt mode. More... almost 16 years ago
Makes gtest work on Windows Mobile and Symbian. By Mika Raento. More... almost 16 years ago
Makes death tests create temporary files in /tmp instead of the current folder. More... almost 16 years ago
Adds a test for the GTEST_PRINT_TIME env var. By [email protected]. More... almost 16 years ago
Adds --gtest_print_test for printing the elapsed time of tests. More... almost 16 years ago