summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pch-file-time' into release-3.17Brad King2020-02-271-0/+13
|\
| * PCH: Copy the timestamp from an absolute header fileCristian Adam2020-02-261-0/+13
* | Merge topic 'update-kwsys' into release-3.17Brad King2020-02-271-0/+1
|\ \
| * | KWSys: Terminal: Add st-256color to VT100 color support whitelistBrad King2020-02-251-0/+1
| |/
* | Merge topic 'FindPython-cache-cleanup' into release-3.17Brad King2020-02-271-55/+102
|\ \
| * | FindPython: Do not cache computed result variablesMarc Chevrier2020-02-261-2/+2
| * | FindPython: Mark non-public cache entries INTERNALMarc Chevrier2020-02-261-52/+99
* | | Merge topic 'backport-ctest-resource-allocation-doc' into release-3.17Brad King2020-02-261-0/+9
|\ \ \
| * | | Help: Clarify that the CTest resource allocation feature doesn't oversubscribeKyle Edwards2020-02-261-0/+9
|/ / /
* | | Merge topic 'cmake-cfg-intdir-ninja-multi' into release-3.17Brad King2020-02-261-0/+7
|\ \ \
| * | | Help: Note that CMAKE_CFG_INTDIR is not fully supported on Ninja Multi-ConfigKyle Edwards2020-02-251-0/+7
* | | | Merge topic 'RunCMake-test-lang' into release-3.17Brad King2020-02-261-0/+3
|\ \ \ \
| * | | | Tests: fix RunCMake.Make test when run on systems with non-english localeRolf Eike Beer2020-02-261-0/+3
| | |/ / | |/| |
* | | | Merge topic 'ninja-multi-fix-macos-failures' into release-3.17Brad King2020-02-262-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests: Fix CFBundleTest for Ninja Multi-ConfigKyle Edwards2020-02-251-1/+1
| * | | Tests: Fix CustComDepend test for Ninja Multi-ConfigKyle Edwards2020-02-251-2/+2
|/ / /
* | | Merge topic 'ctest-failure-error-reporting' into release-3.17Brad King2020-02-259-27/+119
|\ \ \
| * | | CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-246-4/+72
| * | | Refactor: Provide more detailed error information from TryAllocateResources()Kyle Edwards2020-02-242-16/+37
| * | | CTest: Improve error reporting with bad working directory for testsKyle Edwards2020-02-242-2/+2
| * | | Refactor: Require detail when calling cmCTestRunTest::StartFailure()Kyle Edwards2020-02-243-8/+11
| |/ /
* | | Merge topic 'FindCUDA-no-threads-target' into release-3.17Brad King2020-02-251-1/+5
|\ \ \
| * | | FindCUDA: Only depend on Threads::Threads on platforms that need itRobert Maynard2020-02-241-1/+5
| | |/ | |/|
* | | Merge topic 'FindPkgConfig-scope' into release-3.17Brad King2020-02-251-0/+6
|\ \ \
| * | | FindPkgConfig: set policies CMP0054 and CMP0057 to newRolf Eike Beer2020-02-241-0/+6
* | | | Merge topic 'cuda-non-device-link' into release-3.17Brad King2020-02-252-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'backport-cuda-non-device-link'Brad King2020-02-242-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Ninja: Do not use nvcc response files with non-nvcc toolsFrancisco Facioni2020-02-242-3/+3
* | | | Merge topic 'pch-create-via-include' into release-3.17Brad King2020-02-243-3/+3
|\ \ \ \
| * | | | PCH: Clang: Update PCH usage flags to include original headerSergey Larin2020-02-243-3/+3
| |/ / /
* | | | Merge topic 'update-kwsys' into release-3.17Brad King2020-02-182-6/+18
|\ \ \ \
| * | | | KWSys: SystemTools: CopyFileIfDifferent: Fix endless recursionBrad King2020-02-182-6/+18
* | | | | Merge topic 'swift-exe-rpath' into release-3.17Brad King2020-02-181-0/+5
|\ \ \ \ \
| * | | | | Swift: support `-rpath` for executablesSaleem Abdulrasool2020-02-171-0/+5
| | |/ / / | |/| | |
* | | | | Merge topic 'ninja-multi-framework-dependency-autogen-fix' into release-3.17Brad King2020-02-1829-87/+152
|\ \ \ \ \
| * | | | | Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-1729-87/+152
* | | | | | Merge topic 'git-config-with-spaces' into release-3.17Brad King2020-02-175-13/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ExternalProject: Quote each git --config option to handle spacesCraig Scott2020-02-152-2/+4
| * | | | | Tests: Add missing ExternalProject smoke testsCraig Scott2020-02-151-0/+8
| * | | | | Tests: Fix test_clean target missing some test directoriesCraig Scott2020-02-153-11/+16
| |/ / / /
* | | | | Merge topic 'doc-ascii' into release-3.17Brad King2020-02-122-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: Replace UTF-8 apostrophe with ascii apostropheBrad King2020-02-122-4/+4
|/ / / /
* | | | CMake 3.17.0-rc1v3.17.0-rc1Brad King2020-02-121-1/+1
* | | | Merge topic 'doc-cpack' into release-3.17Brad King2020-02-121-3/+3
|\ \ \ \
| * | | | Help: module CPack: Make internal hyperlink target more uniqueBrad King2020-02-121-3/+3
* | | | | Merge topic 'doc-cpack' into release-3.17Brad King2020-02-121-10/+31
|\ \ \ \ \ | |/ / / /
| * | | | Help: module CPack: New section on targets.Joachim Wuttke (o)2020-02-121-7/+21
| * | | | Help: module CPack: add cross-reference to cpack-generators(7).Joachim Wuttke (o)2020-02-121-0/+2
| * | | | Help: module CPack. Explain usage of the build targets.Joachim Wuttke (o)2020-02-121-7/+11
| * | | | Help: module CPack: correction: 2 config files are generated, not just 1Joachim Wuttke (o)2020-02-121-3/+4