summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-filter-props'Brad King2024-05-021-0/+12
|\
| * VS: Add option to import .props in .vcxproj.filters fileshalx992024-05-011-0/+12
* | Merge topic 'vs-scan-module-deps-settings'Brad King2024-05-021-5/+20
|\ \ | |/ |/|
| * VS: set ScanSourceForModuleDependencies at vcxproj levelBen Boeckel2024-05-011-5/+20
* | Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-3/+3
* | VS: Add UseDebugLibraries to vcxproj files by defaultBrad King2024-02-221-0/+13
* | VS: Suppress more MSBuild defaults affected by UseDebugLibrariesBrad King2024-02-221-0/+3
* | cmVisualStudioGeneratorOptions: Rename {IsDebug => UsingDebugInfo}Brad King2024-02-201-2/+2
* | VS: Add [CMAKE_]VS_USE_DEBUG_LIBRARIES options to control UseDebugLibrariesBrad King2024-02-191-0/+19
* | VS: Suppress MSBuild default settings affected by UseDebugLibrariesBrad King2024-02-191-1/+21
* | VS: Factor out common MS tool configurationBrad King2024-02-191-15/+16
* | 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