- 30 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 29 Aug, 2018 2 commits
-
-
Gennadiy Civil authored
Fix broken FAQ link in primer.md
-
Steven Santos Erenst authored
The current link pointed to a non existing section in the FAQ.
-
- 28 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
New Readme.md
-
- 27 Aug, 2018 6 commits
-
-
David Schuldenfrei authored
-
Gennadiy Civil authored
Use `$<INSTALL_PREFIX>` in `target_include_directories`
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
David Schuldenfrei authored
Closes #1658 Review and changes, mister@google.com PiperOrigin-RevId: 210374286
-
Abseil Team authored
This makes ResultOf more convenient to use. In particular, the matcher now accepts lambdas. PiperOrigin-RevId: 210118509
-
- 24 Aug, 2018 7 commits
-
-
Dakota Hawkins authored
To make sure packages are relocatable, use `$<INSTALL_PREFIX>` in `$<INSTALL_INTERFACE:...>` `target_include_directories`. `$<INSTALL_PREFIX>` was introduced in CMake 2.8.11, which is already being checked for locally. References: - https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#id19 - https://github.com/robotology/how-to-export-cpp-library/blob/claudio/headeronly/src/LibTemplateCMake/CMakeLists.txt#L42 Signed-off-by:
Dakota Hawkins <dakotahawkins@gmail.com>
-
Gennadiy Civil authored
Fix #1764 Remove cmake code that leads to a configuration error
-
Will Vining authored
This step is no longer necessary. The configuration given in the googletest README.md is sufficient to bring in all the googlemock headers.
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Issue #1735 It seems like CMAKE_CXX_FLAGS is getting double appended when buildin…
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Googletest export
-
- 23 Aug, 2018 3 commits
-
-
misterg authored
Remove unneeded check for NULL. Note: this started as OSS PR https://github.com/google/googletest/pull/967 but changed PiperOrigin-RevId: 209819732
-
srz_zumix authored
Internal Change PiperOrigin-RevId: 209498445
-
srz_zumix authored
Internal Change PiperOrigin-RevId: 209471987
-
- 22 Aug, 2018 4 commits
-
-
Jacob Schloss authored
-
Jacob Schloss authored
which breaks my build as gcc does not allow -specs=nosys.specs to be called multiple times. Removing this fixes it and seems to keep the same compile options, just removing the duplicate definition.
-
Gennadiy Civil authored
Install CMake export files
-
Stefano Soffia authored
Rework of the closed pull request #768
-
- 21 Aug, 2018 3 commits
-
-
Gennadiy Civil authored
Improve CMake exported targets
-
Dakota Hawkins authored
I _think_ this represents some of the "best practices" for exporting targets. They'll be available in a `googletest::` namespace (e.g. `googletest::gmock`) with non-namespaced `ALIAS` targets. - Added GOOGLETEST_VERSION variable - Use `CMakePackageConfigHelpers`, bump minimum CMake version to 2.8.8 Signed-off-by:Dakota Hawkins <dakotahawkins@gmail.com>
-
Gennadiy Civil authored
Fix scoped enum not working in gmock-gen.py
-
- 20 Aug, 2018 13 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
merge
-
Gennadiy Civil authored
-
misterg authored
- 209457654 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457654
-
misterg authored
- 209457486 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457486
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
docs: fixed broken references to sections in Advanced guide
-
Gennadiy Civil authored
Allow death test child to bypass Windows Error Reporting under MinGW
-
Gennadiy Civil authored
-
Vadim Kotov authored
-
Vadim Kotov authored
-