Age | Commit message (Expand) | Author |
---|---|---|
2011-12-15 | build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile | Daniel Dunbar |
2011-02-28 | Don't install libUnitTestMain.a. It might be useless without gtest headers. | NAKAMURA Takumi |
2010-06-03 | Disable pthread support in googletest if llvm was configured without threads. | Benjamin Kramer |
2010-06-03 | Turns out gtest still prefers the system <tr1/tuple> over it's own | Benjamin Kramer |
2010-06-02 | Update Readme and Makefiles for the new gtest. | Benjamin Kramer |
2010-03-09 | Continue propagating the GoogleTest flags until we can update our version to | Chandler Carruth |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2009-10-26 | Remove / use flags that are now set in the Makefile.config. | Julien Lerouge |
2009-09-20 | Follow googletest logic for suppressing warnings in unittests/UnitTestMain. | Daniel Dunbar |
2009-09-13 | Move unittest driver to utils/unittest/UnitTestMain. | Daniel Dunbar |