summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Help: Update CMake source developer guide for C++ standard library usageMarc Chevrier2020-03-141-4/+140
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-03-141-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'FindRuby-variable-case'Brad King2020-03-133-158/+193
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindRuby: Rename variables to match case of module nameJulien Marrec2020-03-113-158/+193
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'swift-implicit-module-include-dir'Brad King2020-03-135-0/+113
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Swift: Propagate Swift_MODULE_DIRECTORY as include directorySaleem Abdulrasool2020-03-125-0/+113
* | | | | | | | | | Merge topic 'profiling'Brad King2020-03-1320-2/+304
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | cmake: add command line options to output script profiling dataWouter Klouwen2020-03-0720-2/+304
* | | | | | | | | | Merge topic 'GoogleTest-gtest_discover_tests-failure'Brad King2020-03-137-3/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | GoogleTest: Fix CTest not failing if gtest_discover_tests failsRyan Thornton2020-03-111-2/+4
| * | | | | | | | | | GoogleTest: Add missing test case for gtest_discover_tests failureRyan Thornton2020-03-116-1/+29
* | | | | | | | | | | Merge topic 'cuda_language'Brad King2020-03-133-9/+11
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | CUDA: Abstract language flag to compiler modulesRaul Tambre2020-03-113-9/+11
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-03-131-1/+1
* | | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'generated-byproducts-docs' into release-3.17Brad King2020-03-124-11/+30
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'generated-byproducts-docs'Brad King2020-03-124-11/+30
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Help: Expand discussion of GENERATED / BYPRODUCTSFeRD (Frank Dana)2020-03-123-10/+29
| * | | | | | | | Help: Add missing word in AUTOGEN_TARGET_DEPENDS.rstFeRD (Frank Dana)2020-03-121-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'release-3.17'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | CMake 3.17.0-rc3v3.17.0-rc3Brad King2020-03-121-1/+1
* | | | | | | | Merge branch 'release-3.17'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge topic 'apple-clang-flags-c++17' into release-3.17Brad King2020-03-122-2/+8
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'apple-clang-flags-c++17'Brad King2020-03-122-2/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Apple Clang: add flags for C++17 standardMarc Chevrier2020-03-122-2/+8
* | | | | | | | | Merge branch 'release-3.16'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'swift-link-line-spaces' into release-3.16Brad King2020-03-121-3/+5
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'release-3.17'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'swift-link-line-spaces' into release-3.17Brad King2020-03-121-3/+5
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge topic 'swift-link-line-spaces'Brad King2020-03-121-3/+5
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Swift: Fix quoting of library search paths with spacesSaleem Abdulrasool2020-03-121-3/+5
* | | | | | | | | | Merge topic 'add-cache-definition'Brad King2020-03-1217-39/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-1117-39/+44
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'modernize-memory-management'Brad King2020-03-126-60/+100
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmCTestRunTest: modernize memory managementMarc Chevrier2020-03-116-60/+100
* | | | | | | | | | | Merge topic 'CMakeFindFrameworks-CMAKE_FRAMEWORK_PATH'Brad King2020-03-121-7/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CMakeFindFrameworks: Search CMAKE_FRAMEWORK_PATHBo Anderson2020-03-111-7/+19
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'ctest-curl-debugfunction' into release-3.17Brad King2020-03-122-2/+2
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'ctest-curl-debugfunction'Brad King2020-03-122-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docsBetsy McPhail2020-03-112-2/+2
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'FindPython-ENV-CMAKE_FRAMEWORK_PATH' into release-3.17Brad King2020-03-121-1/+2
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'FindPython-ENV-CMAKE_FRAMEWORK_PATH'Brad King2020-03-121-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | FindPython: Convert env CMAKE_FRAMEWORK_PATH to CMake pathBo Anderson2020-03-111-1/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-03-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'swift-rpath' into release-3.17Brad King2020-03-121-4/+6
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'swift-rpath'Brad King2020-03-121-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Swift: repair RPATH handling for macOSSaleem Abdulrasool2020-03-111-4/+6
* | | | | | | | | | | | Merge branch 'release-3.17'Craig Scott2020-03-120-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |