summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-151-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
|\ \