Gennadiy Civil
b91eab2fc7
C++11 autotools build
7 years ago
Gennadiy Civil
c26dd53ce2
adding c++11 to appveyor mingW
7 years ago
Gennadiy Civil
76e1045729
typo
7 years ago
Gennadiy Civil
2d3466be47
Add clang format check to one of the builds to provide indication that formatting is incorrect
7 years ago
Gennadiy Civil
ed6e84ccef
Merge pull request #1850 from Jonny007-MKD/master
...
Added special catch for std::exception in GTEST_TEST_NO_THROW_
7 years ago
Gennadiy Civil
fd17c91bad
Merge branch 'master' into master
7 years ago
Gennadiy Civil
c7a429a667
Update CONTRIBUTING.md
7 years ago
Gennadiy Civil
51945d3cd5
Update README.md
7 years ago
Gennadiy Civil
a2f13308c8
Add .clang-format
7 years ago
Gennadiy Civil
81c0b876b4
Formatting
7 years ago
Gennadiy Civil
6596471104
Formatting
7 years ago
Gennadiy Civil
5293383707
Formatting
7 years ago
Gennadiy Civil
78d3bfeb44
Formatting
7 years ago
Jonny007-MKD
67d3c0f6d7
Fix unit test
7 years ago
Jonny007-MKD
2b2b8d71c1
Fix ColoredOutputTest.UsesColorsWhenTermSupportsColors again
7 years ago
Jonny007-MKD
cecea92af8
Rename private member of AdditionalMessage
...
Shorten lines in unit tests
7 years ago
Jonny007-MKD
1cb10b357a
Readded changes from 6494f5232b
7 years ago
Gennadiy Civil
258def01a6
Merge pull request #1847 from google/revert-1832-master
...
Revert "Added special catch for std::exception in GTEST_TEST_NO_THROW_"
7 years ago
Gennadiy Civil
a35326be04
Revert "Added special catch for std::exception in GTEST_TEST_NO_THROW_"
7 years ago
Gennadiy Civil
8bf297233f
Merge pull request #1843 from matlo607/fix-unittest-msys-ColoredOutputTest
...
[msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
7 years ago
Gennadiy Civil
09560fba44
Merge pull request #1844 from matlo607/fix-msys-build-gmock-matchers_test
...
[msys] pass big object file option to assembler for target gmock-matchers_test
7 years ago
Gennadiy Civil
4f55245183
Merge pull request #1846 from google/9A681768AABE08D1EFA5CA77528236A4
...
Googletest export
7 years ago
misterg
8c547cff2e
Googletest export
...
Fixing broken OSS build, add missing include
PiperOrigin-RevId: 213812210
7 years ago
Abseil Team
1b20bd176f
Googletest export
...
support printing std::reference_wrapper<T> in gUnit
PiperOrigin-RevId: 213270392
7 years ago
Gennadiy Civil
9ea0172850
Merge pull request #1832 from Jonny007-MKD/master
...
Added special catch for std::exception in GTEST_TEST_NO_THROW_
7 years ago
Jonny007-MKD
6a1c3d9b78
Removed some newlines
7 years ago
Matthieu Longo
c9fe337ae2
[msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
7 years ago
Matthieu Longo
0a18c106ac
[msys] pass big object file option to assembler for target gmock-matchers_test
7 years ago
Jonny007-MKD
c40f55a229
Avoid these ambiguities
7 years ago
Jonny007-MKD
6494f5232b
Print message of unexpected std::exception in EXPECT_THROW, too
7 years ago
Jonny007-MKD
631e3a5838
Merge branch 'master' into master
7 years ago
Gennadiy Civil
bc2d0935b7
Merge pull request #1838 from google/9A681768AABE08D1EFA5CA77528236A4
...
Googletest export
7 years ago
Gennadiy Civil
fc2caf6485
Update .travis.yml
...
Remove pre C++11
7 years ago
misterg
bc9df6ad46
Googletest export
...
Removing checks for C++11 from unit tests
PiperOrigin-RevId: 212990514
7 years ago
Gennadiy Civil
28c2989eea
Merge pull request #1837 from google/9A681768AABE08D1EFA5CA77528236A4
...
Googletest export
7 years ago
Gennadiy Civil
1b2da360ed
Merge branch 'master' into master
7 years ago
Gennadiy Civil
f46c174d1c
Merge pull request #1835 from google/gennadiycivil-TR1-docs-cleanup
...
Remove TR1 mentions
7 years ago
Abseil Team
ffc9baeb4c
Googletest export
...
Treat default-constructed string_view same as constructed from "".
In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith,
etc.), a default-constructed string_view (nullptr) should be semantically same
as a empty string "".
PiperOrigin-RevId: 212816839
7 years ago
Gennadiy Civil
abc803e288
Update README.md
7 years ago
Gennadiy Civil
5c89346def
Update README.md
7 years ago
Jonny007-MKD
3c80556859
Merge branch 'master' into master
7 years ago
Gennadiy Civil
cfe0ae8678
Merge pull request #1831 from anthraxx/fix/version
...
version: fix declared version to be in sync with CMakeLists.txt
7 years ago
Gennadiy Civil
2649c22181
Merge pull request #1834 from google/9A681768AABE08D1EFA5CA77528236A4
...
Googletest export
7 years ago
misterg
0cd3c2e8b4
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 212678005
7 years ago
misterg
21d52d3a1d
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 212656749
7 years ago
misterg
e1b8d82fa6
Googletest export
...
Internal Change
PiperOrigin-RevId: 212656679
7 years ago
Jonny007-MKD
82eeb009b2
Make it public again *sigh*
7 years ago
Jonny007-MKD
e86d1df3e1
Avoid implicit move operator
7 years ago
Jonny007-MKD
8c849c584c
Try to fix gcc and clang issues
7 years ago
Jonny007-MKD
0354ccb049
Added special catch for std::exception in GTEST_TEST_NO_THROW_
7 years ago