summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | install(): Add IMPORTED_RUNTIME_ARTIFACTS modeKyle Edwards2021-05-314-0/+416
| * | | | | Refactor: Move common methods into cmInstallGeneratorKyle Edwards2021-05-315-78/+88
* | | | | | Merge topic 'link-objects-first'Brad King2021-06-0117-78/+231
|\ \ \ \ \ \
| * | | | | | target_link_libraries: Place $<TARGET_OBJECTS> before librariesBrad King2021-05-296-5/+94
| * | | | | | OpenWatcom: Add infrastructure to link to object filesBrad King2021-05-294-11/+43
| * | | | | | cmComputeLinkInformation: Improve type safety of item IsPath memberBrad King2021-05-297-24/+35
| * | | | | | cmComputeTargetDepends: Factor out helper to add object library dependencyBrad King2021-05-282-20/+32
| * | | | | | cmGeneratorTarget: Refactor link item lookupBrad King2021-05-283-18/+26
| * | | | | | cmGeneratorTarget: Give temporary link impl item an explicit nameBrad King2021-05-281-2/+2
| * | | | | | cmMakefile: Register explicit object sources more efficientlyBrad King2021-05-281-1/+2
| * | | | | | cmGeneratorExpressionNode: Constify local variableBrad King2021-05-281-1/+1
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2021-06-011-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-05-311-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-05-301-1/+1
* | | | | | Merge topic 'linker-launcher'Brad King2021-05-298-2/+66
|\ \ \ \ \ \
| * | | | | | Launchers: Support setting linker launchersBobby D Reynolds2021-05-288-1/+65
| * | | | | | cmNinjaNormalTargetGenerator: Fix "Language" rule variableBobby D Reynolds2021-05-281-1/+1
* | | | | | | Merge topic 'fix-compile-db-crash'Brad King2021-05-291-2/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2021-05-281-2/+5
* | | | | | CMake Nightly Date StampKitware Robot2021-05-291-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'vs-toolset-version'Brad King2021-05-281-0/+3
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | VS: Add special case for '-T version=14.29.16.10' under VS 16.10Brad King2021-05-271-0/+3
| | |/ | |/|
| * | CMake 3.20.3v3.20.3Brad King2021-05-271-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