Remove pointless and unused variables.
[oota-llvm.git] / utils / unittest /
2010-06-23 Nick LewyckyDon't link against libm and libpthread which don't...
2010-06-03 Benjamin KramerForgot to update the most important part of the gtest...
2010-06-03 Benjamin KramerDisable pthread support in googletest if llvm was confi...
2010-06-03 Benjamin KramerTurns out gtest still prefers the system <tr1/tuple...
2010-06-02 Benjamin KramerUpdate Readme and Makefiles for the new gtest.
2010-06-02 Benjamin KramerMerge gtest-1.5.0.
2010-06-02 Benjamin KramerMerge gtest-1.4.0.
2010-06-02 Benjamin KramerMerge gtest-1.3.0.
2010-04-18 Chris Lattnersilence some -Wmissing-field-initializers warnings.
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-03-09 Chandler CarruthContinue propagating the GoogleTest flags until we...
2010-03-09 Chandler CarruthConsolidate GoogleTest make options and duplicate them...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2009-12-18 Eli FriedmanFix an issue in googletest where a name was used before...
2009-12-16 Bill WendlingRemove superfluous 'extern' variable that was causing...
2009-10-26 Julien LerougeRemove / use flags that are now set in the Makefile...
2009-10-12 Edward O'CallaghanHaiku porting patches, Credit to Paul Davey.
2009-09-20 Daniel DunbarFollow googletest logic for suppressing warnings in...
2009-09-13 Daniel DunbarMove unittest driver to utils/unittest/UnitTestMain.
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-07-27 Benjamin KramerRemove trailing slashes from include paths. Some versio...
2009-05-08 Chris LattnerChange 'make install' to install tblgen, for better...
2009-02-12 Julien LerougeFix MingW build: define GTEST_OS_WINDOWS if OS is MingW...
2009-02-05 Mike StumpFIx spelling.
2009-02-05 Mike StumpProbe for flags before using them to try to help compil...
2009-01-05 Misha BrukmanRenamed Google Test license file from COPYING to LICENS...
2009-01-02 Misha BrukmanWe also removed gtest-all.cc from the distribution...
2009-01-01 Misha Brukman* Removed gtest-all.cc; .cc files including other ...
2009-01-01 Misha BrukmanMoved Google Test code up one directory so that we...
2008-12-31 Misha BrukmanImport of Google Test 1.2.1, with the non-essential...