aboutsummaryrefslogtreecommitdiffstats
path: root/utils/unittest
Commit message (Expand)AuthorAgeFilesLines
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-262-4/+0
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-121-1/+3
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-202-2/+4
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-133-1/+35
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-052-1/+26
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-181-1/+1
* Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer2009-07-271-1/+1
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-081-0/+2
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-122-6/+10
* FIx spelling.Mike Stump2009-02-051-2/+2
* Probe for flags before using them to try to help compiling withMike Stump2009-02-051-1/+4
* Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman2009-01-052-1/+1
* We also removed gtest-all.cc from the distribution tarball.Misha Brukman2009-01-021-3/+2
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-018-85/+16
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-0112-2/+35
* Import of Google Test 1.2.1, with the non-essential bits removed.Misha Brukman2008-12-3129-0/+22431