- 09 Aug, 2017 1 commit
-
-
Matthew Woehlke authored
Modify library install destinations to install .dll's to the correct location (`bin`, not `lib`), and to install other artifacts to the correct platform-dependent location by using GNUInstallDirs. This is required for some distributions (e.g. Fedora) and will fix an issue that otherwise requires those distributions to patch the upstream sources. Also, add options to suppress installation, which may be useful for projects that embed Google Test. Since Google Test is trying to support archaic versions of CMake, a brain-dead fallback (which requires that the user set either LIB_SUFFIX or CMAKE_INSTALL_LIBDIR themselves) is included for versions that predate GNUInstallDirs. Fixes #1161. Co-Authored-By:d3x0r <d3x0r@users.noreply.github.com>
-
- 14 Jul, 2016 3 commits
-
-
Billy Donahue authored
Fixed issue #775. Mark the ConvertibleFromAny constructor as explicit, and fix operator overload issue for Unprintable
-
mazong1123 authored
-
mazong1123 authored
-
- 29 Jun, 2016 2 commits
-
-
Billy Donahue authored
Add Appveyor badge to Readme.md
-
Billy Donahue authored
-
- 28 Jun, 2016 1 commit
-
-
Billy Donahue authored
Run MSVC tests on AppVeyor
-
- 27 Jun, 2016 1 commit
-
-
Arkadiy Shapkin authored
-
- 26 Jun, 2016 3 commits
-
-
Billy Donahue authored
Rollback change #808.
-
Billy Donahue authored
-
Billy Donahue authored
fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions th…
-
- 25 Jun, 2016 2 commits
-
-
David Mott authored
-
David Mott authored
-
- 15 May, 2016 4 commits
-
-
Billy Donahue authored
Fixed googletest dir issue for building googlemock.
-
mazong1123 authored
-
mazong1123 authored
-
mazong1123 authored
-
- 16 Mar, 2016 2 commits
-
-
Billy Donahue authored
Fix whitespace in paragraph
-
Manuel Binna authored
-
- 15 Mar, 2016 1 commit
-
-
Billy Donahue authored
Read Bazel's $XML_OUTPUT_FILE environment variable
-
- 08 Mar, 2016 2 commits
-
-
Billy Donahue authored
Fix typo (Inovke -> Invoke)
-
Paul Hadfield authored
-
- 05 Mar, 2016 1 commit
-
-
Billy Donahue authored
Fixed typo ('XCode' -> 'Xcode')
-
- 04 Mar, 2016 1 commit
-
-
Matt Rajca authored
-
- 02 Mar, 2016 2 commits
-
-
Doug Greiman authored
-
Doug Greiman authored
-
- 26 Feb, 2016 2 commits
-
-
Doug Greiman authored
-
Doug Greiman authored
-
- 24 Feb, 2016 1 commit
-
-
Doug Greiman authored
If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had been set.
-
- 22 Feb, 2016 1 commit
-
-
Billy Donahue authored
Fix formatting in AdvancedGuide.md
-
- 21 Feb, 2016 1 commit
-
-
Paul Wilkinson authored
Put occurrences of "#include" in a code span so they are not interpreted as headers. Other documents were not broken because the #include was not at the start of the line, but put them in code spans anyway just in case the text gets refilled in the future.
-
- 17 Feb, 2016 5 commits
-
-
Billy Donahue authored
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
-
Billy Donahue authored
Fix link that's returned when running tests. #714
-
Billy Donahue authored
Add build artifacts to git ignore.
-
Jacob Meacham authored
-
Jacob Meacham authored
-
- 16 Feb, 2016 1 commit
-
-
Alexey Sokolov authored
-
- 01 Feb, 2016 1 commit
-
-
Billy Donahue authored
Python 3 support
-
- 31 Jan, 2016 2 commits
-
-
Billy Donahue authored
Add tmux and tmux-256color to the colored terminal list.
-
Joongi Kim authored
-