aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-type-util.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the logic for determining whether cxxabi.h is available.zhanyong.wan2009-06-111-4/+6
|
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
|
* Lots of changes:shiqian2008-09-261-0/+6
| | | | | | | | * 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.
* Adds new files for type-parameterized tests, which I forgot to commit in the ↵shiqian2008-09-091-0/+3313
previous revision.