Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmNinjaTargetGenerator: Factor out helper for forced response file check | Dmitry Ivanov | 2016-04-07 | 3 | -3/+10 |
* | Merge topic 'branch_coverage_working_dir' | Brad King | 2016-04-07 | 1 | -2/+2 |
|\ | |||||
| * | CTestCoverageCollectGCOV: specify base dir for GLOB_RECURSE | Zack Galbreath | 2016-04-04 | 1 | -2/+2 |
* | | Merge topic 'branch_coverage_glob' | Brad King | 2016-04-07 | 4 | -8/+74 |
|\ \ | |||||
| * | | CTestCoverageCollectGCOV: Improve documentation | Zack Galbreath | 2016-04-07 | 1 | -8/+13 |
| * | | CTestCoverageCollectGCOV: Honor CTEST_EXTRA_COVERAGE_GLOB | Zack Galbreath | 2016-04-07 | 4 | -0/+61 |
* | | | Merge topic 'UseJava-cmake-command' | Brad King | 2016-04-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | UseJava: use CMAKE_COMMAND instead of direct cmake call | Brad King | 2016-04-06 | 1 | -1/+1 |
* | | | | Merge topic 'ExternalProject-TLS_VERIFY-fixes' | Brad King | 2016-04-07 | 1 | -10/+16 |
|\ \ \ \ | |||||
| * | | | | ExternalProject: Fix file download script with CMAKE_TLS_{VERIFY,CAINFO} | Brad King | 2016-04-06 | 1 | -6/+9 |
| * | | | | ExternalProject: Tell Git not to verify certs only if TLS_VERIFY is OFF | Brad King | 2016-04-06 | 1 | -4/+7 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-04-07 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'fortran-line-directives-no-dirs' | Brad King | 2016-04-06 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | cmFortranParser: Skip #line directives that do not name files | Brad King | 2016-04-05 | 1 | -1/+1 |
* | | | | | Merge topic 'FindOpenSSL-names-per-dir' | Brad King | 2016-04-06 | 1 | -0/+10 |
|\ \ \ \ \ | |||||
| * | | | | | FindOpenSSL: Prefer libs early in search path regardless of name (#15887) | Hannes Mezger | 2016-04-05 | 1 | -0/+10 |
* | | | | | | Merge topic 'mingw-w64-Fortran-platform' | Brad King | 2016-04-06 | 1 | -6/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fortran: Fix platform id detection on mingw-w64 | Melven Roehrig-Zoellner | 2016-04-05 | 1 | -0/+15 |
| * | | | | | | CMakeDetermineFortranCompiler: Modernize conventions | Melven Roehrig-Zoellner | 2016-04-05 | 1 | -6/+5 |
* | | | | | | | Merge topic 'FindGSL-doc-typo' | Brad King | 2016-04-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindGSL: Fix typo in documentation | Pierrick Koch | 2016-04-05 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'find-blas-lapack-Fortran-only' | Brad King | 2016-04-06 | 2 | -14/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Find{BLAS,LAPACK}: Fix when used in pure Fortran projects (#16039) | Melven Roehrig-Zoellner | 2016-04-05 | 2 | -14/+18 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-04-06 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge branch 'release' | Brad King | 2016-04-05 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'fix-target-alias-in-subdir' into release | Brad King | 2016-04-01 | 8 | -33/+15 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'ctest-run-submodule-sync' | Brad King | 2016-04-05 | 7 | -4/+67 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: add release notes for topic 'ctest-run-submodule-sync' | Ben Boeckel | 2016-04-01 | 1 | -0/+9 |
| * | | | | | | | | cmCTestGIT: run `git submodule sync` before updating submodules | Ben Boeckel | 2016-04-01 | 1 | -0/+22 |
| * | | | | | | | | cmCTestGIT: add an option to initialize submodules on update | Ben Boeckel | 2016-04-01 | 6 | -1/+33 |
| * | | | | | | | | cmCTestGIT: fix git version references | Ben Boeckel | 2016-04-01 | 1 | -3/+3 |
* | | | | | | | | | Merge topic 'cobertura_off_by_one' | Brad King | 2016-04-05 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmParseCoberturaCoverage: Remove extra coverage line | Zack Galbreath | 2016-03-30 | 1 | -1/+0 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'ep-tls-verify-git' | Brad King | 2016-04-05 | 2 | -6/+22 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | ExternalProject: Allow TLS_VERIFY for git clones | Samir Benmendil | 2016-04-01 | 2 | -6/+22 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'fix-target-alias-in-subdir' | Brad King | 2016-04-05 | 8 | -33/+15 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Rename local target lookup methods to clarify purpose | Brad King | 2016-04-01 | 7 | -9/+10 |
| * | | | | | | | Fix lookup of an ALIAS target outside aliased target's directory (#16044) | Brad King | 2016-04-01 | 4 | -27/+8 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-04-05 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-04-04 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-04-03 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-04-02 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'cpack-rpm-external-symlink-handling' | Brad King | 2016-04-01 | 4 | -7/+34 |
|\ \ \ \ \ | |||||
| * | | | | | CPack/RPM external symlink handling | Domen Vrankar | 2016-04-01 | 4 | -7/+34 |
* | | | | | | Merge topic 'check-compiler-flag-clang-cl' | Brad King | 2016-04-01 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Check*CompilerFlag: Add another pattern for Clang (#16038) | Brad King | 2016-03-31 | 1 | -0/+1 |
* | | | | | | | Merge topic 'add-CMAKE_EXTRA_INCLUDE_FILES-to-CMakePushCheckState' | Brad King | 2016-04-01 | 3 | -11/+58 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | PushCheckStateTest: Update test to check CMAKE_EXTRA_INCLUDE_FILES | Jean-Christophe Fillion-Robin | 2016-03-31 | 1 | -0/+5 |
| * | | | | | | | CMakePushCheckState: Add support for CMAKE_EXTRA_INCLUDE_FILES | Jean-Christophe Fillion-Robin | 2016-03-31 | 2 | -2/+10 |
| * | | | | | | | PushCheckStateTest: Test all variables managed by the module | Jean-Christophe Fillion-Robin | 2016-03-31 | 1 | -9/+43 |