summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variableFelix Heidrich2019-10-244-0/+22
* CMake Nightly Date StampKitware Robot2019-10-171-1/+1
* Merge branch 'release-3.16'Brad King2019-10-160-0/+0
|\
| * Merge branch 'doc-add_link_options-typos' into release-3.16Brad King2019-10-162-11/+11
| |\
* | \ Merge topic 'doc-add_link_options-typos'Brad King2019-10-162-11/+11
|\ \ \ | | |/ | |/|
| * | Help: Fix typos and style in add_link_options documentationTom Lankhorst2019-10-162-11/+11
* | | Merge branch 'release-3.16'Brad King2019-10-160-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'swift-cross-compile' into release-3.16Brad King2019-10-151-0/+3
| |\ \
| * \ \ Merge branch 'CMakeFindBinUtils-cleanup' into release-3.16Brad King2019-10-151-12/+0
| |\ \ \
| * \ \ \ Merge branch 'FindCurses-tinfow' into release-3.16Brad King2019-10-151-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'FindHDF5-cray' into release-3.16Brad King2019-10-151-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindCURL-cmake-package'Brad King2019-10-162-1/+34
|\ \ \ \ \ \ \
| * | | | | | | FindCURL: Try to find CURLConfig.cmakeCharles Barto2019-10-152-1/+34
* | | | | | | | Merge topic 'CMakeFindBinUtils-cleanup'Brad King2019-10-161-12/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | CMakeFindBinUtils: Remove unnecessary variable unset callsBrad King2019-10-151-12/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'swift-cross-compile'Brad King2019-10-161-0/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | try_compile: support Swift for cross-compilationSaleem Abdulrasool2019-10-151-0/+3
| |/ / / / /
* | | | | | Merge topic 'FindCurses-tinfow'Brad King2019-10-161-2/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindCurses: use tinfow when wide support is requestedManuel Herrmann2019-10-151-2/+4
| |/ / / /
* | | | | Merge topic 'FindHDF5-cray'Brad King2019-10-161-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | FindHDF5: Append hdf5 to hdf5_hl to avoid undefined referencesWillem Deconinck2019-10-151-1/+1
| * | | | FindHDF5: Cray HDF5 Fortran module filename is usually capitalizedWillem Deconinck2019-10-151-1/+1
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2019-10-161-1/+1
* | | | Merge branch 'release-3.16'Brad King2019-10-150-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'doc-static-lib-flags' into release-3.16Brad King2019-10-152-5/+17
| |\ \ \
| * \ \ \ Merge branch 'cmake-initial-cache-relative' into release-3.16Brad King2019-10-1413-10/+40
| |\ \ \ \
| * \ \ \ \ Merge branch 'FindOpenMP-clang-HIP-device' into release-3.16Brad King2019-10-141-0/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-static-lib-flags'Brad King2019-10-152-5/+17
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Help: Clarify documentation of CMAKE_STATIC_LINKER_FLAGSBrad King2019-10-152-5/+17
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'cmake-initial-cache-relative'Brad King2019-10-1513-10/+40
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cmake: Fix relative path regression in -CPeter Waller2019-10-1413-10/+40
| |/ / / /
* | | | | Merge topic 'FindOpenMP-clang-HIP-device'Brad King2019-10-151-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | FindOpenMP: Add support for HIP clang device passKonstantin Pyzhov2019-10-121-0/+2
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2019-10-151-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-10-141-1/+1
* | | | Merge topic 'feature/CMAKE_MESSAGE_CONTEXT'Craig Scott2019-10-1328-34/+283
|\ \ \ \
| * | | | message: Support logging a context with each messageAlex Turbov2019-10-1215-9/+194
| * | | | message: Add new CMAKE_MESSAGE_LOG_LEVEL variableAlex Turbov2019-10-1211-0/+64
| * | | | Tests: Message log level tests must fail on unwanted outputCraig Scott2019-10-1210-10/+10
| * | | | Help: Move CMAKE_MESSAGE_INDENT variable to correct sectionAlex Turbov2019-10-121-1/+1
| * | | | message: Minor refactor to make code less verboseAlex Turbov2019-10-121-14/+14
* | | | | CMake Nightly Date StampKitware Robot2019-10-131-1/+1
* | | | | Merge branch 'release-3.16'Brad King2019-10-120-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'no-git-version' into release-3.16Brad King2019-10-111-44/+46
| |\ \ \ \
| * \ \ \ \ Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.16Brad King2019-10-111-0/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'vs-v142-csharp-flags' into release-3.16Brad King2019-10-112-2/+575
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FindPostgreSQL-macports-and-v12' into release-3.16Brad King2019-10-111-1/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'iar-8051-support' into release-3.16Brad King2019-10-116-3/+23
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'objc-c++flags' into release-3.16Brad King2019-10-114-1/+29
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'doc-unity-build' into release-3.16Brad King2019-10-114-17/+37
| |\ \ \ \ \ \ \ \ \ \