Gennadiy Civil
5f33ac8588
include c++11 for autotools
2018-09-25 14:22:11 -04:00
Gennadiy Civil
63e85a426e
Merge branch 'master' into 9A681768AABE08D1EFA5CA77528236A4
2018-09-25 11:08:43 -07:00
Gennadiy Civil
13346c7821
Merge pull request #1863 from google/revert-1857-master
...
Revert "Add clang format check to one of the builds"
2018-09-25 11:08:29 -07:00
Abseil Team
6a3cea2744
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 214456152
2018-09-25 13:05:37 -04:00
Gennadiy Civil
afa55816ba
Revert "Add clang format check to one of the builds"
2018-09-25 10:05:30 -07:00
misterg
5bd8340228
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 214441835
2018-09-25 13:05:25 -04:00
misterg
d87ebc8397
Googletest export
...
Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher
PiperOrigin-RevId: 214266944
2018-09-25 13:05:17 -04:00
Abseil Team
bb45863dec
Googletest export
...
Project import generated by Copybara.
Including recently accepted and merged PRs
PiperOrigin-RevId: 213856848
2018-09-25 13:05:03 -04:00
Gennadiy Civil
29698249d2
Merge pull request #1861 from gennadiycivil/master
...
adding c++11 to appveyor mingW and autotools build
2018-09-25 09:59:22 -07:00
Gennadiy Civil
b510372353
enable MingW on PR
2018-09-25 12:32:52 -04:00
Gennadiy Civil
792468c2a6
C++11 autotools build
2018-09-25 12:24:34 -04:00
Gennadiy Civil
808b59aa96
adding c++11 to appveyor mingW
2018-09-25 12:20:01 -04:00
Gennadiy Civil
62d58a4469
Merge pull request #1857 from gennadiycivil/master
...
Add clang format check to one of the builds
2018-09-25 00:09:27 -07:00
Gennadiy Civil
11f80aec1d
typo
2018-09-25 02:55:08 -04:00
Gennadiy Civil
d791aca51d
Add clang format check to one of the builds to provide indication that formatting is incorrect
2018-09-25 02:42:15 -04:00
Gennadiy Civil
eb6eaf910c
Merge pull request #1850 from Jonny007-MKD/master
...
Added special catch for std::exception in GTEST_TEST_NO_THROW_
2018-09-23 12:25:08 -07:00
Gennadiy Civil
c4791cbba5
Merge branch 'master' into master
2018-09-23 12:10:40 -07:00
Gennadiy Civil
e5ebab4088
Update CONTRIBUTING.md
2018-09-23 12:10:08 -07:00
Gennadiy Civil
dde7ce7d5d
Update README.md
2018-09-23 12:07:25 -07:00
Gennadiy Civil
dd781e5585
Add .clang-format
2018-09-23 12:05:21 -07:00
Gennadiy Civil
32e3b5940b
Formatting
2018-09-23 09:42:11 -07:00
Gennadiy Civil
e6a16ba527
Formatting
2018-09-23 09:41:12 -07:00
Gennadiy Civil
fca8f23b89
Formatting
2018-09-23 09:35:25 -07:00
Gennadiy Civil
f335c30660
Formatting
2018-09-23 09:34:47 -07:00
Jonny007-MKD
fe652cd81b
Fix unit test
2018-09-23 16:39:13 +02:00
Jonny007-MKD
32f906fe54
Fix ColoredOutputTest.UsesColorsWhenTermSupportsColors again
2018-09-23 15:50:29 +02:00
Jonny007-MKD
9a9e73ab32
Rename private member of AdditionalMessage
...
Shorten lines in unit tests
2018-09-23 15:46:47 +02:00
Jonny007-MKD
c8e52d71c8
Readded changes from 6494f5232b
2018-09-23 15:15:38 +02:00
Gennadiy Civil
c69d71a2bc
Merge pull request #1847 from google/revert-1832-master
...
Revert "Added special catch for std::exception in GTEST_TEST_NO_THROW_"
2018-09-20 14:29:02 -04:00
Gennadiy Civil
4a32ee284c
Revert "Added special catch for std::exception in GTEST_TEST_NO_THROW_"
2018-09-20 14:12:48 -04:00
Gennadiy Civil
50f71f4bfc
Merge pull request #1843 from matlo607/fix-unittest-msys-ColoredOutputTest
...
[msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
2018-09-20 11:42:29 -04:00
Gennadiy Civil
706ac625c3
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
2018-09-20 11:42:02 -04:00
Gennadiy Civil
fe1f3487d3
Merge pull request #1846 from google/9A681768AABE08D1EFA5CA77528236A4
...
Googletest export
2018-09-20 11:30:23 -04:00
misterg
323f4ce2f9
Googletest export
...
Fixing broken OSS build, add missing include
PiperOrigin-RevId: 213812210
2018-09-20 11:01:27 -04:00
Abseil Team
2ea9c639a2
Googletest export
...
support printing std::reference_wrapper<T> in gUnit
PiperOrigin-RevId: 213270392
2018-09-20 11:01:16 -04:00
Gennadiy Civil
0bb7c6f645
Merge pull request #1832 from Jonny007-MKD/master
...
Added special catch for std::exception in GTEST_TEST_NO_THROW_
2018-09-19 22:19:23 -04:00
Jonny007-MKD
390ebad000
Removed some newlines
2018-09-18 21:54:36 +02:00
Matthieu Longo
2ae78ba935
[msys] fix unittest ColoredOutputTest.UsesColorsWhenTermSupportsColors
2018-09-18 18:29:42 +02:00
Matthieu Longo
753959a6fc
[msys] pass big object file option to assembler for target gmock-matchers_test
2018-09-18 18:28:29 +02:00
Jonny007-MKD
76a688d3a2
Avoid these ambiguities
2018-09-15 09:00:39 +02:00
Jonny007-MKD
534ed43772
Print message of unexpected std::exception in EXPECT_THROW, too
2018-09-14 23:22:04 +02:00
Jonny007-MKD
c6cb651358
Merge branch 'master' into master
2018-09-14 22:39:45 +02:00
Gennadiy Civil
d4ca2d62b4
Merge pull request #1838 from google/9A681768AABE08D1EFA5CA77528236A4
...
Googletest export
2018-09-14 15:54:01 -04:00
Gennadiy Civil
51c550c30b
Update .travis.yml
...
Remove pre C++11
2018-09-14 15:34:13 -04:00
misterg
bf6424ccca
Googletest export
...
Removing checks for C++11 from unit tests
PiperOrigin-RevId: 212990514
2018-09-14 14:52:40 -04:00
Gennadiy Civil
62ee77f3d5
Merge pull request #1837 from google/9A681768AABE08D1EFA5CA77528236A4
...
Googletest export
2018-09-14 11:43:05 -04:00
Gennadiy Civil
566de521b8
Merge branch 'master' into master
2018-09-14 11:21:31 -04:00
Gennadiy Civil
f609eafe89
Merge pull request #1835 from google/gennadiycivil-TR1-docs-cleanup
...
Remove TR1 mentions
2018-09-14 11:15:41 -04:00
Abseil Team
ccce843d80
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
2018-09-14 11:13:48 -04:00
Gennadiy Civil
c55bb97910
Update README.md
2018-09-13 17:23:21 -04:00