summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-scan-module-deps-settings' into release-3.29Brad King2024-05-021-5/+20
|\
| * VS: set ScanSourceForModuleDependencies at vcxproj levelBen Boeckel2024-05-011-5/+20
* | Merge topic 'vs-scan-for-modules'Brad King2024-01-101-5/+6
|\ \ | |/
| * cmVisualStudio10TargetGenerator: always specify scanningBen Boeckel2024-01-061-3/+4
| * cmVisualStudio10TargetGenerator: fix typo in flag nameBen Boeckel2024-01-061-3/+3
* | Merge topic 'cxxmodules-vs-no-synthetic-targets'Brad King2023-10-181-0/+9
|\ \ | |/
| * VS: Explicitly disallow C++ modules provided by imported targetsBen Boeckel2023-10-171-0/+9
* | Add options to specify linker toolMarc Chevrier2023-10-131-0/+10
|/
* cxxmodules: rework control logic for scanning regular C++ sourcesBen Boeckel2023-10-021-9/+0
* CUDA: Visual Studio propagate objects to device linkingRobert Maynard2023-09-221-14/+33
* Merge topic 'cxxmodules-non-compiled-source'Brad King2023-09-141-0/+20
|\
| * Merge branch 'cxxmodules-non-compiled-source-release' into cxxmodules-non-com...Ben Boeckel2023-09-121-0/+20
| |\
| | * cxxmodules: detect and message about non-compiled sourcesBen Boeckel2023-09-121-0/+20
* | | Merge topic 'vs-cuda-object-libs'Brad King2023-09-121-1/+4
|\ \ \ | |/ / |/| |
| * | VS: Avoid unnecessary CUDA device linking for OBJECT librariesRobert Maynard2023-09-111-1/+4
| |/
* | Merge topic 'modules-better-messages'Brad King2023-08-251-3/+3
|\ \
| * | cxxmodules: improve error messages for C++ module setupBen Boeckel2023-08-231-3/+3
| |/
* | cmGeneratorTarget: classify BMI-only C++ module sourcesBen Boeckel2023-08-171-0/+1
* | cmSystemTools: move `ComputeCertificateThumbprint` to the only consumerBen Boeckel2023-08-081-2/+71
* | cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5Ben Boeckel2023-08-081-2/+4
* | Merge branch 'backport-revert-vs-show-cmake-files'Brad King2023-08-021-55/+1
|\ \ | |/
| * VS: Revert "Add CMake input files to ZERO_CHECK"Brad King2023-08-021-55/+1
* | cmComputeLinkInformation: prepare Item consumers for `OBJECT` librariesBen Boeckel2023-08-011-1/+2
* | Merge topic 'windows-tidy-cmstrcat'Brad King2023-08-011-247/+278
|\ \
| * | strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-281-1/+1
| * | strings: use character literals where possibleBen Boeckel2023-07-281-44/+45
| * | cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-281-156/+184
| * | strings: simplify streaming sequencesBen Boeckel2023-07-271-5/+4
| * | strings: combine string literals where possibleBen Boeckel2023-07-271-5/+6
| * | strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-271-71/+73
* | | IWYU: Update for Debian 12 CI jobBrad King2023-07-281-0/+1
|/ /
* | Merge topic 'vs-cxxmodules-same-src-name'Brad King2023-06-301-0/+11
|\ \ | |/
| * VS: Fix C++ modules in source files with the same nameBrad King2023-06-281-0/+11
* | Merge topic 'vs-cxxmodules-public-bmis'Brad King2023-06-231-0/+24
|\ \ | |/
| * VS: Make C++ module BMIs public by default for shared librariesAndreas Weis2023-06-221-0/+24
* | cmVisualStudio10TargetGenerator: Remove unused VS-10-only codeBrad King2023-06-131-12/+0
|/
* cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesetsBen Boeckel2023-05-311-3/+1
* VS: Add support for C++ module internal partitions in VS 17.6 and newerBrad King2023-05-171-1/+8
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-10/+10
* VS: Add CMake input files to ZERO_CHECKAlexander Neundorf2023-04-251-1/+55
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-11/+7
* Merge topic 'support_cubin_fatbin_optix_cuda_output'Brad King2023-03-141-5/+20
|\
| * CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilationRobert Maynard2023-03-131-5/+20
* | VS: Add policy to build custom commands concurrentlyBrad King2023-03-121-2/+7
* | Merge topic 'vs-props-order'Brad King2023-03-081-1/+1
|\ \
| * | VS: Import default C++ props file before toolset-specific props fileMatthew Voss2023-03-071-1/+1
| |/
* | Merge topic 'revert-vs-BuildInParallel'Brad King2023-03-081-7/+4
|\ \ | |/ |/|
| * VS: Revert "Build custom commands concurrently when possible"Brad King2023-03-071-7/+4
* | VS : Support WIN32_EXECUTABLE on SDK style projectsOlivier PENA2023-02-281-1/+5
* | VS: Fix wrong appxManifest if OUTPUT_NAME != target nameSergey Markelov2023-02-161-10/+16
|/