summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | VS: Add Xaml and Resx files to .Net SDK style projectsQuentin Berthet2022-12-061-0/+2
* | cmVisualStudio10TargetGenerator: write C++ module elementsBen Boeckel2022-12-011-4/+36
* | cmVisualStudio10TargetGenerator: ask the generator for dyndep supportBen Boeckel2022-12-011-1/+2
* | clang-tidy: fix `performance-for-range-copy` lintsBen Boeckel2022-11-291-1/+1
* | clang-tidy: fix `readability-redundant-string-init` lintsBen Boeckel2022-11-291-1/+1
* | clang-tidy: fix `readability-use-anyofallof` lintsBen Boeckel2022-11-291-51/+29
* | clang-tidy: fix `modernize-loop-convert` lintsBen Boeckel2022-11-291-9/+6
* | clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-6/+6
* | clang-tidy: fix `performance-faster-string-find` lintsBen Boeckel2022-11-291-3/+3
* | clang-tidy: fix `performance-unnecessary-value-param` lintsBen Boeckel2022-11-291-1/+1
* | clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2022-11-291-3/+6
* | clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2022-11-291-1/+1
* | clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-11-291-1/+1
* | clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-1/+1
* | clang-tidy: fix `modernize-pass-by-value` lintsBen Boeckel2022-11-291-2/+2
* | clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-291-3/+1
* | cmVisualStudio10TargetGenerator: remove unused variableBen Boeckel2022-11-291-1/+0
* | VS: Recognize -std: flag in CMAKE_C_FLAGS in target with C++ sourcesBrad King2022-11-181-0/+2
* | cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-5/+5
* | ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+73
* | VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"ζeh Matt2022-10-281-2/+5
|/
* VS: Fix paths in multi-target SDK-style projectsSebastian Maisch2022-10-271-1/+2
* Merge topic 'remove-vs10-generator'Brad King2022-09-271-27/+2
|\
| * Drop Visual Studio 10 2010 generatorBrad King2022-09-261-27/+2
* | VS: Fix target output paths in SDK-style projectselksson2022-09-231-0/+1
|/
* VS: Fix PACKAGE target build with SDK-style projectselksson2022-09-221-2/+2
* Merge topic 'cuda_add_lto_support'Brad King2022-08-031-4/+7
|\
| * CUDA: Add Device LTO support for nvccRobert Maynard2022-07-221-4/+7
* | MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command linesDubach, Joev2022-07-271-3/+7
* | Merge topic 'vs-fuzzer'Brad King2022-07-271-0/+9
|\ \
| * | VS: Add support for (lib)fuzzer /fsanitize=fuzzer flagFredrik Claesson2022-07-131-0/+9
| |/
* | Merge branch 'backport-3.24-revert-vs-ZERO_CHECK-proj'Brad King2022-07-221-221/+34
|\ \
| * | VS: Revert "Write ZERO_CHECK.proj for VS19 and above"Brad King2022-07-221-221/+34
* | | VS: Generate IntDir property for INTERFACE librariesJonas Fierlings2022-07-081-1/+1
| |/ |/|
* | Merge topic 'cpp-named-module-file-sets'Brad King2022-06-171-0/+12
|\ \
| * | cmTarget: add support for C++ module fileset typesBen Boeckel2022-06-161-0/+12
| |/
* | Merge topic 'msvc_cuda_pass_arch_flags_in_additional_options'Brad King2022-06-171-9/+16
|\ \
| * | CUDA: MSVC pass all cuda gencode flags via AdditionalOptionsRobert Maynard2022-06-161-9/+16
| |/
* | VS: Add compile properties to .NET Sdk projectsMaxime Raynaud2022-06-151-0/+4
|/
* VS: Add AndroidAPILevel element to generated project filesBenjamín de la Fuente Ranea2022-06-081-0/+4
* Merge topic 'vs-system-include'Brad King2022-05-201-6/+37
|\
| * VS: Add support for SYSTEM include directoriesJosiah Bills2022-05-181-6/+37
* | CUDA: Use cmLinkLineDeviceComputer in VS generatorRobert Maynard2022-05-031-55/+7
|/
* VS: Add StartupObject property for managed .NET projectsFlorian Schweiger2022-04-121-0/+14
* VS: Write ZERO_CHECK.proj for VS19 and aboveSumit Bhardwaj2022-02-211-34/+221
* VS: Revert "Write ZERO_CHECK.proj for VS19 and above"Brad King2022-02-171-214/+31
* VS: Write ZERO_CHECK.proj for VS19 and aboveSumit Bhardwaj2022-02-121-31/+214
* VS: Add proj as a project type to VsProjectTypeSumit Bhardwaj2022-02-121-0/+15
* Merge topic 'genex-LINK_LIBRARY-to-decorate-library'Brad King2022-02-091-2/+4
|\
| * Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-071-2/+4