| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'add_library-mention-xcode-objlib-behavior' | Brad King | 2017-12-04 | 1 | -3/+3 |
|\ |
|
| * | add_library: mention that Xcode requires a real source file | Ben Boeckel | 2017-12-01 | 1 | -3/+3 |
|
|
* | | Merge topic 'cmake-job-pool' | Brad King | 2017-12-04 | 4 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Ninja: add CMAKE_JOB_POOLS variable as default for JOBS_POOLS | Matt McCormick | 2017-11-29 | 4 | -0/+17 |
|
|
* | | Merge topic 'whitelist-more-interface-properties' | Brad King | 2017-11-30 | 1 | -0/+7 |
|\ \ |
|
| * | | cmTargetPropertyComputer: whitelist custom properties | Ben Boeckel | 2017-11-21 | 1 | -0/+7 |
| |/ |
|
* | | Merge topic 'findiconv-module' | Brad King | 2017-11-30 | 3 | -0/+6 |
|\ \ |
|
| * | | FindIconv: Add the FindIconv module. | Christian Pfeiffer | 2017-11-29 | 3 | -0/+6 |
|
|
* | | | Merge topic 'CodeBlocks-custom-compiler-id' | Brad King | 2017-11-29 | 3 | -0/+20 |
|\ \ \ |
|
| * | | | CodeBlocks: add option for the CB compiler ID | Melven Roehrig-Zoellner | 2017-11-27 | 3 | -0/+20 |
| |/ / |
|
* | | | Merge topic 'CheckIncludeFiles-language-CXX' | Brad King | 2017-11-29 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Help: Add notes for topic 'CheckIncludeFiles-language-CXX' | Brad King | 2017-11-14 | 1 | -0/+6 |
|
|
* | | | | Merge topic 'fortran-compiler-launcher' | Brad King | 2017-11-29 | 3 | -2/+11 |
|\ \ \ \ |
|
| * | | | | Fortran: Add option to run the compiler through launcher tools | Brad King | 2017-11-21 | 3 | -2/+11 |
| | |_|/
| |/| | |
|
* | | | | Merge topic 'extend-compile-language-genex' | Brad King | 2017-11-27 | 2 | -5/+14 |
|\ \ \ \ |
|
| * | | | | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio | Brad King | 2017-11-20 | 2 | -5/+14 |
| | |_|/
| |/| | |
|
* | | | | Merge topic 'server-target-isGeneratorProvided' | Brad King | 2017-11-27 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'serverFixTestDiscovery' | Brad King | 2017-11-27 | 1 | -18/+1 |
|\ \ \ \ |
|
| * | | | | server: ctestInfo fix to return all tests | Justin Goshi | 2017-11-17 | 1 | -18/+1 |
|
|
* | | | | | Merge topic 'WriteBasicConfigVersionFile_SameMinorVersion' | Craig Scott | 2017-11-22 | 1 | -0/+5 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | WriteBasicConfigVersionFile: Add SameMinorVersion COMPATIBILITY option | Daniele E. Domenichelli | 2017-11-21 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'cuda-sep-comp-var' | Brad King | 2017-11-20 | 4 | -0/+17 |
|\ \ \ \ |
|
| * | | | | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variable | Brad King | 2017-11-17 | 4 | -0/+17 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'FindOpenGL-glvnd-policy' | Brad King | 2017-11-20 | 3 | -0/+39 |
|\ \ \ \ |
|
| * | | | | FindOpenGL: Add policy CMP0072 to prefer GLVND for legacy GL | Brad King | 2017-11-17 | 3 | -0/+39 |
| |/ / / |
|
* | | | | Help: Fix cross-reference in COMPILE_FLAGS target property docs | Craig Scott | 2017-11-19 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Find{BLAS,LAPACK}: Add support for FLAME blis and libflame | J M Dieterich | 2017-11-16 | 1 | -0/+5 |
|/ / |
|
* | | Merge topic 'update-ctest-documentation' | Brad King | 2017-11-10 | 1 | -117/+163 |
|\ \ |
|
| * | | Help: Add 'Label and Subproject Summary' section to ctest(1) manual | Betsy McPhail | 2017-11-10 | 1 | -1/+27 |
|
|
| * | | Help: Normalize capitalization of 'CTest' in ctest(1) manual | Betsy McPhail | 2017-11-10 | 1 | -24/+24 |
|
|
| * | | Help: Divide ctest(1) manual options into sections | Betsy McPhail | 2017-11-10 | 1 | -87/+114 |
|
|
| * | | cmCTest: Remove dead code | Betsy McPhail | 2017-11-07 | 1 | -7/+0 |
| |/ |
|
* | | Merge topic 'cmakeServerRequiredCMakeVersion' | Brad King | 2017-11-10 | 1 | -0/+3 |
|\ \ |
|
| * | | server: return minimum cmake required version for each project | Justin Goshi | 2017-11-07 | 1 | -0/+3 |
| |/ |
|
* | | CPack: enable setting default dir creation permissions | Domen Vrankar | 2017-11-08 | 3 | -0/+17 |
|
|
* | | CMake: enable setting default dir creation permissions | Domen Vrankar | 2017-11-08 | 3 | -0/+37 |
|
|
* | | Merge topic 'imported-promotion' | Brad King | 2017-11-08 | 3 | -0/+38 |
|\ \
| |/
|/| |
|
| * | Add new target-property `IMPORTED_GLOBAL`. | Deniz Bahadir | 2017-11-07 | 3 | -0/+38 |
|
|
* | | Merge topic 'server-test-info' | Brad King | 2017-11-07 | 1 | -0/+73 |
|\ \ |
|
| * | | server: add "ctestInfo" request to get test info | Justin Goshi | 2017-11-03 | 1 | -0/+73 |
|
|
* | | | Fix trivial typos in text | luzpaz | 2017-11-03 | 8 | -8/+8 |
|
|
* | | | Merge topic 'cross_link_CheckLanguage_enable_language' | Craig Scott | 2017-11-02 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Help: enable_language now documents the CheckLanguage module | Robert Maynard | 2017-10-31 | 1 | -1/+2 |
|
|
| * | | | Merge branch 'cmp0040-wording' into release-3.10 | Brad King | 2017-10-26 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'help_parse_arguments' into release-3.10 | Brad King | 2017-10-23 | 1 | -10/+13 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'doc-cxx-std-msvc' into release-3.10 | Brad King | 2017-10-23 | 2 | -2/+4 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge topic 'deprecate-policy-old' | Brad King | 2017-11-02 | 1 | -0/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add deprecation warnings for policies CMP0054 and below | Brad King | 2017-11-01 | 1 | -0/+8 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Help: Document CMP0037 relaxation of test and package targets | Brad King | 2017-11-01 | 1 | -1/+6 |
|/ / / / / / |
|