summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-uninitialized-21166'Brad King2020-10-062-0/+4
|\
| * cmCTestBuildHandler: Avoid uninitialized line-numbersAdriaan de Groot2020-10-051-0/+2
| * cmake: Fix uninitialized member in HandleDeleteCacheVariablesAdriaan de Groot2020-10-051-0/+2
* | Merge topic 'csharp-source_group-bugfix'Brad King2020-10-061-1/+8
|\ \
| * | VS: Fix regression in C# source linksKinan Mahdi2020-10-051-1/+8
| * | CMake 3.18.3v3.18.3Brad King2020-09-221-1/+1
| * | Merge topic 'foreach-int-parse-range-check' into release-3.18Brad King2020-09-211-0/+6
| |\ \
* | | | CMake Nightly Date StampKitware Robot2020-10-061-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2020-10-051-1/+1
* | | Merge topic 'xcode-refactor-framework-linking'Craig Scott2020-10-042-6/+20
|\ \ \
| * | | Xcode: Don't add framework as -framework argument in linker info listGusts Kaksis2020-10-022-6/+20
* | | | CMake Nightly Date StampKitware Robot2020-10-041-1/+1
* | | | CMake Nightly Date StampKitware Robot2020-10-031-1/+1
* | | | Merge topic 'execute_process-fatal-error'Brad King2020-10-021-1/+57
|\ \ \ \
| * | | | execute_process: add options for fatal errors on subprocess failureAsit Dhal2020-10-011-1/+57
* | | | | Merge topic 'ctest-memcheck-compute-sanitizer'Brad King2020-10-021-1/+2
|\ \ \ \ \
| * | | | | CTest: add compute-sanitizer alias for cuda-memcheckTobias Ribizel2020-10-011-1/+2
| |/ / / /
* | | | | Merge topic 'optimize-cmListFileFunction'Marc Chevrier2020-10-0214-85/+123
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cmListFileCache: Make cmListFileFunction a shared pointerOleksandr Koval2020-10-0114-85/+123
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2020-10-021-1/+1
* | | | Merge topic 'macos-arm64'Brad King2020-10-012-0/+7
|\ \ \ \
| * | | | macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-302-0/+7
* | | | | Merge topic 'cmake-gui-reference-manual'Brad King2020-10-014-8/+40
|\ \ \ \ \
| * | | | | CMake GUI: Add "CMake Reference Manual" help itemKyle Edwards2020-09-304-2/+34
| * | | | | Refactor: Modernize cmSystemTools::FindCMakeResources()Kyle Edwards2020-09-301-6/+6
* | | | | | Merge topic 'genexpr-for-mfc-flag'Brad King2020-10-012-2/+3
|\ \ \ \ \ \
| * | | | | | VS: Teach CMAKE_MFC_FLAG to support generator expressionsAndrey Starodubtsev2020-09-302-2/+3
* | | | | | | Merge topic 'msvc_implib'Brad King2020-10-012-10/+14
|\ \ \ \ \ \ \
| * | | | | | | VS: Make ImportLibary generation optionalMark Jansen2020-09-302-10/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'find_package-check-dir'Brad King2020-10-011-4/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | find_package: avoid showing files as directories when searching config filessanchayanghosh2020-09-301-4/+5
* | | | | | | CMake Nightly Date StampKitware Robot2020-10-011-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'cmake_language-DEFER'Brad King2020-09-3012-102/+576
|\ \ \ \ \ \
| * | | | | | cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-2912-23/+485
| * | | | | | cmake_language: Make all errors fatalBrad King2020-09-291-17/+19
| * | | | | | cmake_language(CALL): Accept empty ${var} expansionsBrad King2020-09-291-63/+65
| * | | | | | cmake_language(EVAL): Factor out internal helperBrad King2020-09-291-24/+32
| * | | | | | cmMakefile: Clarify name of internal list file run methodBrad King2020-09-292-8/+8
* | | | | | | Merge topic 'find-package-check-empty-version-range'Craig Scott2020-09-301-1/+14
|\ \ \ \ \ \ \
| * | | | | | | find_package: raise error on empty version rangeMarc Chevrier2020-09-291-1/+14
* | | | | | | | Merge topic 'vs-mixed-lang-std'Brad King2020-09-301-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Fix C language standard in target with C++ sourcesBrad King2020-09-291-0/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'update-kwsys'Brad King2020-09-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-09-291-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-09-301-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge topic 'cmake-gui-environment'Kyle Edwards2020-09-299-37/+539
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | CMake GUI: Add environment editorKyle Edwards2020-09-289-37/+539
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'simplify-execution-context'Brad King2020-09-2911-91/+45
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | cmMakefile: Replace GetExecutionFilePath with the top of the BacktraceBrad King2020-09-282-13/+5
| * | | | | | cmMakefile: Simplify ExpandArguments signatureBrad King2020-09-284-24/+12