summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'target-sources-file-set'Brad King2021-10-2827-52/+1513
|\
| * FileAPI: Add information on file set installersKyle Edwards2021-10-272-1/+51
| * cmGeneratorTarget: Integrate file sets into calculated sourcesKyle Edwards2021-10-271-1/+144
| * install(EXPORT): Install file setsKyle Edwards2021-10-2710-5/+249
| * install(TARGETS): Add FILE_SET modeKyle Edwards2021-10-276-7/+289
| * target_sources(): Add FILE_SET modeKyle Edwards2021-10-273-5/+169
| * cmTargetSources: Refactor to add enum class parametersKyle Edwards2021-10-271-28/+46
| * cmTarget: Add cmFileSet and associated propertiesKyle Edwards2021-10-275-1/+552
| * EscapeForCMake: Add wrapQuotes parameterKyle Edwards2021-10-272-4/+13
* | Merge topic 'update-kwsys'Brad King2021-10-2815-87/+126
|\ \
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-10-2715-87/+126
| |/
* | Merge topic 'builtin-help-versionadded'Brad King2021-10-282-0/+6
|\ \
| * | cmRST: support `versionadded` and `versionchanged` directivesBen Boeckel2021-10-272-0/+6
* | | CMake Nightly Date StampKitware Robot2021-10-281-1/+1
| |/ |/|
* | Merge topic 'warnings-cleanup'Brad King2021-10-2723-162/+172
|\ \
| * | Source: fix clang-tidy modernize-redundant-void-arg warningSean McBride2021-10-251-1/+1
| * | Source: fix more -Wmissing-prototypes warningsSean McBride2021-10-254-7/+6
| * | Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-2518-151/+163
| * | Source: fix some -Wunused-macros warningsSean McBride2021-10-252-3/+1
| * | Source: fix only -Wshorten-64-to-32 warning with explicit castSean McBride2021-10-251-1/+2
* | | Merge topic 'more-rule-of-3'Brad King2021-10-272-18/+31
|\ \ \
| * | | Source: fix more rule of 3 warnings from clang -WdeprecatedSean McBride2021-10-262-18/+31
| |/ /
* | | Merge topic 'purge-sprintf'Brad King2021-10-2732-75/+93
|\ \ \
| * | | Replace the only non-standard _snprintf with snprintfSean McBride2021-10-251-1/+1
| * | | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-2531-74/+92
| |/ /
* | | Merge topic 'simplify-boolean-expressions'Brad King2021-10-274-12/+11
|\ \ \
| * | | Source: Simplify some boolean expressionsRose2021-10-234-12/+11
* | | | Merge topic 'envmod-support-mod-to-new-variables'Brad King2021-10-271-6/+2
|\ \ \ \
| * | | | cmCTestRunTest: fix modifying non-existent envvarsBen Boeckel2021-10-261-6/+2
| | |_|/ | |/| |
* | | | Merge topic 'vs-instance-repeat'Brad King2021-10-272-2/+6
|\ \ \ \
| * | | | cmGlobalVisualStudioVersionedGenerator: Fix repeating SetGeneratorInstanceBrad King2021-10-262-2/+6
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2021-10-271-1/+1
* | | | CMake Nightly Date StampKitware Robot2021-10-261-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2021-10-251-1/+1
* | | CMake Nightly Date StampKitware Robot2021-10-241-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2021-10-231-1/+1
* | Merge topic 'lcc-policy'Brad King2021-10-222-1/+52
|\ \
| * | LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-212-1/+52
* | | CMake Nightly Date StampKitware Robot2021-10-221-1/+1
* | | Merge topic 'vs-instance'Brad King2021-10-219-35/+43
|\ \ \ | | |/ | |/|
| * | Restore honoring CMAKE_GENERATOR_INSTANCE in toolchain fileBrad King2021-10-204-33/+1
| * | cmake_host_system_information: Add undocumented VS_MSBUILD_COMMAND keyBrad King2021-10-201-0/+7
| * | cmGlobalVisualStudio10Generator: Add method to find MSBuild earlyBrad King2021-10-204-0/+21
| * | cmGlobalGenerator: Add method to check if generator is at least VS 10Brad King2021-10-202-0/+4
| * | cmGlobalVisualStudioVersionedGenerator: Allow repeating SetGeneratorInstanceBrad King2021-10-202-0/+9
| * | cmGlobalVisualStudio10Generator: Allow subclasses to reset MSBuild searchBrad King2021-10-202-2/+1
| * | Merge topic 'fix-ifdef-windows' into release-3.22Brad King2021-10-184-4/+4
| |\ \
| * | | CMake 3.22.0-rc1v3.22.0-rc1Brad King2021-10-141-1/+1
* | | | Merge topic 'fix_reroot_paths'Brad King2021-10-211-2/+8
|\ \ \ \
| * | | | find_package: Don't reroot prefix that is equal to a root pathAlexandru Croitor2021-10-201-2/+8