- 07 Sep, 2017 1 commit
-
-
Stepan Khapugin 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 5 commits
-
-
Gennadiy Civil authored
CMake: use threads if allowed and found, not just if found.
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Stepan Khapugin authored
-
- 04 Sep, 2017 4 commits
-
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
- 01 Sep, 2017 7 commits
-
-
Gennadiy Civil authored
Fix WhenSorted() documentation example
-
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.
-
Gennadiy Civil authored
Performance fixes reported by cppcheck
-
Gennadiy Civil authored
Wrong version reported (1.7.0 should be 1.8.0)
-
Gennadiy Civil authored
use cmake build type defined in .travis.yml for travis builds
-
Gennadiy Civil authored
AppVeyor MinGW-w64 test build
-
Arkady Shapkin authored
-
- 31 Aug, 2017 12 commits
-
-
Gennadiy Civil authored
change links from former code.google.com to current github repository
-
Arkady Shapkin authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Gennadiy Civil authored
fix example's comment
-
Gennadiy Civil authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Gennadiy Civil authored
Moved the ignoring of *.pyc files to top level
-
Claus Stovgaard authored
# Conflicts: # .gitignore
-
Herbert Thielen authored
-
Gennadiy Civil authored
remove non-existing gmock_build_samples switch
-
- 30 Aug, 2017 9 commits
-
-
Arkadiy Shapkin authored
-
Gennadiy Civil authored
Detect Fuchsia, and set GTEST_HAS_PTHREAD on GTEST_OS_FUCHSIA, plus small documentation change
-
Herbert Thielen authored
-
Gennadiy Civil authored
Who knows? may not be very trivial given the code drift between internal and OSS
-
Gennadiy Civil authored
-
Scott Graham authored
-
Gennadiy Civil authored
-
Herbert Thielen authored
-
Gennadiy Civil authored
-