- 16 Sep, 2017 1 commit
-
-
Benjamin Kircher authored
TempDir() function is declared twice, once in `internal/gtest-port.h` and a second time in `gtest.h`. Fixes a warning with GCC when -Wredundant-decls is given.
-
- 15 Sep, 2017 2 commits
-
-
Gennadiy Civil authored
Add explicit `CMAKE_DEBUG_POSTFIX` option
-
ly2048 authored
-
- 14 Sep, 2017 2 commits
-
-
Gennadiy Civil authored
Fix ellipsis position in examples
-
ly2048 authored
Enable generating different library name to be compatible with CMake's `FindGTest`.
-
- 13 Sep, 2017 3 commits
-
-
Alex Yursha authored
-
Gennadiy Civil authored
Make the failure messages from EXPECT_EQ and friends actually symmetric (reopen of #1101)
-
Alexey Sokolov authored
instead of reading more like reversing the former "expected" and "actual" roles of the LHS and RHS arguments. This patch is manually applied from internal version (125109873)
-
- 12 Sep, 2017 2 commits
-
-
Alex Yursha authored
-
Gennadiy Civil authored
remove unused TestCase import
-
- 11 Sep, 2017 3 commits
-
-
Gennadiy Civil authored
remove obsolete link_directories command
-
Gennadiy Civil authored
-
Gennadiy Civil authored
User logger GTEST_LOG instead of printf in gtest.cc to log errors
-
- 09 Sep, 2017 1 commit
-
-
Alex Yursha authored
-
- 08 Sep, 2017 6 commits
-
-
Gennadiy Civil authored
remove unused variables from travis environment
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Gennadiy Civil authored
drop unused valgrind package from Travis build slave installation
-
Gennadiy Civil authored
switch one Trevis build to Release mode
-
- 07 Sep, 2017 4 commits
-
-
Herbert Thielen authored
-
Gasprd Petit authored
-
Gasprd Petit authored
-
Herbert Thielen authored
-
- 06 Sep, 2017 2 commits
-
-
Gennadiy Civil authored
enable Travis ccache to speed up CI builds
-
Gennadiy Civil authored
run parallelized builds on Travis CI
-
- 05 Sep, 2017 8 commits
-
-
Herbert Thielen authored
-
Gennadiy Civil authored
CMake: use threads if allowed and found, not just if found.
-
Herbert Thielen authored
... and remove explicit gcc installation (will be installed with g++ automatically)
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
It's not necessary, as the target_link_libraries command contains an absolute path already, and the path given doesn't exist anymore, leading only to linker warnings like: ld: warning: directory not found for option '-L/Users/travis/build/google/googletest/build/googlemock/gtest/src'
-
Herbert Thielen authored
-
- 04 Sep, 2017 6 commits
-
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
When using INSTANTIATE_TEST_CASE_P with a lambda function which uses 'info' as parameter name, GCC complains that this would shadow parameter 'info' used in the macro's VA_ARGS call.
-