summaryrefslogtreecommitdiffstats
path: root/include/gtest/gtest-spi.h
Commit message (Collapse)AuthorAgeFilesLines
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-1/+1
|
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the ↵zhanyong.wan2010-09-271-2/+2
| | | | second argument.
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
|
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-2/+2
|
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-8/+17
| | | | | | Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev).
* Renames the TestPartResult type enums and adjusts the order of methods in ↵zhanyong.wan2009-09-181-6/+8
| | | | the event listener interface (by Vlad Losev).
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-15/+0
|
* Many changes:shiqian2008-10-111-123/+103
| | | | | | | | | | | | - 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).
* Lots of changes:shiqian2008-09-261-0/+9
| | | | | | | | * 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.
* Initial import.shiqian2008-07-031-0/+247