summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* AIX: Do not enable runtime linking by default anymoreBrad King2019-07-171-0/+10
* Merge topic 'aix-exe-implib'Brad King2019-07-175-2/+24
|\
| * AIX: Create import library for executables with exportsBrad King2019-07-165-2/+24
* | Merge topic 'cmake-qch-no-version-in-filename'Brad King2019-07-171-0/+8
|\ \
| * | CMake.qch: Don't include the version in the file nameCraig Scott2019-07-171-0/+8
* | | Merge topic 'project-version-0'Brad King2019-07-173-0/+31
|\ \ \ | |_|/ |/| |
| * | project: Keep leading `0` in PROJECT_VERSION componentsAlex Turbov2019-07-163-0/+31
* | | Help: Clarify ENABLE_EXPORTS per-platform link behaviorBrad King2019-07-161-9/+14
* | | Help: Simplify CMAKE_ENABLE_EXPORTS documentationBrad King2019-07-161-18/+4
| |/ |/|
* | Merge topic 'FindBISON-CMP0088-SourcePath'Brad King2019-07-151-0/+8
|\ \
| * | FindBISON: Fix CMP0088 NEW behavior for non-absolute input pathsBrian Carlson2019-07-121-0/+8
* | | Merge topic 'cmake-e-true-false'Brad King2019-07-122-0/+11
|\ \ \
| * | | cmake -E: Add true and false commandsKyle Edwards2019-07-112-0/+11
* | | | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'Brad King2019-07-122-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | ctest: propagate make program to cmakeRobert Maynard2019-07-112-1/+8
* | | | Merge topic 'eclipse-resource-encoding'Brad King2019-07-113-0/+13
|\ \ \ \
| * | | | Eclipse: Add option to set the resource encodingMartin Gerhardy2019-07-093-0/+13
| | |_|/ | |/| |
* | | | Merge topic 'docs-file-GLOB-case-sensitivity'Craig Scott2019-07-111-0/+5
|\ \ \ \
| * | | | Help: Mention file(GLOB)'s case-sensitivitySteve Mokris2019-07-101-0/+5
| |/ / /
* | | | Merge topic 'docs-message-cmake-gui'Craig Scott2019-07-101-6/+6
|\ \ \ \
| * | | | message() help: Clarify how logs are displayed in various toolsFrank Dana2019-07-091-6/+6
| * | | | Merge branch 'loglevel-option-case-consistency' into release-3.15Craig Scott2019-07-091-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'docs-misc-trivial-cleanups' into release-3.15Craig Scott2019-07-045-39/+39
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'add_cmake_find_use_package_registry'Craig Scott2019-07-0914-44/+148
|\ \ \ \ \ \ \
| * | | | | | | Find: find_package prefers variable CMAKE_FIND_USE_REGISTRYRobert Maynard2019-07-0911-7/+71
| * | | | | | | Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docsRobert Maynard2019-07-099-38/+78
* | | | | | | | Merge topic 'loglevel-option-case-consistency'Craig Scott2019-07-091-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Help: Use consistent levels for cmake --loglevel and message()Craig Scott2019-07-081-2/+2
* | | | | | | | Merge topic 'doc-SKIP_RETURN_CODE-range'Craig Scott2019-07-091-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Valid range for test property, SKIP_RETURN_CODE, is 0 to 255, inclusiveStephen Manz2019-07-021-1/+2
* | | | | | | | | Merge topic 'threads-are-good'Brad King2019-07-082-0/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Swift: support multithreaded compilationSaleem Abdulrasool2019-07-022-0/+9
| |/ / / / / / /
* | | | | | | | Merge topic 'docs-misc-trivial-cleanups'Craig Scott2019-07-045-39/+39
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Help: Remove mention of CMAKE_INSTALL_DO_STRIPCraig Scott2019-07-031-1/+1
| * | | | | | | Help: Clarify how to provide multiple targets with cmake --targetCraig Scott2019-07-031-1/+2
| * | | | | | | Help: Add missing xref for CMAKE_EXECUTE_PROCESS_COMMAND_ECHOCraig Scott2019-07-031-0/+2
| * | | | | | | Help: Improve formatting of list(TRANSFORM) sub-optionsCraig Scott2019-07-031-17/+17
| * | | | | | | Help: Clean up trivial typos and grammarCraig Scott2019-07-035-20/+17
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'doc-toolchain-file-CMAKE_SOURCE_DIR'Craig Scott2019-07-031-0/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Help: Discourage using CMAKE_SOURCE_DIR in toolchain filesOleg Chernovskiy2019-07-021-0/+8
* | | | | | Merge topic 'cross_ref_CUDAHOSTCXX_in_CMAKE_CUDA_HOST_COMPILER'Brad King2019-07-021-1/+2
|\ \ \ \ \ \
| * | | | | | CMAKE_CUDA_HOST_COMPILER: Document it takes priority over CUDAHOSTCXXRobert Maynard2019-06-271-1/+2
* | | | | | | Add deprecation warnings for policies CMP0067 and belowBrad King2019-07-011-0/+8
* | | | | | | Merge topic 'docs-project-code-injection'Craig Scott2019-07-011-13/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Help: move code injection vars to their own sectionCraig Scott2019-06-301-8/+13
| * | | | | Help: Remove self-references from project() docsCraig Scott2019-06-291-5/+5
| |/ / / /
| * | | | Merge branch 'doc-CMAKE_FRAMEWORK-crossref' into release-3.15Brad King2019-06-261-1/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'doc-typos-cmake_parse_arguments' into release-3.15Brad King2019-06-241-8/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-IMPORTED_LOCATION' into release-3.15Brad King2019-06-211-4/+11
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'vs-dpi-aware'Brad King2019-06-273-0/+21
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |