summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.17.0-rc2v3.17.0-rc2Brad King2020-03-021-1/+1
* Merge topic 'ninja-multi-variable-shuffle-again' into release-3.17Brad King2020-02-2826-80/+159
|\
| * Ninja Multi-Config: Always generate build.ninjaKyle Edwards2020-02-276-26/+16
| * Generator: Don't allow Ninja Multi-Config variables on other generatorsKyle Edwards2020-02-2713-0/+91
| * Ninja Multi-Config: Remove "NMC" from variable namesKyle Edwards2020-02-2712-60/+58
* | Merge topic 'foreach-range-issues' into release-3.17Brad King2020-02-2823-6/+92
|\ \
| * | foreach: Set fatal error on invalid rangeKyle Edwards2020-02-275-0/+9
| * | foreach: Fix crash when parsing invalid integerKyle Edwards2020-02-2720-6/+83
* | | Merge topic 'q_namespace_export' into release-3.17Brad King2020-02-281-1/+1
|\ \ \ | |/ / |/| |
| * | Autogen: Recognize the new Q_NAMESPACE_EXPORT macro in AUTOMOCRichard2020-02-261-1/+1
* | | 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
| |/ / / /