summaryrefslogtreecommitdiff
path: root/utils/unittest/UnitTestMain
Commit message (Expand)AuthorAge
* Fix MSVC release mode compilation error.Francois Pichet2010-10-02
* Fix line endings from my last commit.Michael J. Spencer2010-09-24
* unittests: Support Windows.Michael J. Spencer2010-09-24
* 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
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-09
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-26
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-20
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-13