summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-0311-163/+6
* Makefiles: Use IsInBuildSystem in global generator target type checksBrad King2020-08-031-21/+9
* Merge topic 'doc-add_library-updates'Craig Scott2020-08-012-74/+82
|\
| * Help: State in add_library that INTERFACE libraries have no build targetsBrad King2020-07-311-5/+9
| * Help: Consolidate add_library documentation on IMPORTED librariesBrad King2020-07-311-32/+34
| * Help: Re-order add_library sectionsBrad King2020-07-311-61/+61
| * Help: Clarify target_sources PRIVATE/PUBLIC/INTERFACE scopesBrad King2020-07-311-6/+8
* | CMake Nightly Date StampKitware Robot2020-08-011-1/+1
* | CMake Nightly Date StampKitware Robot2020-07-311-1/+1
* | Merge branch 'release-3.18'Brad King2020-07-300-0/+0
|\ \
| * | CMake 3.18.1v3.18.1Brad King2020-07-301-1/+1
* | | Merge branch 'release-3.18'Brad King2020-07-300-0/+0
|\ \ \ | |/ /
| * | Merge branch 'release-3.17' into release-3.18Brad King2020-07-300-0/+0
| |\ \
* | \ \ Merge branch 'release-3.17'Brad King2020-07-300-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | CMake 3.17.4v3.17.4Brad King2020-07-301-1/+1
* | | | Merge branch 'release-3.18'Brad King2020-07-300-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'clang-msvc-cxx-std' into release-3.18Brad King2020-07-301-5/+5
| |\ \ \
* | \ \ \ Merge topic 'clang-msvc-cxx-std'Brad King2020-07-301-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Clang: Fix fallback compile features when simulating old MSVC versionsBrad King2020-07-291-5/+5
* | | | | Merge branch 'release-3.18'Brad King2020-07-300-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'unity_no_skip_autogen' into release-3.18Brad King2020-07-305-1/+23
| |\ \ \ \
* | \ \ \ \ Merge topic 'unity_no_skip_autogen'Brad King2020-07-305-1/+23
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Unity Builds: Do not set SKIP_AUTOGEN to source filesCristian Adam2020-07-295-1/+23
| |/ / / /
* | | | | Merge topic 'GoogleTest-fix-generated-include'Brad King2020-07-301-1/+1
|\ \ \ \ \
| * | | | | GoogleTest: Fix include path in the generated fileAdam Badura2020-07-281-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-07-301-1/+1
* | | | | | Merge topic 'fixup_bundle_item-fix'Brad King2020-07-296-5/+38
|\ \ \ \ \ \
| * | | | | | BundleUtilities: do not run install_name_tool on scriptsT.J. Corona2020-07-286-5/+38
* | | | | | | Merge topic 'use_COMPILER_TARGET_to_set_architecture_for_clang_cl'Brad King2020-07-293-1/+12
|\ \ \ \ \ \ \
| * | | | | | | Detect the correct target architecture for clang compilers.Thomas Bernard2020-07-283-1/+12
* | | | | | | | Merge topic 'cmcomputecomponentgraph-compute-method'Brad King2020-07-294-2/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | cmComputeComponentGraph: Move work out of constructor into Compute() methodKyle Edwards2020-07-284-2/+11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'refactor_cmTarget_language_initProperties'Brad King2020-07-291-25/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | cmTarget: Refactor init of common language propertiesRobert Maynard2020-07-281-25/+17
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'test-warning'Brad King2020-07-291-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Fix -Wsuggest-destructor-override warning in testCMExtMemoryBrad King2020-07-281-1/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'use-nonempty'Brad King2020-07-2926-86/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | Source: use cmNonempty()Vitaly Stakhovsky2020-07-2826-86/+85
| |/ / / / / / /
* | | | | | | | Merge topic 'noduplicates'Brad King2020-07-292-5/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid duplicate calls to GetDefinitionVitaly Stakhovsky2020-07-282-5/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'release-3.18'Brad King2020-07-290-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge topic 'FindCURL-list-index-if' into release-3.18Brad King2020-07-291-3/+3
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'FindCURL-list-index-if'Brad King2020-07-291-3/+3
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindCURL: Fix list index check after searchMike Gelfand2020-07-281-3/+3
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2020-07-291-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'file-download-no-save'Craig Scott2020-07-2811-30/+86
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | file(DOWNLOAD): Make file argument optionalKyle Edwards2020-07-2711-30/+86
* | | | | | | Merge topic 'cleanup-target-types'Brad King2020-07-2821-143/+186
|\ \ \ \ \ \ \
| * | | | | | | cmGeneratorTarget: Skip computing link implementation for custom targetsBrad King2020-07-271-4/+16
| * | | | | | | cmGeneratorTarget: Simplify logic in ComputeLinkInterfaceLibrariesBrad King2020-07-231-5/+10