- 08 Sep, 2017 3 commits
-
-
Stepan Khapugin authored
-
Gennadiy Civil authored
drop unused valgrind package from Travis build slave installation
-
Gennadiy Civil authored
switch one Trevis build to Release mode
-
- 07 Sep, 2017 3 commits
-
-
Herbert Thielen authored
-
Stepan Khapugin authored
-
Herbert Thielen 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 6 commits
-
-
Gennadiy Civil authored
CMake: use threads if allowed and found, not just if found.
-
Herbert Thielen authored
... and remove explicit gcc installation (will be installed with g++ automatically)
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Stepan Khapugin authored
-
- 04 Sep, 2017 6 commits
-
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
-
Herbert Thielen authored
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.
-
- 01 Sep, 2017 9 commits
-
-
Herbert Thielen authored
-
Herbert Thielen authored
This turns on optimization which allows the compiler to discover more problems and omit some more warnings.
-
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 11 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
-