summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
* | | | | | | | Merge topic 'refactor_cuda_support_to_allow_rdc_ptx'Brad King2021-10-215-33/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATIONRobert Maynard2021-10-205-33/+47
* | | | | | | | | CMake Nightly Date StampKitware Robot2021-10-211-1/+1
|/ / / / / / / /