Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into hethi/cleanup-travis-environment | Herbert Thielen | 2017-09-08 | 5 | -8/+34 |
|\ | |||||
| * | Merge pull request #1251 from ↵ | Gennadiy Civil | 2017-09-07 | 1 | -2/+0 |
| |\ | | | | | | | | | | | | | aninf-wo/hethi/drop-valgrind-installation-on-travis drop unused valgrind package from Travis build slave installation | ||||
| | * | drop unused valgrind package from installation | Herbert Thielen | 2017-09-05 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | ... and remove explicit gcc installation (will be installed with g++ automatically) | ||||
| * | | Merge pull request #1243 from aninf-wo/hethi/travis-release-build | Gennadiy Civil | 2017-09-07 | 4 | -5/+5 |
| |\ \ | | | | | | | | | switch one Trevis build to Release mode | ||||
| | * | | use GTEST_ATTRIBUTE_UNUSED_ instead of dummy function | Herbert Thielen | 2017-09-07 | 1 | -7/+1 |
| | | | | |||||
| | * | | Merge branch 'master' into hethi/travis-release-build | Herbert Thielen | 2017-09-07 | 4 | -4/+37 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1246 from aninf-wo/hethi/enable-travis-gcc-cache | Gennadiy Civil | 2017-09-06 | 1 | -1/+9 |
| |\ \ \ | | | | | | | | | | | enable Travis ccache to speed up CI builds | ||||
| | * | | | reset ccache statistics at install | Herbert Thielen | 2017-09-05 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | show ccache statistics in log | Herbert Thielen | 2017-09-05 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | call clang via ccache on Linux | Herbert Thielen | 2017-09-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | install ccache on travis osx build slave | Herbert Thielen | 2017-09-04 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | cache ccache | Herbert Thielen | 2017-09-04 | 1 | -0/+1 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #1247 from aninf-wo/hethi/enable-parallel-builds | Gennadiy Civil | 2017-09-06 | 1 | -0/+20 |
| |\ \ \ | | | | | | | | | | | run parallelized builds on Travis CI | ||||
| | * | | | limit processors to use in Travis build to 4 | Herbert Thielen | 2017-09-04 | 1 | -2/+11 |
| | | | | | |||||
| | * | | | set MAKEFLAGS to use multiple processors on Travis CI | Herbert Thielen | 2017-09-04 | 1 | -0/+11 |
| | |/ / | |||||
| | | * | avoid warning about unused variable | Herbert Thielen | 2017-09-04 | 1 | -1/+7 |
| | | | | |||||
| | | * | avoid -Wshadow warning on GCC | Herbert Thielen | 2017-09-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | When using INSTANTIATE_TEST_CASE_P with a lambda function which uses 'info' as parameter name, GCC complains that this would shadow parameter 'info' used in the macro's VA_ARGS call. | ||||
| | | * | treat all warnings as errors for GCC (-Werror) | Herbert Thielen | 2017-09-01 | 1 | -1/+1 |
| | | | | |||||
| | | * | switch one build to Release mode | Herbert Thielen | 2017-09-01 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | This turns on optimization which allows the compiler to discover more problems and omit some more warnings. | ||||
* | / | remove unused variables from travis environment | Herbert Thielen | 2017-09-05 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #975 from LebedevRI/respect-option | Gennadiy Civil | 2017-09-05 | 2 | -3/+8 |
|\ \ | |/ |/| | CMake: use threads if allowed and found, not just if found. | ||||
| * | CMake: use threads if allowed and found, not just if found. | Roman Lebedev | 2017-09-01 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #900 from Gallaecio/patch-1 | Gennadiy Civil | 2017-09-01 | 1 | -1/+1 |
|\ \ | | | | | | | Fix WhenSorted() documentation example | ||||
| * | | Fix WhenSorted() documentation example | Gallaecio | 2016-10-08 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #783 from tobbi/cppcheck_perf_fixes | Gennadiy Civil | 2017-09-01 | 2 | -5/+5 |
|\ \ \ | |_|/ |/| | | Performance fixes reported by cppcheck | ||||
| * | | Performance fixes reported by cppcheck | Tobias Markus | 2016-05-22 | 2 | -6/+5 |
| | | | |||||
* | | | Merge pull request #1011 from zeitounator/wrong-version-reported | Gennadiy Civil | 2017-09-01 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | Wrong version reported (1.7.0 should be 1.8.0) | ||||
| * \ \ | Merge branch 'master' into wrong-version-reported | Gennadiy Civil | 2017-08-21 | 118 | -27409/+1518 |
| |\ \ \ | |||||
| * | | | | googlemock version must be changed as well | Olivier Clavel | 2017-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | keep googletest and googlemock versions in sync | ||||
| * | | | | Wrong version reported (1.7.0 should be 1.8.0) | Olivier Clavel | 2017-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | `gtest-config --version` reports wrong version. Made against master branch but please note that this affects tag release-1.8.0 and the distribution tarballs. | ||||
* | | | | | Merge pull request #1235 from aninf-wo/hethi/issue-1175-cmake-build-type | Gennadiy Civil | 2017-09-01 | 3 | -13/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | use cmake build type defined in .travis.yml for travis builds | ||||
| * \ \ \ \ | Merge branch 'master' into hethi/issue-1175-cmake-build-type | Herbert Thielen | 2017-08-31 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into hethi/issue-1175-cmake-build-type | Gennadiy Civil | 2017-08-31 | 2 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into hethi/issue-1175-cmake-build-type | Herbert Thielen | 2017-08-31 | 4 | -3/+10 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into hethi/issue-1175-cmake-build-type | Herbert Thielen | 2017-08-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | 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 |
| | | | | | | | | | | |||||
| * | | | | | | | | | use upper-case build type | Herbert Thielen | 2017-08-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While cmake does not complain on build type 'debug', the cmake documentation always spells it 'Debug', so take this. | ||||
| * | | | | | | | | | use build type set in .travis.yml | Herbert Thielen | 2017-08-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The BUILD_TYPE variable of .travis.yml was ignored up to now. | ||||
* | | | | | | | | | | Merge pull request #870 from KindDragon/mingw64-appveyour | Gennadiy Civil | 2017-09-01 | 1 | -36/+53 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | AppVeyor MinGW-w64 test build | ||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into mingw64-appveyour | Arkady Shapkin | 2017-09-01 | 10 | -13/+13 |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #1241 from aninf-wo/hethi/issue-635-old-links | Gennadiy Civil | 2017-08-31 | 10 | -13/+13 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | change links from former code.google.com to current github repository | ||||
| * | | | | | | | | | | change links from former code.google.com to current github repository | Herbert Thielen | 2017-08-31 | 10 | -13/+13 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'master' into mingw64-appveyour | Arkady Shapkin | 2017-08-31 | 4 | -5/+4 |
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #1240 from aninf-wo/hethi/fix-faq-example-comment | Gennadiy Civil | 2017-08-31 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | fix example's comment | ||||
| * | | | | | | | | | Merge branch 'master' into hethi/fix-faq-example-comment | Herbert Thielen | 2017-08-31 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #865 from frosteyes/master | Gennadiy Civil | 2017-08-31 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | Moved the ignoring of *.pyc files to top level | ||||
| * | | | | | | | | | Merge remote-tracking branch 'github_google/master' into master-github_frosteyes | Claus Stovgaard | 2017-08-31 | 159 | -28687/+3877 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .gitignore |