Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into win-libcxx2refs/pull/1423/head | Gennadiy Civil | 2018-02-27 | 1 | -0/+3 |
|\ | |||||
| * | Fix test build issue with GCC7.2.refs/pull/1426/head | Stefano Soffia | 2018-01-25 | 1 | -0/+3 |
| | | |||||
* | | Pass -EHs-c- to disable exceptions with MSVC. | Peter Collingbourne | 2018-01-25 | 1 | -1/+1 |
|/ | |||||
* | Fix tests with VS2015 and VS2017 | Arkadiy Shapkin | 2017-10-25 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into hethi/travis-release-build | Herbert Thielen | 2017-09-07 | 1 | -2/+7 |
|\ | |||||
| * | CMake: use threads if allowed and found, not just if found.refs/pull/975/head | Roman Lebedev | 2017-09-01 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | treat all warnings as errors for GCC (-Werror) | Herbert Thielen | 2017-09-01 | 1 | -1/+1 |
|/ | |||||
* | create different python based tests for single and multi configuration build ↵ | Herbert Thielen | 2017-08-30 | 1 | -9/+21 |
| | | | | generators | ||||
* | Revert "ask cmake for per-configuration output subdir" | Herbert Thielen | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | This reverts commit 73d58dd4c83883b46697798e978d576b28b1d24e. Unfortunately, ${CMAKE_CFG_INTDIR} is set during build only and doesn't help here. | ||||
* | ask cmake for per-configuration output subdir | Herbert Thielen | 2017-08-30 | 1 | -1/+1 |
| | | | | | | | 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.). | ||||
* | remove obsolete comment regarding python tests on linux | Herbert Thielen | 2017-08-30 | 1 | -2/+0 |
| | |||||
* | Add support for pkgconfig | David Seifert | 2017-08-14 | 1 | -2/+4 |
| | |||||
* | Merge pull request #721 from ilmagico/fix-mingw-threads | Billy Donahue | 2016-08-24 | 1 | -1/+3 |
|\ | | | | | Fix compilation of googletest with MinGW using Win32 threads | ||||
| * | Don't use pthread when on MinGW even if availablerefs/pull/721/head | Daniele Tamino | 2016-02-22 | 1 | -1/+3 |
| | | | | | | | | It's not supported, and native Windows threading is available for MinGW | ||||
* | | Support running MSVC build on AppVeyourrefs/pull/723/head | Arkadiy Shapkin | 2016-06-27 | 1 | -2/+14 |
|/ | |||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -0/+242 |