index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake 3.17.0-rc2
v3.17.0-rc2
Brad King
2020-03-02
1
-1/+1
*
Merge topic 'ninja-multi-variable-shuffle-again' into release-3.17
Brad King
2020-02-28
26
-80/+159
|
\
|
*
Ninja Multi-Config: Always generate build.ninja
Kyle Edwards
2020-02-27
6
-26/+16
|
*
Generator: Don't allow Ninja Multi-Config variables on other generators
Kyle Edwards
2020-02-27
13
-0/+91
|
*
Ninja Multi-Config: Remove "NMC" from variable names
Kyle Edwards
2020-02-27
12
-60/+58
*
|
Merge topic 'foreach-range-issues' into release-3.17
Brad King
2020-02-28
23
-6/+92
|
\
\
|
*
|
foreach: Set fatal error on invalid range
Kyle Edwards
2020-02-27
5
-0/+9
|
*
|
foreach: Fix crash when parsing invalid integer
Kyle Edwards
2020-02-27
20
-6/+83
*
|
|
Merge topic 'q_namespace_export' into release-3.17
Brad King
2020-02-28
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Autogen: Recognize the new Q_NAMESPACE_EXPORT macro in AUTOMOC
Richard
2020-02-26
1
-1/+1
*
|
|
Merge topic 'pch-file-time' into release-3.17
Brad King
2020-02-27
1
-0/+13
|
\
\
\
|
*
|
|
PCH: Copy the timestamp from an absolute header file
Cristian Adam
2020-02-26
1
-0/+13
|
|
/
/
*
|
|
Merge topic 'update-kwsys' into release-3.17
Brad King
2020-02-27
1
-0/+1
|
\
\
\
|
*
|
|
KWSys: Terminal: Add st-256color to VT100 color support whitelist
Brad King
2020-02-25
1
-0/+1
|
|
/
/
*
|
|
Merge topic 'FindPython-cache-cleanup' into release-3.17
Brad King
2020-02-27
1
-55/+102
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
FindPython: Do not cache computed result variables
Marc Chevrier
2020-02-26
1
-2/+2
|
*
|
FindPython: Mark non-public cache entries INTERNAL
Marc Chevrier
2020-02-26
1
-52/+99
*
|
|
Merge topic 'backport-ctest-resource-allocation-doc' into release-3.17
Brad King
2020-02-26
1
-0/+9
|
\
\
\
|
*
|
|
Help: Clarify that the CTest resource allocation feature doesn't oversubscribe
Kyle Edwards
2020-02-26
1
-0/+9
|
/
/
/
*
|
|
Merge topic 'cmake-cfg-intdir-ninja-multi' into release-3.17
Brad King
2020-02-26
1
-0/+7
|
\
\
\
|
*
|
|
Help: Note that CMAKE_CFG_INTDIR is not fully supported on Ninja Multi-Config
Kyle Edwards
2020-02-25
1
-0/+7
*
|
|
|
Merge topic 'RunCMake-test-lang' into release-3.17
Brad King
2020-02-26
1
-0/+3
|
\
\
\
\
|
*
|
|
|
Tests: fix RunCMake.Make test when run on systems with non-english locale
Rolf Eike Beer
2020-02-26
1
-0/+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'ninja-multi-fix-macos-failures' into release-3.17
Brad King
2020-02-26
2
-3/+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Tests: Fix CFBundleTest for Ninja Multi-Config
Kyle Edwards
2020-02-25
1
-1/+1
|
*
|
|
Tests: Fix CustComDepend test for Ninja Multi-Config
Kyle Edwards
2020-02-25
1
-2/+2
|
/
/
/
*
|
|
Merge topic 'ctest-failure-error-reporting' into release-3.17
Brad King
2020-02-25
9
-27/+119
|
\
\
\
|
*
|
|
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
6
-4/+72
|
*
|
|
Refactor: Provide more detailed error information from TryAllocateResources()
Kyle Edwards
2020-02-24
2
-16/+37
|
*
|
|
CTest: Improve error reporting with bad working directory for tests
Kyle Edwards
2020-02-24
2
-2/+2
|
*
|
|
Refactor: Require detail when calling cmCTestRunTest::StartFailure()
Kyle Edwards
2020-02-24
3
-8/+11
|
|
/
/
*
|
|
Merge topic 'FindCUDA-no-threads-target' into release-3.17
Brad King
2020-02-25
1
-1/+5
|
\
\
\
|
*
|
|
FindCUDA: Only depend on Threads::Threads on platforms that need it
Robert Maynard
2020-02-24
1
-1/+5
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'FindPkgConfig-scope' into release-3.17
Brad King
2020-02-25
1
-0/+6
|
\
\
\
|
*
|
|
FindPkgConfig: set policies CMP0054 and CMP0057 to new
Rolf Eike Beer
2020-02-24
1
-0/+6
*
|
|
|
Merge topic 'cuda-non-device-link' into release-3.17
Brad King
2020-02-25
2
-3/+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'backport-cuda-non-device-link'
Brad King
2020-02-24
2
-3/+3
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Ninja: Do not use nvcc response files with non-nvcc tools
Francisco Facioni
2020-02-24
2
-3/+3
*
|
|
|
Merge topic 'pch-create-via-include' into release-3.17
Brad King
2020-02-24
3
-3/+3
|
\
\
\
\
|
*
|
|
|
PCH: Clang: Update PCH usage flags to include original header
Sergey Larin
2020-02-24
3
-3/+3
|
|
/
/
/
*
|
|
|
Merge topic 'update-kwsys' into release-3.17
Brad King
2020-02-18
2
-6/+18
|
\
\
\
\
|
*
|
|
|
KWSys: SystemTools: CopyFileIfDifferent: Fix endless recursion
Brad King
2020-02-18
2
-6/+18
*
|
|
|
|
Merge topic 'swift-exe-rpath' into release-3.17
Brad King
2020-02-18
1
-0/+5
|
\
\
\
\
\
|
*
|
|
|
|
Swift: support `-rpath` for executables
Saleem Abdulrasool
2020-02-17
1
-0/+5
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'ninja-multi-framework-dependency-autogen-fix' into release-3.17
Brad King
2020-02-18
29
-87/+152
|
\
\
\
\
\
|
*
|
|
|
|
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
29
-87/+152
*
|
|
|
|
|
Merge topic 'git-config-with-spaces' into release-3.17
Brad King
2020-02-17
5
-13/+28
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
ExternalProject: Quote each git --config option to handle spaces
Craig Scott
2020-02-15
2
-2/+4
|
*
|
|
|
|
Tests: Add missing ExternalProject smoke tests
Craig Scott
2020-02-15
1
-0/+8
|
*
|
|
|
|
Tests: Fix test_clean target missing some test directories
Craig Scott
2020-02-15
3
-11/+16
|
|
/
/
/
/
[next]