index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
unittest
/
googletest
/
include
/
gtest
Age
Commit message (
Expand
)
Author
2012-12-06
Modify the LLVM checkout of googletest:
Alexey Samsonov
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-04
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-06-06
Remove dead private member variables from gtest.
Benjamin Kramer
2012-01-21
Remove unreachable defaults from gtest.
David Blaikie
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-09-24
CMake: Build unittests.
Michael J. Spencer
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-06-23
Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,
Nick Lewycky
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-13
Fix -Asserts warnings.
Daniel Dunbar
2010-04-09
add minix support, patch by Kees van Reeuwijk! PR6797
Chris Lattner
2009-12-18
Fix an issue in googletest where a name was used before it was defined.
Eli Friedman
2009-10-12
Haiku porting patches, Credit to Paul Davey.
Edward O'Callaghan
2009-09-05
Teach googletest to use raw_ostream instead of just std::ostream.
Jeffrey Yasskin
2009-01-01
* Removed gtest-all.cc; .cc files including other .cc files is weird
Misha Brukman
2008-12-31
Import of Google Test 1.2.1, with the non-essential bits removed.
Misha Brukman