index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
unittest
/
googletest
/
include
/
gtest
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed -Wdeprecated-copy warnings in gtest. NFCI.
Dávid Bolvanský
2019-11-24
2
-79
/
+79
*
reland [gtest] Fix printing of StringRef and SmallString in assert messages.
Sam McCall
2019-08-21
2
-2
/
+29
*
Revert "[gtest] Fix printing of StringRef and SmallString in assert messages."
Sam McCall
2019-08-21
1
-29
/
+0
*
[gtest] Fix printing of StringRef and SmallString in assert messages.
Sam McCall
2019-08-21
1
-0
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ADT] Add streaming operators for llvm::Optional
Pavel Labath
2019-01-18
1
-1
/
+14
*
Revert r326092: [gtest] Add PrintTo overload for StringRef.
Ilya Biryukov
2018-02-26
1
-13
/
+0
*
[gtest] Add PrintTo overload for StringRef.
Ilya Biryukov
2018-02-26
1
-0
/
+13
*
[gtest] Support raw_ostream printing functions more comprehensively.
Sam McCall
2018-02-12
1
-0
/
+74
*
Fix typos of occurred and occurrence
Malcolm Parsons
2018-01-24
1
-1
/
+1
*
Add NetBSD to the list of platforms supporting death tests. Two unit
Joerg Sonnenberger
2017-05-05
2
-1
/
+3
*
[gtest] Work around broken installs of libc++ where we don't have
Chandler Carruth
2017-01-05
1
-1
/
+7
*
Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdef
Reid Kleckner
2017-01-05
1
-2
/
+2
*
[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.
Chandler Carruth
2017-01-04
14
-906
/
+2233
*
Fix undefined behavior in llvm's local changes to googletest.
Nico Weber
2016-01-19
1
-1
/
+4
*
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
4
-19
/
+19
*
Fix a grammar issue I introduced.
Chandler Carruth
2015-03-11
1
-1
/
+1
*
Inspired by r231891, use gender neutral pronouns in the places I've
Chandler Carruth
2015-03-11
1
-1
/
+1
*
Avoid explicitly declaring the copy assignment operator, as this unnecessaril...
David Blaikie
2015-03-03
1
-3
/
+0
*
Support GTest for FreeBSD platforms (9.x)
Alexey Samsonov
2014-02-19
1
-2
/
+7
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
4
-6
/
+7
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
4
-7
/
+6
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
4
-6
/
+7
*
Move all of the GoogleTest files back to the same locations they occupy
Chandler Carruth
2013-11-15
1
-1037
/
+0
*
Modify the LLVM checkout of googletest:
Alexey Samsonov
2012-12-06
1
-0
/
+9
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
8
-39
/
+39
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
8
-39
/
+39
*
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-09-04
1
-1
/
+1
*
Remove dead private member variables from gtest.
Benjamin Kramer
2012-06-06
2
-3
/
+1
*
Remove unreachable defaults from gtest.
David Blaikie
2012-01-21
1
-2
/
+0
*
Merge gtest-1.6.0.
Jay Foad
2011-07-27
11
-487
/
+1066
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
CMake: Build unittests.
Michael J. Spencer
2010-09-24
1
-1
/
+2
*
Revert r111082. No warnings for this common pattern.
Argyrios Kyrtzidis
2010-08-15
1
-2
/
+2
*
Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.
Argyrios Kyrtzidis
2010-08-14
1
-2
/
+2
*
Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,
Nick Lewycky
2010-06-23
1
-3
/
+4
*
Merge gtest-1.5.0.
Benjamin Kramer
2010-06-02
11
-569
/
+834
*
Merge gtest-1.4.0.
Benjamin Kramer
2010-06-02
9
-752
/
+2071
*
Merge gtest-1.3.0.
Benjamin Kramer
2010-06-02
9
-143
/
+363
*
Fix -Asserts warnings.
Daniel Dunbar
2010-04-13
1
-0
/
+1
*
add minix support, patch by Kees van Reeuwijk! PR6797
Chris Lattner
2010-04-09
1
-1
/
+2
*
Haiku porting patches, Credit to Paul Davey.
Edward O'Callaghan
2009-10-12
1
-1
/
+3
*
Teach googletest to use raw_ostream instead of just std::ostream.
Jeffrey Yasskin
2009-09-05
1
-1
/
+21
*
* Removed gtest-all.cc; .cc files including other .cc files is weird
Misha Brukman
2009-01-01
1
-0
/
+1267
*
Import of Google Test 1.2.1, with the non-essential bits removed.
Misha Brukman
2008-12-31
9
-0
/
+11228