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
path:
root
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'llvm-rc-include-path' into release-3.17
Brad King
2020-04-07
1
-8/+8
|
\
|
*
llvm-rc: Restore include path for data after explicit preprocessing
Thomas Bernard
2020-04-06
1
-8/+8
*
|
Merge topic 'ExternalProject-no-extract-bool' into release-3.17
Brad King
2020-04-03
1
-0/+9
|
\
\
|
*
|
ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF`
Ben Boeckel
2020-04-02
1
-0/+9
*
|
|
Merge topic 'link-libs-config-case' into release-3.17
Brad King
2020-03-31
4
-0/+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
target_link_libraries: Fix regression in case of $<CONFIG> genex
Brad King
2020-03-30
4
-0/+28
|
|
/
*
|
Merge topic 'ctest-timeout-report' into release-3.17
Brad King
2020-03-27
2
-2/+2
|
\
\
|
*
|
CTest: Fix reported duration on timeout when grindchild keeps pipes open
Brad King
2020-03-26
2
-2/+2
|
|
/
*
|
llvm-rc: Print stderr output when calling tools through cmake_llvm_rc
Thomas Bernard
2020-03-26
3
-3/+4
|
/
*
Merge topic 'export-repeat' into release-3.17
Brad King
2020-03-20
3
-0/+8
|
\
|
*
export: Fix use-after-free on multiple calls overwriting same FILE
Brad King
2020-03-19
3
-0/+8
*
|
FindPython: fix regression on version validation
Marc Chevrier
2020-03-17
2
-15/+67
|
/
*
Merge topic 'rename-macho-version-properties' into release-3.17
Craig Scott
2020-03-12
1
-2/+2
|
\
|
*
macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION
Brad King
2020-03-12
1
-2/+2
*
|
Swift: support Ninja Multi-Config
Saleem Abdulrasool
2020-03-09
3
-0/+9
*
|
Merge topic 'ninja-multi-custom-command-deps' into release-3.17
Brad King
2020-03-05
3
-6/+3
|
\
\
|
*
|
Ninja Multi-Config: Don't build target dependencies for custom commands
Kyle Edwards
2020-03-03
3
-6/+3
|
|
/
*
|
Merge topic 'FindPython-manage-SOABI-suffix' into release-3.17
Brad King
2020-03-04
1
-0/+10
|
\
\
|
*
|
FindPython: python_add_library can now manage SOABI suffix.
Marc Chevrier
2020-03-03
1
-0/+10
|
|
/
*
|
Ninja Multi-Config: Fix spurious unused variable warning
Kyle Edwards
2020-03-03
2
-2/+13
|
/
*
Merge topic 'ninja-multi-variable-shuffle-again' into release-3.17
Brad King
2020-02-28
17
-34/+70
|
\
|
*
Ninja Multi-Config: Always generate build.ninja
Kyle Edwards
2020-02-27
4
-12/+3
|
*
Generator: Don't allow Ninja Multi-Config variables on other generators
Kyle Edwards
2020-02-27
10
-0/+45
|
*
Ninja Multi-Config: Remove "NMC" from variable names
Kyle Edwards
2020-02-27
6
-27/+27
*
|
foreach: Set fatal error on invalid range
Kyle Edwards
2020-02-27
4
-0/+8
*
|
foreach: Fix crash when parsing invalid integer
Kyle Edwards
2020-02-27
19
-0/+48
|
/
*
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
*
|
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
*
|
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
3
-3/+37
|
/
*
Merge topic 'ninja-multi-framework-dependency-autogen-fix' into release-3.17
Brad King
2020-02-18
2
-0/+27
|
\
|
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
2
-0/+27
*
|
ExternalProject: Quote each git --config option to handle spaces
Craig Scott
2020-02-15
1
-1/+3
*
|
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
|
/
*
Merge topic 'ninja-multi-default-configs-fix' into release-3.17
Brad King
2020-02-12
3
-0/+45
|
\
|
*
Ninja Multi-Config: Fix issue with "all" in CMAKE_NMC_DEFAULT_CONFIGS
Kyle Edwards
2020-02-11
3
-0/+45
*
|
Merge topic 'file-CONFIGURE_DEPENDS-verify-CMP0009' into release-3.17
Brad King
2020-02-12
5
-2/+30
|
\
\
|
*
|
file: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to new
Shane Parris
2020-02-11
5
-0/+28
|
*
|
Tests: Perform minor cleanups in RunCMake.file test
Shane Parris
2020-02-11
1
-2/+2
*
|
|
Merge topic 'install-default-fix' into release-3.17
Brad King
2020-02-12
6
-12/+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
install: Fix regression when using default destinations
Kyle Edwards
2020-02-11
6
-12/+12
*
|
|
Merge topic 'FindPython-reduce-resources-comsumption' into release-3.17
Brad King
2020-02-11
1
-0/+1
|
\
\
\
|
*
|
|
FindPython: reduces consumption of resources
Marc Chevrier
2020-02-10
1
-0/+1
*
|
|
|
Merge topic 'swift-no-sdk-include' into release-3.17
Brad King
2020-02-11
4
-0/+81
|
\
\
\
\
|
*
|
|
|
Swift: Exclude SDK include paths
Yauheni Khnykin
2020-02-10
4
-0/+81
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Ninja Multi-Config: Add support for DEPFILE option in add_custom_command()
Kyle Edwards
2020-02-07
3
-0/+18
|
|
/
/
|
/
|
|
*
|
|
Merge topic 'ninja-multi-default-config-fix' into release-3.17
Brad King
2020-02-07
2
-0/+5
|
\
\
\
|
*
|
|
Ninja Multi-Config: Fix issue with CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG
Kyle Edwards
2020-02-06
2
-0/+5
|
|
/
/
[next]