summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2021-11-021-1/+1
* Merge topic 'vs-instance'Brad King2021-11-0135-95/+426
|\
| * VS: Allow CMAKE_GENERATOR_INSTANCE to specify portable instanceBrad King2021-10-299-1/+70
| * VS: Support version specification in CMAKE_GENERATOR_INSTANCEBrad King2021-10-2922-11/+167
| * VS: Parse comma-separated fields from CMAKE_GENERATOR_INSTANCEBrad King2021-10-2910-3/+135
| * 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
| * Help: De-duplicate VS instance selection documentationBrad King2021-10-294-41/+22
* | Merge branch 'release-3.22'Brad King2021-11-010-0/+0
|\ \
| * \ Merge topic 'envmod-test-modifying-existing' into release-3.22Brad King2021-11-014-1/+66
| |\ \
* | \ \ Merge topic 'envmod-test-modifying-existing'Brad King2021-11-014-1/+66
|\ \ \ \ | | |/ / | |/| |
| * | | Tests/Environment: also test modifying ambient valuesBen Boeckel2021-10-293-0/+24
| * | | cmCTestRunTest: get the default value from the environmentBen Boeckel2021-10-293-1/+42
* | | | Merge topic 'misc-messages'Brad King2021-11-0110-49/+63
|\ \ \ \
| * | | | install: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warningsBrad King2021-10-273-12/+30
| * | | | 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 branch 'release-3.22'Brad King2021-10-290-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'doc-vs-instance-ver' into release-3.22Brad King2021-10-291-13/+13
| |\ \ \ | | |_|/ | |/| |
* | | | Merge topic 'doc-vs-instance-ver'Brad King2021-10-291-13/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Fix versionadded for VS 15 2017 instance selectionBrad King2021-10-291-13/+13
| |/ /
* | | Merge topic 'ifw-archive-format'Brad King2021-10-294-0/+81
|\ \ \
| * | | CPackIFW: add support for archive format and compression level optionsErlend E. Aasland2021-10-284-0/+81
* | | | Merge topic 'swift-win32-property'Brad King2021-10-294-6/+19
|\ \ \ \
| * | | | Swift: Ignore WIN32_EXECUTABLE property outside of Windowshotwatermorning2021-10-284-6/+19
* | | | | Merge branch 'release-3.22'Brad King2021-10-290-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'msvc-c17' into release-3.22Brad King2021-10-291-29/+39
| |\ \ \ \
* | \ \ \ \ Merge topic 'msvc-c17'Brad King2021-10-291-29/+39
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | MSVC: Add support for C17Brad King2021-10-281-0/+2
| * | | | | MSVC: Tolerate c_std_17 and c_std_23 features on older compiler versionsBrad King2021-10-281-0/+2
| * | | | | MSVC: Refactor C compile features table for C90, C99, and C11Brad King2021-10-281-29/+35
* | | | | | Merge branch 'release-3.22'Brad King2021-10-290-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'doc-configure_file-creates-directories' into release-3.22Brad King2021-10-291-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'doc-configure_file-creates-directories'Brad King2021-10-291-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Document that configure_file can create directoriesMarc Aldorasi2021-10-281-0/+1
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2021-10-291-1/+1
* | | | | Merge branch 'release-3.22'Brad King2021-10-280-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | CMake 3.22.0-rc2v3.22.0-rc2Brad King2021-10-281-1/+1
* | | | | Merge topic 'target-sources-file-set'Brad King2021-10-28123-88/+2818
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Tests: Add tests for target_sources(FILE_SET) and associated functionalityKyle Edwards2021-10-2765-0/+436
| * | | | Help: Add documentation for target_sources(FILE_SET) and associated propertiesKyle Edwards2021-10-2710-10/+190
| * | | | FileAPI: Add information on file set installersKyle Edwards2021-10-2722-27/+728
| * | | | cmGeneratorTarget: Integrate file sets into calculated sourcesKyle Edwards2021-10-271-1/+144
| * | | | install(EXPORT): Install file setsKyle Edwards2021-10-2710-5/+249