aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-filepath.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the bug where the XML output path is affected by test changing the ↵zhanyong.wan2009-01-261-0/+9
| | | | current directory. By Stefan Weigand.
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-081-1/+1
|
* Lots of changes:shiqian2008-09-261-5/+35
| | | | | | | | * 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.
* Improves thread-safe death tests by changing to the original working ↵shiqian2008-09-121-0/+6
| | | | directory before they are executed; also fixes out-dated comments about death tests.
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest ↵shiqian2008-07-081-12/+0
| | | | compile on Windows CE.
* Initial import.shiqian2008-07-031-0/+168