summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Launchers: Support setting linker launchersBobby D Reynolds2021-05-288-1/+65
* cmNinjaNormalTargetGenerator: Fix "Language" rule variableBobby D Reynolds2021-05-281-1/+1
* CMake Nightly Date StampKitware Robot2021-05-281-1/+1
* Merge topic 'xcode-link-TARGET_OBJECTS'Brad King2021-05-271-0/+2
|\
| * Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIESBrad King2021-05-261-0/+2
* | CMake Nightly Date StampKitware Robot2021-05-271-1/+1
* | Merge topic 'cpack-install-opts'Craig Scott2021-05-261-0/+17
|\ \ | |/ |/|
| * CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLESNils Gladitz2021-05-231-0/+17
* | Merge topic 'ninja-absolute-paths'Brad King2021-05-266-39/+59
|\ \
| * | Ninja: Always compile sources using absolute pathsBrad King2021-05-253-9/+7
| * | Ninja: Handle depfiles with absolute paths to generated files in Ninja < 1.7Brad King2021-05-251-7/+15
| * | cmNinjaNormalTargetGenerator: Factor out build event byproduct collectionBrad King2021-05-251-9/+10
| * | cmGlobalNinjaGenerator: Add helper to compute absolute paths for build.ninjaBrad King2021-05-253-0/+15
| * | cmNinjaTargetGenerator: Reduce string copies in ConvertToNinjaPath wrapperBrad King2021-05-251-1/+1
| * | cmNinjaTargetGenerator: Rename source file path lookup method for clarityBrad King2021-05-253-8/+11
| * | cmNinjaTargetGenerator: Remove GetSourceFilePath call with different semanticsBrad King2021-05-251-1/+1
| * | cmNinjaTargetGenerator: Rename local variable for clarityBrad King2021-05-251-5/+5
| * | cmLocalNinjaGenerator: Remove unnecessary CollapseFullPath callBrad King2021-05-251-3/+1
| * | Ninja/Swift: Remove redundant calls to ConvertToNinjaPathBrad King2021-05-252-7/+4
* | | CMake Nightly Date StampKitware Robot2021-05-261-1/+1
|/ /
* | Merge topic 'cpack-wix-text'Brad King2021-05-251-3/+3
|\ \
| * | CPack/WIX: Use language en-US, font Consolas, size 14Jason Erb2021-05-241-3/+3
* | | Merge topic 'cmake-gui-cc-cxx-env'Brad King2021-05-251-3/+6
|\ \ \
| * | | cmake-gui: Unset empty CC,CXX on global generator changeJake Cobb2021-05-241-3/+6
* | | | Merge topic 'set-cache-keep-normal-variable'Brad King2021-05-255-10/+50
|\ \ \ \
| * | | | set(CACHE): do not remove normal variableMarc Chevrier2021-05-205-10/+50
* | | | | Merge topic 'cmp0082-exclude-from-all'Brad King2021-05-253-5/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into cmp0082-exclude-from-allKyle Edwards2021-05-24195-3437/+6452
| |\ \ \ \ \
| * | | | | | CMP0082: Check EXCLUDE_FROM_ALL property at generate timeKyle Edwards2021-05-243-5/+4
| * | | | | | Merge topic 'cmake_build_and_install_command_error_when_given_bad_arguments' ...Brad King2021-05-142-11/+30
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2021-05-251-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2021-05-241-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-05-231-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-05-221-1/+1
* | | | | | Merge topic 'imported-framework-soname-file'Brad King2021-05-211-3/+26
|\ \ \ \ \ \
| * | | | | | Framework: Fix $<TARGET_SONAME_FILE:...> for imported frameworksKyle Edwards2021-05-201-3/+26
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'message-color'Brad King2021-05-219-20/+75
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | cmMessenger: Color messages to terminal by typeMarius Messerschmidt2021-05-203-4/+28
| * | | | | cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-199-19/+50
* | | | | | CMake Nightly Date StampKitware Robot2021-05-211-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'cmake-ninja-workdir'Brad King2021-05-206-59/+110
|\ \ \ \ \
| * | | | | Ninja: Handle depfiles with absolute paths to generated filesBrad King2021-05-195-1/+32
| * | | | | cmGlobalNinjaGenerator: Improve allocation pattern in WriteBuildBrad King2021-05-191-5/+4
| * | | | | cmGlobalNinjaGenerator: Factor out custom command output collectionBrad King2021-05-194-28/+40
| * | | | | cmGlobalNinjaGenerator: Reduce string copies in WriteCustomCommandBuildBrad King2021-05-194-20/+23
| * | | | | cmGlobalNinjaGenerator: Re-order logic in WriteCustomCommandBuildBrad King2021-05-191-8/+8
| * | | | | cmGlobalNinjaGenerator: Record implicit outputs as known tooBrad King2021-05-191-0/+3
| * | | | | cmLocalNinjaGenerator: Use variable for main custom command output pathBrad King2021-05-191-5/+8
| |/ / / /
* | | | | Merge topic 'install-script-all-components'Brad King2021-05-2012-19/+42
|\ \ \ \ \
| * | | | | install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-1912-19/+42
| |/ / / /