aboutsummaryrefslogtreecommitdiff
path: root/utils/unittest
AgeCommit message (Expand)Author
2010-04-18silence some -Wmissing-field-initializers warnings.Chris Lattner
2010-04-13Fix -Asserts warnings.Daniel Dunbar
2010-04-09add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner
2010-03-09Continue propagating the GoogleTest flags until we can update our version toChandler Carruth
2010-03-09Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2009-12-18Fix an issue in googletest where a name was used before it was defined.Eli Friedman
2009-12-16Remove superfluous 'extern' variable that was causing a warning with clang.Bill Wendling
2009-10-26Remove / use flags that are now set in the Makefile.config.Julien Lerouge
2009-10-12Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan
2009-09-20Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar
2009-09-13Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar
2009-09-05Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-07-27Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer
2009-05-08Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner
2009-02-12Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge
2009-02-05FIx spelling.Mike Stump
2009-02-05Probe for flags before using them to try to help compiling withMike Stump
2009-01-05Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman
2009-01-02We also removed gtest-all.cc from the distribution tarball.Misha Brukman
2009-01-01* Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman
2009-01-01Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman
2008-12-31Import of Google Test 1.2.1, with the non-essential bits removed.Misha Brukman