- 14 Aug, 2017 1 commit
-
-
David Seifert authored
-
- 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>
-
- 18 Dec, 2016 1 commit
-
-
Craig Scott authored
-
- 06 Dec, 2015 1 commit
-
-
Craig Scott authored
-
- 03 Dec, 2015 1 commit
-
-
Joan Puigcerver authored
-
- 27 Aug, 2015 1 commit
-
-
Arnaud Lacombe authored
-
- 25 Aug, 2015 2 commits
-
-
Billy Donahue authored
-
Billy Donahue authored
-
- 13 Jan, 2014 2 commits
- 06 Sep, 2013 1 commit
-
-
zhanyong.wan authored
-
- 09 Jul, 2013 1 commit
-
-
zhanyong.wan authored
-
- 01 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 27 Feb, 2013 1 commit
-
-
zhanyong.wan authored
-
- 22 Feb, 2013 1 commit
-
-
kosak authored
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment.
-
- 13 Jun, 2011 1 commit
-
-
vladlosev authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 11 May, 2011 1 commit
-
-
vladlosev authored
-
- 18 Oct, 2010 1 commit
-
-
vladlosev authored
-
- 05 Oct, 2010 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script.
-
- 09 Aug, 2010 1 commit
-
-
zhanyong.wan authored
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev).
-
- 20 May, 2010 1 commit
-
-
vladlosev authored
-
- 18 May, 2010 1 commit
-
-
vladlosev authored
-
- 13 May, 2010 2 commits
- 11 May, 2010 1 commit
-
-
vladlosev authored
-
- 10 May, 2010 1 commit
-
-
zhanyong.wan authored
Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev).
-
- 05 May, 2010 1 commit
-
-
vladlosev authored
-
- 22 Apr, 2010 1 commit
-
-
zhanyong.wan authored
-
- 05 Apr, 2010 1 commit
-
-
vladlosev authored
-
- 26 Mar, 2010 1 commit
-
-
zhanyong.wan authored
Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes.
-
- 25 Mar, 2010 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 22 Mar, 2010 1 commit
-
-
zhanyong.wan authored
-
- 17 Mar, 2010 1 commit
-
-
zhanyong.wan authored
Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev).
-
- 05 Mar, 2010 1 commit
-
-
zhanyong.wan authored
-
- 27 Feb, 2010 1 commit
-
-
vladlosev authored
-
- 24 Feb, 2010 1 commit
-
-
zhanyong.wan authored
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth).
-
- 28 Jan, 2010 1 commit
-
-
zhanyong.wan authored
Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek).
-