| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Googletest export
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Project import generated by Copybara.
PiperOrigin-RevId: 212678005
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Project import generated by Copybara.
PiperOrigin-RevId: 212656749
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Internal Change
PiperOrigin-RevId: 212656679
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Return GTEST_ATTRIBUTE_UNUSED_ on record_property_env
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Update appveyor.yml
|
|/ / / |
|
|/ /
| |
| |
| |
| | |
error (with -Werror)
The unused attribute was removed with commit 3299a23 on 2018-02-23, but it currently breaks build of 1.8.1, because of -Werror GCC parameter as reported in issue #1825.
|
|\ \
| | |
| | | |
Googletest export
|
| | |
| | |
| | |
| | |
| | |
| | | |
Project import sync
PiperOrigin-RevId: 212450488
|
|/ /
| |
| |
| |
| |
| | |
Internal Change
PiperOrigin-RevId: 211798074
|
|\ \
| | |
| | |
| | |
| | | |
Romain-Geissler/fix-gcc-misleading-indentation-warning-again
Fix gcc misleading indentation again.
|
|/ / |
|
|\ \
| | |
| | | |
Googletest export
|
| | |
| | |
| | |
| | |
| | |
| | | |
Internal Change
PiperOrigin-RevId: 211699161
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception
PiperOrigin-RevId: 211524592
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception
PiperOrigin-RevId: 211519873
|
|/ /
| |
| |
| |
| |
| | |
Project import
PiperOrigin-RevId: 211091791
|
|\ \
| | |
| | | |
Fix doc links
|
|/ / |
|
|\ \
| | |
| | | |
pkgconfig: Unconditionally depend on GTest when using GMock
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Update documentation to syntax highlight code
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Fix #1805: add `.md` to hyperlink
|
|/ / / |
|
|/ /
| |
| |
| |
| | |
* GTest is a required dependency for GMock, hence
we always need to pull it in.
|
| | |
|
|\ \
| | |
| | | |
Fix Clang warnings
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Googletest export
|
| | | | |
|
| | | |
| | | |
| | | | |
manual update golden lin
|
| | | |
| | | |
| | | | |
manual update, golden lin
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix broken OSS windows build.
PiperOrigin-RevId: 210969049
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Silence MSVC warnings
PiperOrigin-RevId: 210726964
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix the typed test names in the tests for customized typed test parameters.
As required by googletest documentation, the names should not contain an underscore.
PiperOrigin-RevId: 210678652
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Internal Change
PiperOrigin-RevId: 210594341
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix Clang warning:
| warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>'
| is deprecated because it has a user-declared copy assignment operator [-Wdeprecated]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add declarations for install_failure_signal_handler and flagfile.
Fix Clang warnings:
| warning: no previous extern declaration for non-static variable
| 'FLAGS_gtest_install_failure_signal_handler' [-Wmissing-variable-declarations]
| warning: no previous extern declaration for non-static variable
| 'FLAGS_gtest_flagfile' | [-Wmissing-variable-declarations]
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix Clang warning:
| warning: no previous extern declaration for non-static variable 'g_argvs'
| [-Wmissing-variable-declarations]
|
| | |
| | |
| | |
| | | |
Fix -Wmissing-variable-declarations warnings from Clang.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Commit 6a26e47cfcc174cc85651cbde0b0158d03321e2f changed the formatting
of INSTANTIATE_TEST_CASE_P() in the generated header file only.
This commit reverts to the formatting produced by running "pump
gtest-param-test.h.pump", which seems to be more consistent with the
rest of the file.
|
|\ \
| | |
| | | |
Googletest export
|