summaryrefslogtreecommitdiff
path: root/utils/unittest
Commit message (Expand)AuthorAge
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-23
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-03
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-03
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-03
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-02
* Merge gtest-1.5.0.Benjamin Kramer2010-06-02
* Merge gtest-1.4.0.Benjamin Kramer2010-06-02
* Merge gtest-1.3.0.Benjamin Kramer2010-06-02
* silence some -Wmissing-field-initializers warnings.Chris Lattner2010-04-18
* Fix -Asserts warnings.Daniel Dunbar2010-04-13
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-09
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-09
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-09
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Fix an issue in googletest where a name was used before it was defined.Eli Friedman2009-12-18
* Remove superfluous 'extern' variable that was causing a warning with clang.Bill Wendling2009-12-16
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-26
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-12
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-20
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-13
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-05
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer2009-07-27
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-08
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-12
* FIx spelling.Mike Stump2009-02-05
* Probe for flags before using them to try to help compiling withMike Stump2009-02-05
* Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman2009-01-05
* We also removed gtest-all.cc from the distribution tarball.Misha Brukman2009-01-02
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-01
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-01
* Import of Google Test 1.2.1, with the non-essential bits removed.Misha Brukman2008-12-31