summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'support_nvcc_native_flag'Brad King2021-11-021-3/+16
|\
| * CUDA: Support nvcc 11.5 new -arch=all|all-major flagsRobert Maynard2021-11-011-3/+16
* | Merge topic 'update-kwsys'Brad King2021-11-022-10/+106
|\ \
| * | find_program: Explicitly skip WindowsApps/python*.exe app installer linksBrad King2021-11-011-0/+20
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-11-011-10/+86
* | | CMake Nightly Date StampKitware Robot2021-11-021-1/+1
* | | Merge topic 'vs-instance'Brad King2021-11-014-53/+245
|\ \ \
| * | | VS: Allow CMAKE_GENERATOR_INSTANCE to specify portable instanceBrad King2021-10-293-1/+40
| * | | VS: Support version specification in CMAKE_GENERATOR_INSTANCEBrad King2021-10-294-9/+79
| * | | VS: Parse comma-separated fields from CMAKE_GENERATOR_INSTANCEBrad King2021-10-292-2/+92
| * | | cmVSSetupHelper: Factor out helper to load MSVC toolset versionBrad King2021-10-291-16/+26
| * | | cmVSSetupHelper: Convert wide to narrow strings earlyBrad King2021-10-292-14/+13
| * | | cmVSSetupHelper: Drop unused InstanceId fieldBrad King2021-10-292-8/+0
| * | | cmVSSetupHelper: Drop unused ullVersion fieldBrad King2021-10-292-8/+0
* | | | Merge topic 'envmod-test-modifying-existing'Brad King2021-11-011-1/+17
|\ \ \ \
| * | | | cmCTestRunTest: get the default value from the environmentBen Boeckel2021-10-291-1/+17
| * | | | CMake 3.22.0-rc2v3.22.0-rc2Brad King2021-10-281-1/+1
| * | | | Merge topic 'builtin-help-versionadded' into release-3.22Brad King2021-10-282-0/+6
| |\ \ \ \
| * \ \ \ \ Merge topic 'envmod-support-mod-to-new-variables' into release-3.22Brad King2021-10-271-6/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'misc-messages'Brad King2021-11-018-45/+41
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | install: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warningsBrad King2021-10-271-8/+8
| * | | | | | cmComputeLinkInformation: Add context to warning about linking a directoryBrad King2021-10-272-9/+10
| * | | | | | cmcmd: Write progress and tar errors directly to stderrBrad King2021-10-271-6/+4
| * | | | | | bootstrap: Do not declare cmSystemTools functions that are not implementedBrad King2021-10-275-22/+19
* | | | | | | CMake Nightly Date StampKitware Robot2021-11-011-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-10-311-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2021-10-301-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'ifw-archive-format'Brad King2021-10-292-0/+32
|\ \ \ \ \ \
| * | | | | | CPackIFW: add support for archive format and compression level optionsErlend E. Aasland2021-10-282-0/+32
* | | | | | | Merge topic 'swift-win32-property'Brad King2021-10-291-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Swift: Ignore WIN32_EXECUTABLE property outside of Windowshotwatermorning2021-10-281-0/+6
* | | | | | | | CMake Nightly Date StampKitware Robot2021-10-291-1/+1
* | | | | | | | 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