aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Add myself to ContributorsSoyeon Kim1-0/+1
2022-03-08Add myself to contributorsSzymon Sobik1-0/+1
2021-07-07Googletest exportAbseil Team1-0/+1
Add `Conditional` wrapper to gtest This follows an initial proposal for an 'EqIff` matcher. `Conditional` was considered more precise as an EqIff() matcher may suffer from `Iff` not being universally understood. PiperOrigin-RevId: 383407665
2021-01-26Googletest exportAbseil Team1-0/+63
Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
2015-08-25Move everything in googletest into googletest/googletestBilly Donahue1-37/+0
2011-04-14Adds Pasi to CONTRIBUTORS and documents the latest changes.zhanyong.wan1-0/+1
2010-03-25Adds Hady and Manuel to CONTRIBUTORS.zhanyong.wan1-0/+2
2010-03-05Adds Miklós Fazekas to CONTRIBUTORSvladlosev1-0/+1
2009-08-21Cleaning up gtest.xcode. Removing old tests, using gtest-all.cc, adding a ↵preston.a.jackson1-1/+1
static libgtest.a and a static libgtest_main.a, fixing the sample code to work with changes.
2009-01-10Adds Eric Roman to the contributor list.shiqian1-0/+1
2008-11-20Value-parameterized tests and many bugfixesvladlosev1-0/+2
2008-11-10Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.shiqian1-0/+1
2008-10-11Many changes:shiqian1-0/+1
- 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).
2008-08-06Changes test creation functions to factories. By Vlad Losev.shiqian1-0/+1
2008-07-25Adds an Xcode project for building gtest. By Preston Jackson.shiqian1-0/+1
2008-07-23Makes the output understandable by VS when compiled by MSVC.shiqian1-0/+1
2008-07-03Initial import.shiqian1-0/+25