summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* VS: Honor compile options for ASM_NASMBrad King2023-01-261-0/+2
* VS: Honor compile options for ASM_MARMASMBrad King2023-01-261-0/+2
* VS: Do not concurrently build custom commands with generated MAIN_DEPENDENCYBrad King2023-01-251-5/+10
* VS: Build custom commands concurrently when possibleIvan Zinkevich2023-01-231-2/+6
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-1/+1
* VS: Honor compile options for MASMBrad King2023-01-121-0/+2
* Merge branch 'backport-masm-debug-format' into masm-debug-formatBrad King2022-12-151-0/+4
|\
| * VS: Do not enable ASM_MASM debug information unless requestedBrad King2022-12-151-0/+4
* | 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