37 Commits (e589a337170554c48bc658cc857cf15080c9eacc)

Author SHA1 Message Date
Abseil Team fbf67a70d0 Googletest export 5 years ago
Adam Badura 6dbddd32b0 Use -Wa,-mbig-obj for Cygwin/MinGW always 6 years ago
Adam Badura 1be5ce0907 Correct CMake to cover Cygwin 6 years ago
Enji Cooper 699943fe40 Fix typo introduced in 63be3dcc24 (maintaners -> maintainers) 6 years ago
misterg 63be3dcc24 Googletest export 6 years ago
Enji Cooper 9b6de41b5d Prefix googletest binaries under its own subtree instead of `gtest` 6 years ago
Abseil Team 216c37f057 Googletest export 6 years ago
Abseil Team c5f08bf919 Googletest export 6 years ago
Abseil Team 7d3b73c85a Unconditionally use std::tuple. 7 years ago
Matthieu f5260ae757 Merge c798e39a4f into e93da23920 7 years ago
Matthieu Longo 0a18c106ac [msys] pass big object file option to assembler for target gmock-matchers_test 7 years ago
misterg 21d52d3a1d Googletest export 7 years ago
misterg e1b8d82fa6 Googletest export 7 years ago
Dakota Hawkins b19292e6b6
Use `$<INSTALL_PREFIX>` in `target_include_directories` 7 years ago
Stefano Soffia aff0379441 Install CMake export files 7 years ago
Dakota Hawkins 759ef7c4e9
Improve CMake exported targets. 7 years ago
Elias Daler 9ca399ae05 Change location of generated pkg-config files from CMAKE_BINARY_DIR to gmock/gtest_BINARY_DIR (#1717) 7 years ago
Henry Fredrick Schreiner b22e8dec40 Clean up cache non-advanced variable for subproject 7 years ago
Bryan Zimmerman 74a5306313 remove extra line 7 years ago
Wojciech Mamrak 3464f76e89
Improved description of VS std::tuple support 7 years ago
Romain Geissler 0663ce9024 Fix double free when building Gtest/GMock in shared libraries and linking a test executable with both. 7 years ago
Sam Lunt f46bd00e36 make includes system 7 years ago
Bryan Zimmerman 1ae4096b9c fix for VS2017 deprecation of ::tr1::tuple 7 years ago
Roman Lebedev 1a62d1b088
CMake: use threads if allowed and found, not just if found. 8 years ago
David Seifert 8604c4adac Add support for pkgconfig 8 years ago
Matthew Woehlke 0e8e0e07d6 Fix library install destinations 8 years ago
Craig Scott c0059a79f8 2.6.4 is the minimum CMake version, so enforce it (#656) 8 years ago
Craig Scott f601ee162e Add include dirs to targets if CMake version supports it 9 years ago
Joan Puigcerver 7c8ac4886a Added CMake install rules for GMock 9 years ago
Arnaud Lacombe eff38a7a0f googlemock: fix unified build 10 years ago
Billy Donahue affb09edf0 move googlemock files into googlemock/ subdir 10 years ago
Billy Donahue 1f87a0970d Move everything in googletest into googletest/googletest 10 years ago
kosak b93d0f10d5 Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. 11 years ago
kosak 7d1051ce2b Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. 11 years ago
zhanyong.wan c306ef2e14 supports a protocol for catching tests that prematurely exit 12 years ago
zhanyong.wan 9ba29fae92 fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue 12 years ago
zhanyong.wan a1a98f840e Adds a cmake target for gmock_ex_test; also fixes name shadowing warnings. 12 years ago
zhanyong.wan 88fe90793c Removes dangling references in make/cmake files. 12 years ago
kosak cc1fdb58ca Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment. 12 years ago
vladlosev cc265df8b4 Fixes broken build on VC++ 7.1. 14 years ago
vladlosev 587c1b37c2 Adds support for building Google Mock as a shared library (DLL). 14 years ago
vladlosev 47be72a952 A test to verify correcteness of Google Mock on multiple threads. 14 years ago
vladlosev 50f4deb1cf Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures. 15 years ago
zhanyong.wan 7dfbea4976 Fixes an include order problem in CMakeLists.txt; pulls in gtest r489. 15 years ago
zhanyong.wan 9c48242258 Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script. 15 years ago
zhanyong.wan 5c4b472bbf 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). 15 years ago
vladlosev 0a781df32a Fixes build failure on Windows/CMake (issue 111). 15 years ago
vladlosev c828e17175 Introduces gtest_force_shared_crt option for CMake build scripts. 15 years ago
vladlosev 0f3f5012d8 Adds CMake build script. 15 years ago
vladlosev 2c697f5919 Comment tweaks in CMakeLists.txt. 15 years ago