- 25 Jan, 2018 1 commit
-
-
Stefano Soffia authored
-
- 20 Dec, 2017 1 commit
-
-
bryanzim authored
-
- 27 Oct, 2017 1 commit
-
-
Bryan Zimmerman authored
change static_cast to ImplicitCast_ for consitency fixes for building with path names containing spaces
-
- 25 Oct, 2017 1 commit
-
-
Arkadiy Shapkin authored
-
- 01 Sep, 2017 2 commits
-
-
Herbert Thielen authored
-
Roman Lebedev authored
If the user's cmakelists.txt first look for threads using find_package(Threads), then set(gtest_disable_pthreads ON), and then include googletest. GoogleTest will not look for threads. But since they have already been found before in user's cmakelists, it will use them regardless. This helped me fix build issue in darktable-org/rawspeed on windows/MSYS2, even though there are threads, and they are usable, googletest build was failing with issues about AutoHandle. I was first looking for threads, and only then including googletest, so no matter the value of gtest_disable_pthreads, it failed. The other obvious solution is for user to first include googletest, and only then look for threads by himself.
-
- 30 Aug, 2017 4 commits
-
-
Herbert Thielen authored
-
Herbert Thielen authored
This reverts commit 73d58dd4. Unfortunately, ${CMAKE_CFG_INTDIR} is set during build only and doesn't help here.
-
Herbert Thielen authored
On single-configuration build systems as Makefile Generators, there is no subdirectory for the configuration in the build tree - therefore ask cmake for the subdir by using CMAKE_CFG_INTDIR, which is just '.' on single-configuration build systems (Linux et al.).
-
Herbert Thielen authored
-
- 14 Aug, 2017 1 commit
-
-
David Seifert authored
-
- 27 Jun, 2016 1 commit
-
-
Arkadiy Shapkin authored
-
- 22 Feb, 2016 1 commit
-
-
Daniele Tamino authored
It's not supported, and native Windows threading is available for MinGW
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 29 Jan, 2014 1 commit
-
-
kosak authored
-
- 13 Jan, 2014 1 commit
-
-
kosak authored
Also improve an error message in gtest_test_utils.py.
-
- 02 Apr, 2012 1 commit
-
-
jgm authored
type.
-
- 13 Jun, 2011 1 commit
-
-
vladlosev authored
-
- 07 Apr, 2011 1 commit
-
-
zhanyong.wan authored
makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek).
-
- 05 Oct, 2010 1 commit
-
-
zhanyong.wan authored
Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script.
-
- 26 Jul, 2010 1 commit
-
-
zhanyong.wan authored
-
- 14 Jul, 2010 1 commit
-
-
vladlosev authored
Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com).
-
- 22 May, 2010 1 commit
-
-
vladlosev authored
-
- 18 May, 2010 1 commit
-
-
vladlosev authored
-
- 13 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).
-