index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
unittest
/
googletest
Age
Commit message (
Expand
)
Author
2012-09-10
GTest on Android needs a custom tmpdir path.
Evgeniy Stepanov
2012-09-04
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-06-06
Remove dead private member variables from gtest.
Benjamin Kramer
2012-01-22
Help GCC along with code that's actually unreachable.
David Blaikie
2012-01-21
Remove unreachable defaults from gtest.
David Blaikie
2011-12-15
build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile
Daniel Dunbar
2011-07-27
Merge gtest-1.6.0.
Jay Foad
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-01
Fixes warnings emitted by Visual Studio 2010 compiler.
Oscar Fuentes
2010-10-07
gtest: Fix warnings on MinGW.
Michael J. Spencer
2010-09-24
CMake: Build unittests.
Michael J. Spencer
2010-09-04
delete dead code.
Chris Lattner
2010-08-15
Revert r111082. No warnings for this common pattern.
Argyrios Kyrtzidis
2010-08-14
Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.
Argyrios Kyrtzidis
2010-07-12
Silence a warning.
Jakob Stoklund Olesen
2010-06-23
Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,
Nick Lewycky
2010-06-03
Forgot to update the most important part of the gtest modifications readme.
Benjamin Kramer
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-06-02
Merge gtest-1.5.0.
Benjamin Kramer
2010-06-02
Merge gtest-1.4.0.
Benjamin Kramer
2010-06-02
Merge gtest-1.3.0.
Benjamin Kramer
2010-04-18
silence some -Wmissing-field-initializers warnings.
Chris Lattner
2010-04-13
Fix -Asserts warnings.
Daniel Dunbar
2010-04-09
add minix support, patch by Kees van Reeuwijk! PR6797
Chris Lattner
2010-03-09
Continue propagating the GoogleTest flags until we can update our version to
Chandler Carruth
2010-03-09
Consolidate GoogleTest make options and duplicate them to its own makefile.
Chandler Carruth
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2009-12-18
Fix an issue in googletest where a name was used before it was defined.
Eli Friedman
2009-12-16
Remove superfluous 'extern' variable that was causing a warning with clang.
Bill Wendling
2009-10-26
Remove / use flags that are now set in the Makefile.config.
Julien Lerouge
2009-10-12
Haiku porting patches, Credit to Paul Davey.
Edward O'Callaghan
2009-09-20
Follow googletest logic for suppressing warnings in unittests/UnitTestMain.
Daniel Dunbar
2009-09-05
Teach googletest to use raw_ostream instead of just std::ostream.
Jeffrey Yasskin
2009-08-18
The attached patches attempt to fix cross builds. For example, if you
Anton Korobeynikov
2009-07-27
Remove trailing slashes from include paths. Some versions of mingw don't like...
Benjamin Kramer
2009-05-08
Change 'make install' to install tblgen, for better support of out-of-tree ta...
Chris Lattner
2009-02-12
Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable
Julien Lerouge
2009-02-05
FIx spelling.
Mike Stump
2009-02-05
Probe for flags before using them to try to help compiling with
Mike Stump
2009-01-05
Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM
Misha Brukman
2009-01-02
We 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 weird
Misha Brukman
2009-01-01
Moved Google Test code up one directory so that we can use a standard LLVM
Misha Brukman
2008-12-31
Import of Google Test 1.2.1, with the non-essential bits removed.
Misha Brukman